is it possible to migrate the existing gwt module as a jar?
23 views
Skip to first unread message
tong123123
unread,
Aug 31, 2012, 3:22:05 AM8/31/12
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-we...@googlegroups.com
origin design: DB > class in a jar package > GWT module new design: DB > class in a jar package > previous GWT module packed in a jar package > a new GWT module
is this possible to packed the current GWT module as a jar and then new a new GWT module and call the previous GWT module which is already packed as a jar?