Hi,

It's difficult to give a concrete answer to your question as it's to
vaque and global. You have to come up with concrete question.

I would suggest that you play with some of the examples and read the
documentation to get a good understanding of the different components
and their boundaries. For example: GWT is purely a front-end
(javascript) application that connects with the backend through HTTP
POST/get. That's it... You can use the GWT RPC mechanism to easily to
connect to a java backend. In your case this would be struts. Said
this, have a look how you can connect to Struts. If I google I find a
lot of info like http://cwiki.apache.org/WW/struts-2-gwt.html.

I suppose that you know how to connect Spring and Hibernate.
The only thing to consider then is: ho to pass hibernate objects to
the front-end as Hibernate objects contain java jre elements that
aren't supported by GWT. So you have to decouple this. There is a tool
like gwt-hibernate that does that for you. i myself use Dozer and I
don't want my backend domain objects to contain any gwt thing, even
not some simple interface/class from gwt-hibernate (isn't allowed).
There is a lot of info abut this subject. Consider it well as both
have their advantages/disadvantages. Look for "Spring Hibernate Dozer"
and you know enough.
BTW: I made my own Dozer version such that I does exactly what I want
and handles hibernate proxies well. Most of these things are being
included in Dozer as we speak (Dozer has improved a lot the last
months).

Hope this helps.
Good luck,
Ed


--~--~---------~--~----~------------~-------~--~----~
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