Re: How to integrate an open source web app into a GWT application

2010-08-17 Thread Anita
Hello, First of all, thank you VERY MUCH for your answers!!! Bakul, i've tried this solution, but i need to catch events from the existing application. For example, i need that if i click a button on this application, the second application(on the other frame) have to do something predefined.

Re: How to integrate an open source web app into a GWT application

2010-08-17 Thread Anita
Hello Suersh, With this solution, ¿How can i solve the problem of catching the events on one application and doing something on the others? Thank you very much!!! Regards, Anita On 16 ago, 16:41, suersh babu sureshgbab...@gmail.com wrote: use div give id so that each id display differerent

Re: How to integrate an open source web app into a GWT application

2010-08-17 Thread Anita
Hello Suersh, With this solution, ¿How can i solve the problem of catching the events on one application and doing something on the others? Thank you very much!!! Regards, Anita On 16 ago, 16:41, suersh babu sureshgbab...@gmail.com wrote: use div give id so that each id display differerent

Re: How to integrate an open source web app into a GWT application

2010-08-17 Thread Anita
Hello Suersh, With this solution, ¿How can i solve the problem of catching the events on one application and doing something on the others? Thank you very much!!! Regards, Anita On 16 ago, 16:41, suersh babu sureshgbab...@gmail.com wrote: use div give id so that each id display differerent

Re: How to integrate an open source web app into a GWT application

2010-08-17 Thread Anita
Hello Suersh, With this solution, ¿How can i solve the problem of catching the events on one application and doing something on the others? Thank you very much!!! Regards, Anita On 16 ago, 16:41, suersh babu sureshgbab...@gmail.com wrote: use div give id so that each id display differerent

Re: How to integrate an open source web app into a GWT application

2010-08-17 Thread Anita
Hello Suersh, With this solution, ¿How can i solve the problem of catching the events on one application and doing something on the others? Thank you very much!!! Regards, Anita On 16 ago, 16:41, suersh babu sureshgbab...@gmail.com wrote: use div give id so that each id display differerent

Re: Reusing GWT Localization in Server Side Code

