GWT using domain models /services from external module (jar) ?
8 views
Skip to first unread message
ashika umanga
unread,
Dec 8, 2009, 9:35:53 PM12/8/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Greetings,
We have been using our reusable "user-management" module which was
written using Spring/Hibernate(using Doman-Model Pattern).We have used
that module in several project integrating with Wicket,JSP and ZK
frameworks. Now I am going to develop an application using GWT.I am
completely new to GWT and I noticed that the domain objects should go
inside "xxx.xxxx.client" package. But I want to use our reusable
module (jar) and the domain model is in completely different package.
How can I use my domain-model object from this external library in
GWT? How about service interfaces? Do I have to write proxies for them
too?