I want to know more about step 3 and 4, could you provide more detail? what is the GWT sample project's files (the folder containing files *.nocache.js ,*.gwt.rpc ,cache.html and *.cahce.png?) copy to sample portlet which folder? (webapp folder, where view.jsp is placed?)
On Tuesday, March 13, 2012 1:33:52 AM UTC+8, Sebastián Gurin wrote: > > I have done GWT portlets successfully for liferay. You can use some > liferay specific options for including your portlet javascript. But > basically, I would start with the following. > > 1) create a sample GWT application and compile it. You should have a > index.html page that loads your GWT javascript > 2) create a sample portlet (using technologies of your choise, could be > jsp for example). > 3) in your portlet's markup, copy your GWT sample project's files. > 4) in your view.jsp (or whatever main portlet VIEW page), include the GWT > script and neccesary markup. > > P/d: searching in google "GWT portlet" there are some suggestions about > calling the gwt compiler inside your portlet's project, for example with > eclipse or ant. For example "liferay gwt portlet" will give you a lot of > specific step by step tutorials > > regards > > On Fri, 9 Mar 2012 23:43:19 -0800 (PST) > Nitheesh Chandran <[email protected] <javascript:>> 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]<javascript:> > . > > To unsubscribe from this group, send email to > [email protected] <javascript:>. > > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > > > -- > Sebastian Gurin <[email protected] <javascript:>> > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/MKoKf1yTs6EJ. 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.