2010-08-17 Thread Joe Cole
What we do is use this code pattern: public interface IMessages { public MyMessages get(); // your messages interface } public class Messages { private static IMessages messages; public static MyMessages get() { return messages.get(); } public static void set(IMessages messages) //etc

Re: No tag for 2.0.4 in SVN

2010-08-17 Thread Karel Piwko
Could somebody from developers verify if it is releases/2.0:r8340 or releases/2.0:r8322 according to the date when 2.0.4 was released? Thanks, Karel On Wed, 2010-08-11 at 05:08 -0700, Karel Piwko wrote: Hi, I haven't been able to find the tag for 2.0.4 at

Re: why we probably won't use GWT for a large UI project

2010-08-17 Thread marius.andreiana
I'd like to thank everybody for the discussion. I've updated the findings in the document below. https://docs.google.com/document/edit?id=16rQknO-r3ZqfMbuIl0R52OnFcWBCOKTPm1wDCzSQgvUhl=en I'll probably keep this doc updated and public, in case it helps anybody. From all the non-.NET technologies

html5 drag-and-drop multiple file upload

2010-08-17 Thread marius.andreiana
Hi there, What would be the steps to implement html5 drag-and-drop multiple file upload in GWT, as seen at http://www.appelsiini.net/2009/10/html5-drag-and-drop-multiple-file-upload ? One approach would be implementing HTML5 file api support in gwt- mobile-webkit, and then use this library and

GWT serialization

2010-08-17 Thread Ciarán
Hi, I am currently working on a GWT app that requires me to serializes an object client side into maybe XML/JSON or anything really. Then save that serialized object as a xml/json/.ser file. Then at a later date read that file and reconstruct my object from it. I have been searching for days for

Re: No tag for 2.0.4 in SVN

2010-08-17 Thread Thomas Broyer
On 17 août, 12:35, Karel Piwko kpi...@redhat.com wrote: Could somebody from developers verify if it is releases/2.0:r8340 or releases/2.0:r8322 according to the date when 2.0.4 was released? Well, you do have the source and the changes, so you can just compare what's in 2.0.4 with

Re: GWT serialization

2010-08-17 Thread aditya sanas
Hi The basic requirement for you is to deal with XML file So we have jxl.jar which provides APIs to interact with tags and elements in xml so using these API's that are generally known as XML parsers that is SAX or DOC parsers. so use by using these parsers you will be able to deal with XML

Re: Reusing GWT Localization in Server Side Code

2010-08-17 Thread KenJi_getpowered
Why can't you just use resource bundle to get messages? On 17 août, 10:49, Joe Cole profilercorporat...@gmail.com wrote: What we do is use this code pattern: public interface IMessages {    public MyMessages get(); // your messages interface} public class Messages {    private static

Catch focus event with NativePreviewHandler

2010-08-17 Thread Alexander Ulizko
Hi all. I have come across the following issue. I have a js web application which I had decided to rewrite using GWT. So far everything goes smoothly except for one small problem: there's a search form that consists of a single text input. I have to simulate html5 placeholder attribute: to remove

Encoding

2010-08-17 Thread sgt dwarf
Hello, many thanks to all of you but I still have an encoding problem. I put the project's text file encoding property to UTF-8 deleted the GWT built folder and then built the project again but the é and other special characters appear not to be supported :-( Environement : myEclipse 8.5 / GWT

ResourceBundle with CSS and obfuscation

2010-08-17 Thread Fratelli
Hello, I'm using CssResource::ensureInjected() to inline my styles into the host page. So the thing is: everything worked just fine until I started redefining some GWT style classes (ie, gwt-TabBarItem). The changes didn't apply because the names are being obfuscated in the host page, but the

Run time designing ( Dynamic text boxes )

2010-08-17 Thread AJAY SINGH AZAD
So, the problem: My concept is that application reads a integer from a TextBox after the user wrote it in there e.g. 3 and then creates 3 new TextBoxes. Reply ASAP -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

JS works in html file but not in httpServlet

2010-08-17 Thread poe
Hi everybody, i've got a problem. When I include my main,nocache.js in an html file everything works fine when I run it from a httpServlet nothing is loading. Well the HTML from the servlet is loading but the javascript isn't working. The link works, I can see it in the sources. What am I doing

Re: incubator SCrollTable scroll position.

2010-08-17 Thread Romaint2b
Hi, I was searching for the same thing whn i found your post. Did you find a solution in order to know the scroll position? Thanks Romain On 22 juin, 14:59, Subhrajyoti Moitra subhrajyo...@gmail.com wrote: Hello Folks, I am using incubator gen2 ScrollTable. I have a use case, wherein i have

Google gwt objects serialization/desirialization and integration with the database

2010-08-17 Thread Tadas Davidsonas
Dear professionals, I want to save gwt classes object in the database and later to retrieve them back for use. Imagine that I have a class: Pages{ String pageName; String pageUrl; } and create an object: Pages page1 = new Pages(); How can I: 1) Serialize 'page1' object. 2) Sent it to

Re: EclEmma + GwtTestCase + GwtGenerator exception

2010-08-17 Thread Island
I am facing the same problem when I try to collect the code coverage data, and here is the stack trace: 21:10:59.578 [ERROR] [splat] Failed to create an instance of 'com.splat.client.SplatService' via deferred binding com.google.gwt.dev.jjs.InternalCompilerException: Unexpected error during

GWT + Hibernate problem (Unknown entity exception)

2010-08-17 Thread Bancika
I'm using hibernate to map my data in GWT and have some weird problems. Here's my setup. * HSQL database * entity class is in client folder * annotated class (tried with hbm.xml file, same result) the problem is that my mapped class does not get registered in the config for some reason. I tried

setting checkbox position

2010-08-17 Thread Dave Combs
I notice that GWT's Checkbox is implemented as a span + widget, so that it can keep the label and the widget together. Adding a style adds it to the span. How can I style a Checkbox widget via CSS so that it has absolute positioning in it's parent container? I'm creating a UI that sets most

Textarea count

2010-08-17 Thread megala dhinakaran
I am looking into a solution where when you type text into the TextArea it should notify the user how many characters are left to enter. Like you can only enter 200 or something. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Ensuring a debug ID for a column header using ColumnConfig

2010-08-17 Thread Madalina Ionita
Hi, I'm using GXT ColumnConfig class to create a table in a web application. My problem is that I don't know how to ensure a debug ID for each column header. I want to use the ensureDebugId() method, but the getHeader() method of the ColumnConfig class returns a String, not a ColumnHeader object,

Google Web Toolkit

2010-08-17 Thread roshini begum
www.127760.blogspot.com -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Debug or Run in eclipse does nothing with additional jars

