hello Anita, May I know which web server are you using for application development?
I was speaking about file hierarchy inside the web applications root folder which is considered as main project folder for ur web project... we just need to copy modules which we got from GWT compilation (ie content from WAR folder ) to the main project folder of the web server or application server I hope this will clear ur doubts ... -- Aditya On Wed, Aug 18, 2010 at 2:46 PM, Anita <[email protected]> wrote: > Hello Aditya! > > Thank you very much for you idea, but i can´t understand what you´re > trying to explain... :( The idea is to copy de .war generated by > compiling my GWT app under the web app project folder???I can't see > how can it work in a way i want it to do, because they need to share > information (for example, if a press a button in a web app, i could > write my name in any of the 2 frames) ...Could you be more explicit in > your suggestion please??Sorry for that :( > And thank you!!! > > > On 17 ago, 15:30, aditya sanas <[email protected]> wrote: > > 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]> > > > > > <google-web-toolkit%[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]> > <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. > > -- > 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.
