Re: How to package a gwt project into a jar so that it can be included into other projects
Komal,
you have to consider two packaging for your release in order for your
project to be used in another project.
- one jar for your server side classes (compiled)
- one jar for your client side java file (not compiled) that also
contains the gwt module, in order the users to include your module
into their own gwt module.
that it.
On 25 juil, 15:27, 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