2010-08-17 Thread Jg
Hi, I'm new to GWT, I've got eclipse and the GWT plugin set up. I've then created a new GWT project which creates the greet servlet example. This did run fine. I'm trying to add some code to the servlet which makes use of a 3rd party jar file. But I'm not sure how to add the jar files in eclipse.

Can DateTimeConstants and NumberConstants be derived from a Dictionary in the same way that localized strings can

2010-08-17 Thread snayrb99
Yes I understand how localization works and yes I understand the benefits of the way GWT handles localization and yes I am yet another whiner complaining about the speed of the compiles when localization is turned on and yes I know about speeding up compiles using - localWorkers etc, etc.

Client model objects input to == HTTPServlet

2010-08-17 Thread vinod
Hi, I have a requirement to export entries on my GWT Table Grid on to a XLS file. I am using direct HttpServlet for exporting the file in response. I want to know how to input the grid model entries say ListModelVO to the Servlet directly. If i use the HTTPResponse in GWT Server ServiceImpl

Resizable Text Area

2010-08-17 Thread Constantin Tanno
Does anyone know how to create a resizable text area in GWT? This would be a text area that has gripper bars somewhere (ideally in the bottom right corner) so the user can resize the text area. Is this possible? I've searched around in this groups and the docs and couldn't find anything. --

HTML in TextArea

2010-08-17 Thread steenstrup
My problem, is that i like to display html in a textArea that can get lock, so it can't be edit. TextArea have the ability to be lock, but can't handel html RichTextArea can't lock, but can handel html -- You received this message because you are subscribed to the Google Groups Google Web

GWT memory leakage

2010-08-17 Thread Anita
Hi All, I am using smart GWT, I am using a VLayout on this vlayout I am adding one AbsolutePanel, in this AbsolutePanel i am showing 10 images and line relatonships using gwt-diagram jar, All images has one click handler,mouseover handler and Mouseout handler, When i click on any image then 2 or

HTML in TextArea

2010-08-17 Thread steenstrup
My problem, is that i like to display html in a textArea that can get lock, so it can't be edit. TextArea have the ability to be lock, but can't handel html RichTextArea can't lock, but can handel html -- You received this message because you are subscribed to the Google Groups Google Web

How to handle a HashMap nested in an Entity class with GWT-RPC?

