Hi, Once you have GWT compiled code you can embed it any kind of web application just you will require
to is the copy the content from WAR folder which is created in GWT project to the project folder under your web application. So consider if i m using Apache Tomcat then the content from WAR that is modules will be copied to the webapps/<project_name>/<content From War> I hope this work. -- Aditya On Tue, Aug 17, 2010 at 12:38 PM, Anita <[email protected]> wrote: > Hello Suersh, > > With this solution, ¿How can i solve the problem of catching the > events on one application and doing something on the others? > Thank you very much!!! > > Regards, > Anita > > > On 16 ago, 16:41, suersh babu <[email protected]> wrote: > > use div give id so that each id display differerent different information > . > > > > > > > > On Thu, Aug 5, 2010 at 3:19 PM, Anita <[email protected]> wrote: > > > Hi, > > > > > I’m new on GWT and i’m trying to do something but don´t know how…. My > > > app has 2 panels (HorizontalSplitPanel and VerticalSplitPanel), in a > > > way that i have my window divided in 3 parts. In each part i want 3 > > > differents app to be runing. One of them is an open source web app, > > > written in Java/JSP(no GWT), but i don´t know how to integrate it, in > > > a way that i can access de events generated by it. I’m a little lost > > > and any help would be very usefull. > > > Thank in advance. > > > Regards, > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Google Web Toolkit" group. > > > To post to this group, send email to > [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-web-toolkit%[email protected]> > <google-web-toolkit%[email protected]<google-web-toolkit%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-web-toolkit?hl=en. > > > > -- > > your's truely > > > > suresh babu.g > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
