Deploying a project

0 views
Skip to first unread message

cutout33

unread,
Dec 1, 2009, 8:22:32 AM12/1/09
to Google Web Toolkit
Hello all,

Am really new to GWT and am using google plugin for eclipse which
great for development as it starts the project in hosted mode, but my
problem I need to deploy my sample on a real AS like JBoss, how can I
do that? how can I create a war file for my project? What file
structure should it contain?

I new that maybe it is very stupid but am not able to do :-/

Thanks in advance...

gwtfanb0y

unread,
Dec 1, 2009, 10:12:38 AM12/1/09
to Google Web Toolkit
Hi,

you can use this ant-target to create a war file:

<target name="war" depends="build" description="Create a war file">
<zip destfile="MyApp.war" basedir="war"/>
</target>


I recommend to create the project structure with the
"webAppCreator" (included inside
the google-gwt-directory). I've written a tutorial how to do that:

http://blog.jdevelop.eu/2009/11/11/create-a-gwt-application-from-scratch/

Have a lot of fun!

Chris Ramsdale

unread,
Dec 1, 2009, 10:14:33 AM12/1/09
to google-we...@googlegroups.com
The following overview may be of assistance as well:



--

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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.



Reply all
Reply to author
Forward
0 new messages