Re: Announcing GWT 1.6 Milestone 1

2009-02-11 Thread Alex dP (Violet UML Editor, WebVNC...)
Congratulation for this release. Unfortunately, there's still nothing about Maven support. No official repository, no official plugin I hope this will arrive this Milestone 2. Regards, Alexandre de Pellegrin On Feb 6, 4:26 pm, Scott Blum sco...@google.com wrote: Greetings GWT developers,

Re: Safe to make *ServiceAsync a singleton?

2008-10-01 Thread Alex dP (Violet UML Editor, WebVNC...)
Whatever you choice, be careful to work in a transactional context on the server side. Alex On Sep 30, 11:02 am, hezjing [EMAIL PROTECTED] wrote: Hi I have many service creation (like the following code) in my GWT application, XxxxServiceAsync Service = GWT.create(XxxxrService.class);