2010-08-17 Thread kmARC
I have a synthetic entity class: TestAllType, with Lists, and Maps inside it. @Entity public class TestAllType implements Serializable { /* ... */ private Long longField; private Integer integerField; private Float floatField; private Double doubleField; private String

2.1 Documentation

2010-08-17 Thread Bayard Randel
Hi there, Is there any preliminary documentation around the new features in 2.1, particularly the MVP implementation? I'm going to be starting a large GWT project shortly, but am somewhat hesitant to get started knowing that official support for MVP is forthcoming. Many thanks -- You received

Re: How to integrate an open source web app into a GWT application

2010-08-17 Thread aditya sanas
Hi, Once you have GWT compiled code you can embed it any kind of web application just you will require to is the copy the content from WAR folder which is created in GWT project to the project folder under your web application. So consider if i m using Apache Tomcat then the content from WAR

Re: 2.1 Documentation

2010-08-17 Thread Christian Goudreau
Then, you can consider using Gwt-Platform, even Gwt MVP support won't be as complete as what we offer inside Gwt-Platform. Moreover, we don't want to replace what will be offered inside GWT, we want to gives you the best of it. Some of the feature bundled inside of the framework: MVP with history

Re: Generate Random String

2010-08-17 Thread spierce7
AH! I didn't think to search just java! Stupid me. Thanks so much. On Aug 17, 12:49 am, Jim Douglas jdoug...@basis.com wrote: I did this google search: http://www.google.com/search?q=java+generate+random+alphanumeric+string That returns more suggestions that you could possibly need; take

Re: No tag for 2.0.4 in SVN

2010-08-17 Thread Karel Piwko
If I had something like gwt-2.0.4-src.zip, that would be true. However, I haven't found any package like this, only gwt-2.0.4.zip is available for download, with binaries only. The only sources I've found are sources classifier archetypes in Maven repository, but they do not preserve the SVN

Re: RFE: Allow constants defined in classes not residing in a client package to be used

2010-08-17 Thread madein
Why don't you simply put such Constants.java file in the shared or client package? It seems to be much simpler solution than yours, isn't it? br, Mariusz On Aug 16, 4:15 pm, Lothar Kimmeringer j...@kimmeringer.de wrote: Hi, is it possible to extend the GWT-compiler, that you can use constants

Re: GWT serialization

2010-08-17 Thread Ciarán
Thanks for the reply. I am quite familiar with XML parsers, I used them in the past. Though in this situation its not suitable as inherited class most always work without having to define the added properties in the parsing. I need to serialize objects into some kind of file, save it and restore

Re: Problem using Reflection and Casting objects on GAE

2010-08-17 Thread André Moraes
This solution is working in GWT compiled mode or you just tested it in hosted-mode? -- André Moraes Analista de Desenvolvimento de Sistemas andr...@gmail.com http://andredevchannel.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: GWT Maven Plugin + codeServerPort

2010-08-17 Thread Thalles
That did the trick! It's a hack, but it works fine for me. Thank you very much for your answer! Bye Henry On Aug 16, 4:21 pm, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: On 16 August 2010 09:00, Thalles henry.rotz...@googlemail.com wrote: Does nobody have an answer? Try putting it in

Setting / in history token using encodeComponent

2010-08-17 Thread Ice13ill
I'm trying to set a text in history token containing the / character but i want to encode it before setting the token For exameple : 2/12/a to become 2%2F12%2Fa the problem is that GWT also converts automatically % in %25. thus History.newItem(URL.encodeComponent(text)) does not set the correct

Re: Setting / in history token using encodeComponent

2010-08-17 Thread Thomas Broyer
On 17 août, 17:07, Ice13ill andrei.fifi...@gmail.com wrote: I'm trying to set a text in history token containing the / character but i want to encode it before setting the token For exameple : 2/12/a to become 2%2F12%2Fa the problem is that GWT also converts automatically % in %25. thus

Re: No tag for 2.0.4 in SVN

2010-08-17 Thread Thomas Broyer
On 17 août, 16:28, Karel Piwko kpi...@redhat.com wrote: If I had something like gwt-2.0.4-src.zip, that would be true. However, I haven't found any package like this, only gwt-2.0.4.zip is available for download, with binaries only. The only sources I've found are sources classifier

Re: Setting / in history token using encodeComponent

2010-08-17 Thread Andrei Cosmin Fifiiţă
Well, this is just stupid... this means i cannot encode http:// in my url ? well, GMAIL can, so what;s the deal ? i don;t think this is a bug it seams like am amateur's mistake. On 17 August 2010 18:31, Thomas Broyer t.bro...@gmail.com wrote: On 17 août, 17:07, Ice13ill

Re: 2.1 Documentation

2010-08-17 Thread Thomas Broyer
On 16 août, 03:58, Bayard Randel k...@bestpractice.org.nz wrote: Hi there, Is there any preliminary documentation around the new features in 2.1, particularly the MVP implementation? I'm going to be starting a large GWT project shortly, but am somewhat hesitant to get started knowing that

Re: Textarea count

2010-08-17 Thread Thomas Broyer
On 17 août, 11:01, megala dhinakaran megaladhinaka...@gmail.com wrote: I am looking into a solution where when you type text into the TextArea it should notify the user how many characters are left to enter. Like you can only enter 200 or something. Something like listening to KeyUp events

Re: ResourceBundle with CSS and obfuscation

2010-08-17 Thread Thomas Broyer
On 15 août, 04:40, Fratelli andrefrate...@gmail.com wrote: Hello, I'm using CssResource::ensureInjected() to inline my styles into the host page. So the thing is: everything worked just fine until I started redefining some GWT style classes (ie, gwt-TabBarItem). The changes didn't apply

GWT and indexing

2010-08-17 Thread Artem
There were a lot of topics about crawlable GWT application and ways to make them crawlable Maybe somebody could share information about last changes on this topic? Maybe some new information came? I found last updates on Making AJAX Applications Crawlable

Re: Generate Random String

2010-08-17 Thread lineman78
In Java you could also use the UUID class, but doubt its ported into GWT. Also, simply using the long value of time is also effective assuming that there is no chance of ever generating 2 at the exact same time(i.e. result of a user action): Long.toString(new Date().getTime()); On Aug 17, 7:35 

Re: HTML in TextArea

2010-08-17 Thread lineman78
You might have to do some DOM tricks to lock RichTextArea, but it should be possible. Such as adding a focus listener and canceling the event or finding the inner text area object and disabling it. On Aug 17, 5:13 am, steenstrup kasper.steenst...@gmail.com wrote: My problem, is that i like to

How to implement pagination using GWT 2.1 M2 SimplePager?

2010-08-17 Thread Ingo Jaeckel
hello everyone, i am using the second milestone of gwt 2.1 mostly because of the new list view related classes (e.g. ListViewAdapter, SimplePager, PagingListView, SingleSelectionModel, etc.). based on these new classes i implemented my own ListView class. i retrieve a couple of dto objects from

Re: why we probably won't use GWT for a large UI project

2010-08-17 Thread lineman78
Frank, First of all, this thread seems to have 2 different topics and I have not said anything about Vaadin as I have no experience with it and that seems to be what Joonas is referring to. Second of all, my problem is that you call them GWT enterprise architects. When you break it down it is

Re: 2.1 Documentation

2010-08-17 Thread marius.andreiana
Adding to Thomas' notes: MVP articles here http://code.google.com/webtoolkit/articles.html (concepts, not really 2.1 implementation) On Aug 17, 6:40 pm, Thomas Broyer t.bro...@gmail.com wrote: On 16 août, 03:58, Bayard Randel k...@bestpractice.org.nz wrote: Hi there, Is there any

Re: How to send data back to client side code?

2010-08-17 Thread Jeff Schnitzer
This is a major PITA with GAE+JPA. You'll likely also need to detach your entities from the JPA session, which AFAIK is impossible with the JPA interface - only with the JDO interface. My advice is throw out JPA and use Objectify. You can use your entities in GWT as-is (assuming they are

Re: GWT and indexing

2010-08-17 Thread Katharina Probst
Hi Artem, yes, the documentation you have found is indeed the latest. This is implemented and live in the Google crawler. Currently, no other crawlers we know of support this scheme, although we hope that this will change. Hope this helps. kathrin On Tue, Aug 17, 2010 at 11:54 AM, Artem

Re: Making GWT look good...

2010-08-17 Thread ChrLipp
I would also like to point you to http://jqueryui.com/themeroller/ Choose Gallery on the left. For mobile Clients there is an equivalent site on http://jquerymobile.com/ Regards, CL On 16 Aug., 13:08, ChrLipp christian.l...@corba.at wrote: I appreciate the direction theGWTteam is heading. I

Re: NumberFormat on integer

2010-08-17 Thread Patrick Tucker
Me too but I wanted to make sure it wasn't already part of GWT before submitting a request. Thanks, Pat On Jul 7, 1:59 pm, Isaac Truett itru...@gmail.com wrote: I know that patches are always welcomehttp://code.google.com/webtoolkit/makinggwtbetter.html . On Wed, Jul 7, 2010 at 1:36 PM,

plans for ARIA in GWT

2010-08-17 Thread Thad
I'm disappointed with what I see, or rather DON'T see, in GWT 2.1.0M2 regarding ARIA support. Granted the ARIA specification is moving very fast, but there are many simple things that seem like no-brainers: Why doesn't UIObject.setVisible() set the aria-hidden state? Why doesn't

Flash Objects being Garbage collected in tablayoutpanel?

2010-08-17 Thread Patrick Tucker
On my page I have a TabLayoutPanel that has a few widgets in it, one of which is a flex/flash object. When I load the page in Firefox or Chrome and switch to the tab containing the flex/flash object everything loads as expected. The problem arises when you switch to a different tab and then

Re: How to send data back to client side code?

2010-08-17 Thread lineman78
Yeah, I ran into this issue a year ago when I was working with GAE + GWT-RPC. The client side object cannot have references to any code not associated with a GWT module, so there are a few options for you here. 1) create a translator and maintain 2 versions of the class; 1 for the client(without

Re: Reusing GWT Localization in Server Side Code

2010-08-17 Thread Joe Cole
Because we don't want to have different code for different places. E.g. String text = GWT.create(MyMessages.class).myText(); This code fails if you run it on the server side. What we want is something like Messages.get().myText() which runs on both the client, server and test cases, but uses

Re: plans for ARIA in GWT

2010-08-17 Thread Jim Douglas
My guess is the GWT team is fairly small, and not many people are screaming for full ARIA support. If this was a critical feature to me, I'd probably start by reviewing the open issues for ARIA or ACCESSIBILITY: http://code.google.com/p/google-web-toolkit/issues/list?q=ARIA

Re: EclEmma + GwtTestCase + GwtGenerator exception

2010-08-17 Thread Gal Dolber
Finally someone :) 2010/8/16 Island qzha...@gmail.com I am facing the same problem when I try to collect the code coverage data, and here is the stack trace: 21:10:59.578 [ERROR] [splat] Failed to create an instance of 'com.splat.client.SplatService' via deferred binding

