Re: Calling GWT applications from legacy applications

2009-08-17 Thread Manuel Carrasco MoƱino
Hello,

Not sure about your question

- If you want to include GWT client code in your jsp, just modify your jsp
template adding the  tag that points to your gwt application.
- If you want to put this client code in the same context of your legacy
application,
   - put the static stuff produced by gwt-compiler in the public folder of
the application
   - or include your gwt java classes in the application, configure the
build classpath to include gwt stuff, and modify your build script to
compile gwt client code before producing your .war file
- If you use rpcs calling  server code, you can put these classes and
necessary libraries in your legacy application without problem.

Manolo Carrasco


On Sat, Aug 15, 2009 at 12:32 PM, Aju Mathai  wrote:

>
> Hi,
>
> Any help i get on this pls.
>
>
>
> On Thu, Aug 13, 2009 at 8:05 PM, mathesmond wrote:
> >
> > Hi,
> >
> > How do i call GWT applications from legacy applications built using
> > Java Server Pages ? My legacy applications are deployed on tomcat .And
> > the new GWT applications are also deployed on the same tomcat in a
> > different context. If you could give me some pointers as to how this
> > can be done with some examples.
> >
> > >
> >
>
> >
>

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Calling GWT applications from legacy applications

2009-08-15 Thread Aju Mathai

Hi,

Any help i get on this pls.



On Thu, Aug 13, 2009 at 8:05 PM, mathesmond wrote:
>
> Hi,
>
> How do i call GWT applications from legacy applications built using
> Java Server Pages ? My legacy applications are deployed on tomcat .And
> the new GWT applications are also deployed on the same tomcat in a
> different context. If you could give me some pointers as to how this
> can be done with some examples.
>
> >
>

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Calling GWT applications from legacy applications

2009-08-13 Thread mathesmond

Hi,

How do i call GWT applications from legacy applications built using
Java Server Pages ? My legacy applications are deployed on tomcat .And
the new GWT applications are also deployed on the same tomcat in a
different context. If you could give me some pointers as to how this
can be done with some examples.

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---