File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes GWT and the fly likes Need to work with more windows. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "Need to work with more windows." Watch "Need to work with more windows." New topic
Author

Need to work with more windows.

Sreenivasa Rao P
Greenhorn

Joined: Jun 28, 2010
Posts: 8
Hi, I need small help in working with window. I am doing web application using GWT.

I have a module in which I have some data shown to the user. There is one link. When the user click the link, it should open a new window and show the new data w.r.t to the URL.

I can open new window using Window object and the URL routes to Servlet. Now, if I want to use the Widgets in Servlet to display the page in GWT rich UI, I could not do as it is failed to initiate GWT.create() at server side. How to handle this situation.

In other words, I have many URLs in which few are servlets and I need to use GWT rich UI in servlets. Please provide me solution.

Or is there anyother way to handle my scenario?

Regards
Sri
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8562

Get rid of the servlets by switching code to RPC.
Then use History http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Need to work with more windows.
 
Similar Threads
Spring GWT Cookie problem in web application
Spring GWT Cookie problem
save grid data
Using FocusWidget.addClickHandler for GWT 2.0 Hyperlink (ClickHandler deprecated)
Newbie Question: Java EE vs Tomcat+Hibernate+Struts