Storing Session ID in cookie, and then what?

2010-08-17 Thread spierce7
Hey, I'm currently making a site that has my own logins that I'm making (I know Google provides something, but I need my own login system), and I've been trying to figure out sessions for quite a while now. I've found a few tutorials, and one of the sites that I was reading is

eCommerce Shopping Cart With GWT

2010-08-17 Thread Daniel Simons
I'm am in the planning phase of developing a shopping cart application using GWT for the front-end. So far I have looked at integrating with a couple eCommerce solutions (ie, konakart and softslate). Does anyone have any advice on eCommerce Solutions? Are there any solutions out there that

Re: EclEmma + GwtTestCase + GwtGenerator exception

2010-08-17 Thread Qi Zhang
I have resolved the problem after I debugged into GWT code. I am using GXT to build my Web Interface, but that GXT libraries was built with an old version of GWT, so some method signature could not be matched by GWT CompileClassLoader. After I upgraded my GXT libraries, the problem disappeared.

[gwt-contrib] Public: Move the validation metadata classes to client/metadata. (issue773801)

2010-08-17 Thread nchalko
Reviewers: robertvawter, Description: Public: Move the validation metadata classes to client/metadata. Please review this at http://gwt-code-reviews.appspot.com/773801/show Affected files: A user/src/com/google/gwt/validation/client/metadata/ConstraintDescriptorImpl.java D

