Re: How to package a gwt project into a jar so that it can be included into other projects
It can be packaged into a single jar.
Have a folder structure like
com ....
shared
*.java
*.class
server
*.class
yourProduct.gwt.xml
Jar up com directory. Tell the user to put com.jar into his /WEB-INF/
lib.
Hope it helps.
J.Ganesan
www.DataStoreGwt.com
On Jul 25, 6:27 pm, Komal Goyal <ko...@ensarm.com> wrote:
> Hi,
>
> I need to package a gwt project into a jar
> and use the implementations of this project ie its client side class
> in the importing projects client package
>
> and the server side classes to the importing projects server classes
>
> how will the Impls work in this case..?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home