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.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/5sBsSIZ5bc0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 message 
so do you suggest a custom ExceptionHandler with custom Exceptions with nice 
error messages?

-- 
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/-/BSt-v68mp7IJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 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/-/nU3jmpPJEMIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 
failure notifications".

So I tought that the solution could be to use onSuccess callback putting the 
entity inside a wrapper RequestResult object.

But Requests can be parameterized with the following types:

   - Built-in value types: BigDecimal, BigInteger, Boolean, Byte, Enum, 
   Character, Date, Double, Float, Integer, Long, Short, String, Void
   - Custom value types: any subclass of ValueProxy
   - Entity types: any subclass of EntityProxy
   - Collections: List or Set, where T is one of the above value or 
   entity types


So my RequestResult should have a proxy interface which extends ValueProxy.

At this point I lost some piece because it seems to be too complicated.

Any ideas? 


-- 
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/-/zxa4OxIY0awJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 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/-/1eSiiNSUCYYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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, Editor and so on.
I will need help of everyone and code review :)

On Jul 1, 8:40 pm, Thomas Broyer  wrote:
> Le vendredi 1 juillet 2011 18:12:45 UTC+2, cri a écrit :
>
>
>
> > First, someone definitely *thought initially* that Views/ClientFactory/
> > Activities/Places/PlaceHistoryMapper/ActivityMapper described on the
> > GWT *MVP* documentation page constituted a framework that could be
> > *used* at least for MVP. And, indeed, it can be.
>
> > Secondly, to me and some others I'd guess, it seems superior in terms
> > of effort required than what is described in the "Part I and II"
> > articles. We have a number of people here that have used both and
> > there is agreement on this. However, I'm sure there are some relevant
> > pros and cons.
>
> That's because all of them talk about history management, not only MVP. The
> *MVP* part is only the View/Display interface and the handlers vs. the
> Presenter/Delegate interface (people use different names for similar those
> things); everything else is not part of the MVP *pattern*.

-- 
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-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: RequestFactory and populate form field with dynamic data

2011-06-29 Thread ungarida

You are right, there is a misunderstanding. I try to complete my
question with an example.
My problem is when you want to do a drop down list of cities for a
form of a person entity.
I mean, the problem is not about how to dynamically update a form, it
is about where have I to put data that is 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.
> > 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
> > RequestFactory to load all data.
>
> Yes you can, what makes you think it's not possible?
>
> You must be misunderstanding something, but it's hard to tell what exactly.

-- 
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-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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
RequestFactory to load all data. Should I use RPC?

-- 
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-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.