[gwt-contrib] Re: Public: Move the validation metadata classes to client/metadata. (issue773801)

2010-08-17 Thread bobv
LGTM http://gwt-code-reviews.appspot.com/773801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: History integration for the RequestFactory apps. (issue717801)

2010-08-17 Thread Patrick Julien
OK, I don't get how exit() being private works. If we think about the scenario where we have child resources to create after we get the real id from the server, how are we suppose to save those child resources? Not to mention that I don't really care for showing the details place in every case.

[gwt-contrib] Continuation of r8542 to actually properly enables double click for (issue774801)

2010-08-17 Thread fredsa
Reviewers: jgw, Description: Continuation of r8542 to actually properly enables double click for - com/google/gwt/user/client/ui/FocusWidget.java - com/google/gwt/user/client/ui/HTMLTable.java - com/google/gwt/user/client/ui/Hyperlink.java - com/google/gwt/user/client/ui/Image.java -

Re: [gwt-contrib] Re: History integration for the RequestFactory apps. (issue717801)

2010-08-17 Thread Patrick Julien
Same for Abstract list, yeah, providing a default for showDetails is nice, making it private is not so much On Tue, Aug 17, 2010 at 12:30 PM, Pascal Patry i...@invalidip.com wrote: On Tuesday, August 17, 2010 11:50:13 Patrick Julien wrote: OK, I don't get how exit() being private works.  If we

Re: [gwt-contrib] Re: History integration for the RequestFactory apps. (issue717801)

2010-08-17 Thread Pascal Patry
On Tuesday, August 17, 2010 12:34:29 Patrick Julien wrote: Same for Abstract list, yeah, providing a default for showDetails is nice, making it private is not so much That's right... you can always create a new SelectionModel to have something else than showDetails() that is being called, but

Re: [gwt-contrib] Re: History integration for the RequestFactory apps. (issue717801)

2010-08-17 Thread Ray Ryan
Thanks for all the feedback. I'm definitely not suggesting that this mechanism is done, it's just a step along the way. And yes, the hard coded exit points are particularly bad. Rather than having these activities drive the place controller directly, I'd like them to emit events like save worked,

Re: [gwt-contrib] Re: History integration for the RequestFactory apps. (issue717801)

2010-08-17 Thread Patrick Julien
RequestFactory issues an event on record change but does it issue an event on creation? On Tue, Aug 17, 2010 at 1:04 PM, Ray Ryan rj...@google.com wrote: Thanks for all the feedback. I'm definitely not suggesting that this mechanism is done, it's just a step along the way. And yes, the hard

