GWT portlet Integration in GWT application issue

2013-03-07 Thread sumant . shintre
Hi all, I want to import portlets in GWT application but i am facing following problems 1. Could not able to create my own portlet. 2. I tried with importing Demo portlet and Hello World Portlet but these are also not working. Even though i have imported portlet module in gwt.xml

Re: GWT PORTLET

2012-08-14 Thread tong123123
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

Re: GWT PORTLET

2012-08-14 Thread tong123123
the link is dead. http 404 *The requested resource (/examples/pages/portal/portal.html) is not available. *I really want to find some step by step example for integration of gwt with portlet. On Wednesday, March 14, 2012 12:18:31 AM UTC+8, Joseph Lust wrote: You could also use Ext GWT. It

Re: GWT portlet issue

2012-04-30 Thread schmarre
Hello I'm facing the same problem. Have you been able to solve the problem? Thanks for any response On Mar 17, 8:04 am, Nitheesh Chandran nithe...@dotentreprise.com wrote: Hello , I used gwt-portlets.jar file to create portlet in GWT. But i got compile time error like compiling module

GWT portlet issue

2012-03-17 Thread Nitheesh Chandran
Hello , I used gwt-portlets.jar file to create portlet in GWT. But i got compile time error like compiling module test.Testing2 [ERROR] Errors in 'jar:file:/home/user/Desktop/GWT%20PORTLET%20/gwt- portlets-0.0/gwt-portlets.jar!/org/gwtportlets/portlet/client/layout/ LayoutUtil.java'

Re: GWT PORTLET

2012-03-16 Thread dodo dard
Follow this tutorial, is within the liferay website : http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/How+to+build+a+GWT+Portlet+in+Liferay Give us the feedback if there is something you dont understand. = www.html5bydemo.com Le jeudi 15 mars 2012 11:33:29 UTC+1

Re: GWT PORTLET

2012-03-16 Thread Nitheesh Chandran
I have used that link and followed the instructions but it does not seem to be worked. In that tutorial they are saying about the integration of GWT to portlet ,i mean to display GWT output inside a portlet. I want the opposite ,i want to display a portlet which i created using LifeRay when a

Re: GWT PORTLET

2012-03-15 Thread Nitheesh Chandran
As you people suggested i have created liferay portlet and its working. My actual requirement is to display the portlet in my GWT application in response to a user event. I mean if i click a button ,the portlet should come. How to get this portlet in my GWT application ?? should i follow the same

Re: GWT PORTLET

2012-03-13 Thread Joseph Lust
You could also use Ext GWT. It has out of the box working examples of portlets in GWT. I found it quite simple to implement. http://www.sencha.com/examples/pages/portal/portal.html Sincerely, Joe -- You received this message because you are subscribed to the Google Groups Google Web

Re: GWT PORTLET

2012-03-12 Thread dodo dard
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.

Re: GWT PORTLET

2012-03-12 Thread Sebastian Gurin
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 nithe

GWT PORTLET

2012-03-09 Thread Nitheesh Chandran
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

Re: GWT PORTLET

2012-03-09 Thread Viktor
Hi, you could just include the generated js code into your portlet and work with it. Example: script language=javascript src=${contextPath}/ [YOUR_GWT_APP].nocache.js/script On 9 Mrz., 11:20, Nitheesh Chandran nithe...@dotentreprise.com wrote: Hello , I want to create portlet using GWT. I

Re: GWT PORTLET

2012-03-09 Thread Nitheesh Chandran
Sorry gwt-portlet.jar On Mar 9, 3:20 pm, Nitheesh Chandran nithe...@dotentreprise.com 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

Re: GWT PORTLET

2012-03-09 Thread Nitheesh Chandran
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 nithe...@dotentreprise.com wrote: Sorry gwt-portlet.jar On Mar 9, 3:20 pm, Nitheesh Chandran

GWT Portlet

2011-04-07 Thread Xavier[2004]
We are planning to develop GWT portlet. 1. What would be the easiest approach to develop GWT portlet?. 2. Was there any IDE available to develop GWT portlet? We are using websphere portal server. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Problem with GWT portlet and RPC

2010-09-01 Thread topher1120
Hi all, I've been using GWT for only a couple months and just have a cursory knowledge of AJAX, so I apologize if this question feels like a newbie question, it is. My group is gearing up to provide a set of dashboards for our executive management and we have been asked to provide the dashboards

GWT Portlet Load problem

2009-03-06 Thread lineman78
I have been working on integrating GWT into a Liferay portlet and am having one major problem. When I drop the code on the page the screen goes blank, in debugging this I have been able to determine the problem through my access logs. Even though the context of the portlet is /GWTTest, it tries

Jira/Confluence Gwt Portlet

2008-12-04 Thread Julio Pereira
Hi, Some time ago, i created some portlets for JBOSS Portal using gwt. Now i need to create similar portlets for jira/confluence. I create a plugin, but it does not understand the gwt code - i think bec it does not make deploy of the application. i haven't seen many references about that. Does