Re: GWT + MVP + Spring + Hibernate

2011-04-03 Thread Jan Mostert
ROO is "just" a console that generates a scaffold for you containing Spring-MVC code with a JPA (Hibernate) and then you can slap any UI on top of it, like GWT using the "gwt setup command" This page will take you through it step by step: http://www.springsource.org/roo/start Once you've done the

Re: GWT + MVP + Spring + Hibernate

2011-04-03 Thread Zaur Guliyev
Isn't there a step-by-step tutorial at least on GWT + Spring Roo ?! ... I've searched on Google but can'T find any resource..even only Spring Roo will suit...Do you have any suggestion? And one more question, do I have to start with Spring MVC first? Or are Spring Roo and Spring MVC different subj

Re: GWT + MVP + Spring + Hibernate

2011-04-03 Thread Ashton Thomas
this repo has gwt mvp spring but uses mybatis so no Hibernate: https://github.com/ashtonthomas/beans On Apr 3, 1:27 am, Jan Mostert wrote: > Spring Roo will integrate all that stuff for you. > > -- > Jan Vladimir Mostert > BEngSci > > MyCee Technologies > > > > > > > > On Sat, Apr 2, 2011 at 11:

Re: GWT + MVP + Spring + Hibernate

2011-04-02 Thread Jan Mostert
Spring Roo will integrate all that stuff for you. -- Jan Vladimir Mostert BEngSci MyCee Technologies On Sat, Apr 2, 2011 at 11:14 AM, Zaur Guliyev wrote: > Hello, > > I'm newbie in GWT and as well as to Spring, Hibernate and MVP > framework. Is there any tutorial or project example on which I

GWT + MVP + Spring + Hibernate

2011-04-02 Thread Zaur Guliyev
Hello, I'm newbie in GWT and as well as to Spring, Hibernate and MVP framework. Is there any tutorial or project example on which I can learn all this GWT integration stuff with above mentioned frameworks? Any help is appretiated... -- You received this message because you are subscribed to the