Re: New GWT App for hackers

2011-10-11 Thread ungarida
My suggestion is to add a maximize button to all windows and also a more adaptable layout. Nowadays programmers spend a lot of money for big screens and high resolution graphic boards :) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. T

Re: RequestFactory and JSR 303 validator behavior customization

2011-10-03 Thread ungarida
As I wrote here http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a9d5444eae6e0af0/ it was quite clear to me that onFaillure is for the "communication channel" exception and I may use onSuccess callback. I was not able to build a wrapper object with entity proxy and error

Re: RequestFactory and JSR 303 validator behavior customization

2011-10-01 Thread ungarida
My problem instead is the management of specific application runtime exception when I fire a request from client. For example FileNotFound on filesystem or DuplicateKey on db... How can I send a specific application error message throw RequestFactory framework? -- You received this message beca

RequestFactory error management

2011-09-26 Thread ungarida
Hi all, the scenario is: - I have an ententy with its requestfatory, which manages correctly constraints violations. - I want also to catch an "SQLException" for a duplicate key and send an error message to the client. >From documentation is specified that onFailure callback "receives general f

R: can i use google appengine with GWT

2011-07-28 Thread ungarida
Yes of course, probably you are confusing or misunderstanding something. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/v4SoKRGFYsYJ. To post t

Design layout template with UIBinder or JSP includes?

2011-07-26 Thread ungarida
Which is the best practice to design a page layout template? I'm evaluating the differences between: 1- JSP includes to build up the host page 2- a base UIBinder widget made essentially of html in a common package and composite the other widgets inside it Suggestions? -- You received this messa

R: GWT GeoMap

2011-07-21 Thread ungarida
http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/0oBDtlqMbnAJ. To post to this g

Re: Very confusing aspect of MVP documentation!

2011-07-03 Thread ungarida
I open the project http://code.google.com/p/gwt-meeting-room/ -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-w

Re: Very confusing aspect of MVP documentation!

2011-07-01 Thread ungarida
I agree with cri, probably the documentation should be reviewed and updated to GWT 2.3. Reading all the stuff I miss the big picture, should be useful some schemes that summarize things. Anyway I wil try to implement a complete example on AppEngine using Activity, Places, MWP, RequestFactory, Edit

Re: RequestFactory and populate form field with dynamic data

2011-06-29 Thread ungarida
not strictly part of an entity and how have I to get this data to populate the form? On Jun 29, 4:27 pm, Thomas Broyer wrote:e > On Wednesday, June 29, 2011 3:44:21 PM UTC+2, ungarida wrote: > > > Hi all, > > I'm studying new RequestFactory framework and I have a big doubt. &g

RequestFactory and populate form field with dynamic data

2011-06-29 Thread ungarida
Hi all, I'm studying new RequestFactory framework and I have a big doubt. If the RequestFactory is stricly associated with a single Entity, which is the best way transmit dynamic data to populate form fields with default values? For example I want to fill a drop down list, I can not use RequestFac