Thanks Jorge, for you info.

After a bit more research, I posted a similar question on the Spring
forum, with a bit more detail:
http://forum.springsource.org/showthread.php?t=67423

It a first glance, it appears that Springs MVC is tailored to
traditional form based HTTP GET/POST type web clients.  Our domain
model is done with POJOs that we transmit back and forth between
client/server using GWT’s Java serialization abilities. On the client
side we have a decent separation between model and view. From what I
can tell, since our application sends parts of the model to the
client, I’m not sure that some of the traditional web MVC stuff is
useful for us, since our app is more of rich-client/server RPC.  GWT
changes the architecture, for the better, away from the traditional
model only on the server approach.

The IoC, DAO, and ORM stuff looks really useful.


On Feb 12, 9:52 am, Jorge Guerrero Damian <[email protected]>
wrote:
> I'm starting to learn gwt, but I know something about spring.
> - Spring is powerfull with security issues (I recomend that)
> - The Spring MVC module is usefull to have a clean separation of the code.
> - Spring have a great integration with hibernate, in topics like sessions,
> transactions,  and others.
>
> I don't have experience with the integration of the 3, but I starting to
> learn about that.
>
> 2009/2/11 Christoph <[email protected]>
>
>
>
>
>
> > We have a Tomcat-based GWT application that we are looking to scale.
> > Our persistence up until this point has been all via XML.  We are have
> > chosen to integrate with Hibernate and see a lot of talk about the
> > Spring Framework.  So my questions to the GWT community are this:
>
> > What benefit does Spring give us over integrating Hibernate without
> > Spring?
>
> > If it makes sense to integrate with Spring, what features of Spring
> > should we use?
>
> > Thanks,
> >  Christoph
>
> --
> Jorge Guerrero Damián
> Ingeniero Civil en Informática
> Egresado de Magister en Ciencias de la Ingeniería Informática
> U.T.F.S.M.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to