I'm just repeating what @Viktor said : 1) Create your portlet (without GWT)
If you don't know how to create a portlet, it is a big question : you should looking for a proper portlet tutorial. It cannot be answer in the email like that. Use Spring MVC for example, it can help you to do that. http://static.springsource.org/spring/docs/2.0.x/reference/portlet.html And then .. 2) Add a GWT in your portlet body by putting : <script language="javascript" src="${contextPath}/ [YOUR_GWT_APP].nocache.js"></script> ====================== http://www.html5bydemo.com/ On Mar 10, 8:43 am, Nitheesh Chandran <[email protected]> wrote: > Can you tell me more specifically ? I want to create a portlet then > integrate that with GWT app. How to create portlet ,then how to > integrate it with gwt app ? > > On Mar 9, 3:26 pm, Nitheesh Chandran <[email protected]> > wrote: > > > > > > > > > Sorry gwt-portlet.jar > > > On Mar 9, 3:20 pm, Nitheesh Chandran <[email protected]> > > wrote: > > > > Hello , > > > I want to create portlet using GWT. I searched in the Internet and > > > downloaded get-portlet.jar. But the hello world app failed. Is there > > > any other way for creating portlet in GWT. ? Helps will be > > > appreciated. Thanks in advance. -- 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.
