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.
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
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:
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.
> > >>
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
>
>
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
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
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