[gwt-contrib] Allow merging of modules with the same prefix, for example if you have a (issue754802)

2010-08-17 Thread fabbott
Reviewers: unnurg, Description: Allow merging of modules with the same prefix, for example if you have a directory of widgets that are separated into multiple modules (but in the same java package), or if you have src/test roots that each have modules for the same package. The existing exclude

[gwt-contrib] Re: Allow merging of modules with the same prefix, for example if you have a (issue754802)

2010-08-17 Thread unnurg
LGTM On 2010/08/17 17:24:51, fabbott wrote: http://gwt-code-reviews.appspot.com/754802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: History integration for the RequestFactory apps. (issue717801)

2010-08-17 Thread Patrick Julien
I don't know what your schedule looks like but before this patch. This was still pretty usable and it was less expensive to track changes in head than it was to use GWT 2.0. Now, the abstract activities are pretty much broken. I understand, and take responsibility, for using GWT head, but at the

Re: [gwt-contrib] Public: Start of a sample application showing GWT validation. (issue760802)

2010-08-17 Thread Arthur Kalmenson
I'm really excited for this validation component, you guys/gals are doing a great job! But it looks like Validation is using VerticalPanel, but from my understand we're trying to discourage the use of table based widgets where possible. Could this be done with UiBinder and divs instead? -- Arthur

Re: [gwt-contrib] Re: History integration for the RequestFactory apps. (issue717801)

2010-08-17 Thread Ray Ryan
There are a lot of features and schedules driving M3, this is just one. I can't make a drastic change at this point, and I can't roll the patch back, but are there a quick fixes I can make to unbreak you? Make exit() public or protected? Or can you whip up a patch? On Tue, Aug 17, 2010 at 10:57

Re: [gwt-contrib] Public: Start of a sample application showing GWT validation. (issue760802)

2010-08-17 Thread Ray Ryan
This patch is focused on the validation plumbing. The UI is throw away. On Tue, Aug 17, 2010 at 11:02 AM, Arthur Kalmenson arthur.k...@gmail.comwrote: I'm really excited for this validation component, you guys/gals are doing a great job! But it looks like Validation is using VerticalPanel,

Re: [gwt-contrib] Re: History integration for the RequestFactory apps. (issue717801)

2010-08-17 Thread Patrick Julien
On Tue, Aug 17, 2010 at 2:02 PM, Ray Ryan rj...@google.com wrote: There are a lot of features and schedules driving M3, this is just one. I can't make a drastic change at this point, and I can't roll the patch back, but are there a quick fixes I can make to unbreak you? Make exit() public or

Re: [gwt-contrib] Re: History integration for the RequestFactory apps. (issue717801)

2010-08-17 Thread Ray Ryan
On Tue, Aug 17, 2010 at 11:05 AM, Patrick Julien pjul...@gmail.com wrote: On Tue, Aug 17, 2010 at 2:02 PM, Ray Ryan rj...@google.com wrote: There are a lot of features and schedules driving M3, this is just one. I can't make a drastic change at this point, and I can't roll the patch back,

Re: [gwt-contrib] Re: History integration for the RequestFactory apps. (issue717801)

2010-08-17 Thread Ray Ryan
On Tue, Aug 17, 2010 at 11:09 AM, Ray Ryan rj...@google.com wrote: On Tue, Aug 17, 2010 at 11:05 AM, Patrick Julien pjul...@gmail.comwrote: On Tue, Aug 17, 2010 at 2:02 PM, Ray Ryan rj...@google.com wrote: There are a lot of features and schedules driving M3, this is just one. I can't

Re: [gwt-contrib] Public: Start of a sample application showing GWT validation. (issue760802)

2010-08-17 Thread Arthur Kalmenson
Ah, sorry about that. -- Arthur Kalmenson On Tue, Aug 17, 2010 at 2:04 PM, Ray Ryan rj...@google.com wrote: This patch is focused on the validation plumbing. The UI is throw away. On Tue, Aug 17, 2010 at 11:02 AM, Arthur Kalmenson arthur.k...@gmail.com wrote: I'm really excited for this

Re: [gwt-contrib] Re: History integration for the RequestFactory apps. (issue717801)

2010-08-17 Thread Patrick Julien
Why isn't edit.getRecord().getId() enough? Ah. It doesn't exist. Will add it. thanks, here are the issues I reported in roo: ROO-1225 Hard coded exit points for AbstractRecordEditActivity ROO-1226 Hard coded exit points for AbstractRecordListActivity ROO-1227 Can't create child resources

