Re: what kind of MVP to use, what is "current" best practice

2011-04-28 Thread Rodolphe Gomes
I have used PureMVC (pureMVC.org) which was *perfectly adapted* for my EXT / GWT / Hibernate application. I used Dozzer for mapping entity to pojo and @BEAN annotation (BeanModelMarker) to tell GXT to adapt with beanModel GXT. I know that Seesmic (http://seesmic.com/) has also used this library.

Re: BeanModelFactory: how to BeanModel to Bean ?

2011-04-25 Thread Rodolphe Gomes
getBean() solved :) Thanks On Apr 25, 10:20 am, Rodolphe Gomes wrote: > Hello, > > I am using beanModelFactory to build BeanModel Collection from > JavaBean Collection (using @BEAN(UserDTO.class)): >   final BeanModelFactory beanModelFactory = > BeanModelLookup.get().getFac

BeanModelFactory: how to BeanModel to Bean ?

2011-04-25 Thread Rodolphe Gomes
Hello, I am using beanModelFactory to build BeanModel Collection from JavaBean Collection (using @BEAN(UserDTO.class)): final BeanModelFactory beanModelFactory = BeanModelLookup.get().getFactory(UserDTO.class); final List createModel = beanModelFactory.createModel(proxy.users()); My question:

Re: Can't compile gadget with GWT Plugin 2.2 or 2.3 Beta

2011-04-10 Thread Rodolphe Gomes
gt; > > > >> -- > > >> 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. > > >>

Re: MVP vs PureMVC

2011-04-10 Thread Rodolphe Gomes
No opinion or experience of production of one of theses solutions ? Thanks for any help On Apr 8, 8:36 am, Rodolphe Gomes wrote: > I am talking abouthttp://puremvc.org/(NOT the concept MVC). > There is a sample > :http://trac.puremvc.org/Demo_Java_MultiCore_GWT_EmployeeAdmin > >

Re: MVP vs PureMVC

2011-04-07 Thread Rodolphe Gomes
 With MVP, I > typically get 90%+ code coverage on unit tests.  I can't get anywhere near > that with standard J2EE "Best Practices" MVC. > > On Thu, Apr 7, 2011 at 7:55 AM, Rodolphe Gomes > wrote: > > > > > > > > > Hello, > > > I am s

MVP vs PureMVC

2011-04-07 Thread Rodolphe Gomes
Hello, I am still having doubts between integrating MVP or PureMVC. Does anyone has any production experience - drawbacks ? Thanks a lot -- 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-too

Ezproxy rpc fails

2010-04-12 Thread Rodolphe Gomes
Good morning, Trying to call a service throws: Blocked request without GWT base path header (XSRF attack?) With Ezproxy headers X-GWT-Permutation and X-GWT-Module-Base are not created. I am using eventservice from Novanic. Any ideas ? Thanks for any help ! -- You received this message becaus