Re: [gwt-contrib] Public: Start of a sample application showing GWT validation. (issue760802)

2010-08-17 Thread Arthur Kalmenson
But this is looking to be a really great release for enterprise app building! I can just imagine how many days and weeks of work this release would have saved me :D -- Arthur Kalmenson On Tue, Aug 17, 2010 at 2:12 PM, Arthur Kalmenson arthur.k...@gmail.com wrote: Ah, sorry about that. --

[gwt-contrib] [google-web-toolkit] r8551 committed - Fix relation-id bug using wrong instance...

2010-08-17 Thread codesite-noreply
Revision: 8551 Author: cromwell...@google.com Date: Tue Aug 17 10:06:27 2010 Log: Fix relation-id bug using wrong instance Review by: amitman...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8551 Modified:

[gwt-contrib] Re: Continuation of r8542 to actually properly enables double click for (issue774801)

2010-08-17 Thread t . broyer
LGTM, though I'm puzzled by Hyperlink implementing HasDoubleClickHandlers, given that addClickHandler is deprecated on that class. http://gwt-code-reviews.appspot.com/774801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8552 committed - Public: Move the validation metadata classes to client/metadata....

2010-08-17 Thread codesite-noreply
Revision: 8552 Author: ncha...@google.com Date: Tue Aug 17 10:07:06 2010 Log: Public: Move the validation metadata classes to client/metadata. Review at http://gwt-code-reviews.appspot.com/773801 Review by: robertvaw...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=8552

[gwt-contrib] Re: Faster edit-distance computation in JsFunctionClusterer (issue669801)

2010-08-17 Thread mmendez
Is there anything else left to do on this change? Alex's internship is over, but we'd like to get the change in. On 2010/08/10 08:44:14, zundel wrote: Hi Andre, I'm waiting on Ray C or Lex to give the LGTM, but I noticed this last patch you uploaded left out the editdistance library files.

[gwt-contrib] Re: Added all safehtml packages. (issue771801)

2010-08-17 Thread jat
On 2010/08/16 23:39:47, tbroyer wrote: The HtmlSanitizer is a good idea, but the implementation is very weak [2]. Note that the API is what is important, and SimpleHtmlSanitizer is just that, a simple implementation. A more involved implementation can be added later. Also, we aren't trying

[gwt-contrib] Re: Makes the terminology used by AbstractListViewAdapter and AbstractPager consistent with HasData.... (issue772801)

2010-08-17 Thread jlabanca
committed as r8553 http://gwt-code-reviews.appspot.com/772801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r8554 committed - Allow merging of modules with the same prefix, for example if you have...

2010-08-17 Thread codesite-noreply
Revision: 8554 Author: fabb...@google.com Date: Tue Aug 17 08:14:13 2010 Log: Allow merging of modules with the same prefix, for example if you have a directory of widgets that are separated into multiple modules (but in the same java package), or if you have src/test roots that each have

[gwt-contrib] [google-web-toolkit] r8555 committed - Rolling back r8550: Change to CompilationStateBuilder to prevent recur...

2010-08-17 Thread codesite-noreply
Revision: 8555 Author: roytibur...@google.com Date: Tue Aug 17 08:39:10 2010 Log: Rolling back r8550: Change to CompilationStateBuilder to prevent recursive invalidation on changed units. Broke some users. Review by: sco...@google.com

[gwt-contrib] Allows subclasses to take control of exit points in (issue771802)

2010-08-17 Thread rjrjr
Reviewers: jlabanca, Description: Allows subclasses to take control of exit points in AbstractRecordListActivity and AbstractRecordEditActivity https://jira.springsource.org/browse/ROO-1225 https://jira.springsource.org/browse/ROO-1226 https://jira.springsource.org/browse/ROO-1227 Please

Re: [gwt-contrib] Re: History integration for the RequestFactory apps. (issue717801)

2010-08-17 Thread Ray Ryan
http://gwt-code-reviews.appspot.com/771802 On Tue, Aug 17, 2010 at 11:14 AM, Patrick Julien pjul...@gmail.com wrote: Why isn't edit.getRecord().getId() enough? Ah. It doesn't exist. Will add it. thanks, here are the issues I reported in roo: ROO-1225 Hard coded exit points for

  1   2   >