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 still it is giving some binding and inheritance exception.

 

Please help me out with clear instruction that how many files have to 
create and which and all i meed to modify.

 

Thanks  Regards,

Sumant RS

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: GWT PORTLET

2012-08-14 Thread tong123123
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 nith...@dotentreprise.com 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 nithe...@dotentreprise.com
  wrote:
   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 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 
  google-we...@googlegroups.comjavascript:
 .
  To unsubscribe from this group, send email to 
 google-web-toolkit+unsubscr...@googlegroups.com javascript:.
  For more options, visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.
  


 -- 
 Sebastian Gurin sgu...@softpoint.org 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 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 Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/wVb1-6JihRYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 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'
       [ERROR]  Internal compiler error
 java.lang.IncompatibleClassChangeError: Found interface
 com.google.gwt.core.ext.typeinfo.JClassType, but class was expected
         at
 org.gwtportlets.portlet.rebind.WidgetFactoryHelperGenerator.generate(Widget 
 FactoryHelperGenerator.java:
 58)
         at
 com.google.gwt.core.ext.GeneratorExtWrapper.generate(GeneratorExtWrapper.ja 
 va:
 48)
         at
 com.google.gwt.core.ext.GeneratorExtWrapper.generateIncrementally(Generator 
 ExtWrapper.java:
 60)
         at
 com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally 
 (StandardGeneratorContext.java:
 647)
         at
 com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:
 41)
         at com.google.gwt.dev.shell.StandardRebindOracle
 $Rebinder.rebind(StandardRebindOracle.java:78)
         at
 com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.j 
 ava:
 268)
         at
 com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.j 
 ava:
 257)
         at
 com.google.gwt.dev.DistillerRebindPermutationOracle.getAllPossibleRebindAns 
 wers(DistillerRebindPermutationOracle.java:
 91)
         at
 com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRe 
 binds(WebModeCompilerFrontEnd.java:
 96)
         at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox
 $CompilerImpl.process(AbstractCompiler.java:254)
         at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:
 444)
         at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox
 $CompilerImpl.compile(AbstractCompiler.java:173)
         at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox
 $CompilerImpl.compile(AbstractCompiler.java:288)
         at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.access
 $400(AbstractCompiler.java:139)
         at
 com.google.gwt.dev.jdt.AbstractCompiler.compile(AbstractCompiler.java:
 588)
         at
 com.google.gwt.dev.jdt.BasicWebModeCompiler.getCompilationUnitDeclarations( 
 BasicWebModeCompiler.java:
 97)
         at
 com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.getCompilationUnitDeclaratio 
 ns(WebModeCompilerFrontEnd.java:
 52)
         at
 com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScript 
 Compiler.java:
 569)
         at
 com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.jav a:
 33)
         at com.google.gwt.dev.Precompile.precompile(Precompile.java:284)
         at com.google.gwt.dev.Precompile.precompile(Precompile.java:233)
         at com.google.gwt.dev.Precompile.precompile(Precompile.java:145)
         at com.google.gwt.dev.Compiler.run(Compiler.java:232)
         at com.google.gwt.dev.Compiler.run(Compiler.java:198)
         at com.google.gwt.dev.Compiler$1.run(Compiler.java:170)
         at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:
 88)
         at
 com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRu 
 nner.java:
 82)
         at com.google.gwt.dev.Compiler.main(Compiler.java:177)

    [ERROR] Unexpected internal compiler error
 java.lang.IncompatibleClassChangeError: Found interface
 com.google.gwt.core.ext.typeinfo.JClassType, but class was expected
         at
 org.gwtportlets.portlet.rebind.WidgetFactoryHelperGenerator.generate(Widget 
 FactoryHelperGenerator.java:
 58)
         at
 com.google.gwt.core.ext.GeneratorExtWrapper.generate(GeneratorExtWrapper.ja 
 va:
 48)
         at
 com.google.gwt.core.ext.GeneratorExtWrapper.generateIncrementally(Generator 
 ExtWrapper.java:
 60)
         at
 com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally 
 (StandardGeneratorContext.java:
 647)
         at
 com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:
 41)
         at com.google.gwt.dev.shell.StandardRebindOracle
 $Rebinder.rebind(StandardRebindOracle.java:78)
         at
 com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.j 
 ava:
 268)
         at
 com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.j 
 ava:
 257)
         at
 com.google.gwt.dev.DistillerRebindPermutationOracle.getAllPossibleRebindAns 
 wers(DistillerRebindPermutationOracle.java:
 91)
         at
 com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRe 
 binds(WebModeCompilerFrontEnd.java:
 96)
         at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox
 $CompilerImpl.process(AbstractCompiler.java:254)
         at 

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'
  [ERROR]  Internal compiler error
java.lang.IncompatibleClassChangeError: Found interface
com.google.gwt.core.ext.typeinfo.JClassType, but class was expected
at
org.gwtportlets.portlet.rebind.WidgetFactoryHelperGenerator.generate(WidgetFactoryHelperGenerator.java:
58)
at
com.google.gwt.core.ext.GeneratorExtWrapper.generate(GeneratorExtWrapper.java:
48)
at
com.google.gwt.core.ext.GeneratorExtWrapper.generateIncrementally(GeneratorExtWrapper.java:
60)
at
com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally(StandardGeneratorContext.java:
647)
at
com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:
41)
at com.google.gwt.dev.shell.StandardRebindOracle
$Rebinder.rebind(StandardRebindOracle.java:78)
at
com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:
268)
at
com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:
257)
at
com.google.gwt.dev.DistillerRebindPermutationOracle.getAllPossibleRebindAnswers(DistillerRebindPermutationOracle.java:
91)
at
com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRebinds(WebModeCompilerFrontEnd.java:
96)
at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox
$CompilerImpl.process(AbstractCompiler.java:254)
at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:
444)
at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox
$CompilerImpl.compile(AbstractCompiler.java:173)
at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox
$CompilerImpl.compile(AbstractCompiler.java:288)
at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.access
$400(AbstractCompiler.java:139)
at
com.google.gwt.dev.jdt.AbstractCompiler.compile(AbstractCompiler.java:
588)
at
com.google.gwt.dev.jdt.BasicWebModeCompiler.getCompilationUnitDeclarations(BasicWebModeCompiler.java:
97)
at
com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.getCompilationUnitDeclarations(WebModeCompilerFrontEnd.java:
52)
at
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:
569)
at
com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java:
33)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:284)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:233)
at com.google.gwt.dev.Precompile.precompile(Precompile.java:145)
at com.google.gwt.dev.Compiler.run(Compiler.java:232)
at com.google.gwt.dev.Compiler.run(Compiler.java:198)
at com.google.gwt.dev.Compiler$1.run(Compiler.java:170)
at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:
88)
at
com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:
82)
at com.google.gwt.dev.Compiler.main(Compiler.java:177)

   [ERROR] Unexpected internal compiler error
java.lang.IncompatibleClassChangeError: Found interface
com.google.gwt.core.ext.typeinfo.JClassType, but class was expected
at
org.gwtportlets.portlet.rebind.WidgetFactoryHelperGenerator.generate(WidgetFactoryHelperGenerator.java:
58)
at
com.google.gwt.core.ext.GeneratorExtWrapper.generate(GeneratorExtWrapper.java:
48)
at
com.google.gwt.core.ext.GeneratorExtWrapper.generateIncrementally(GeneratorExtWrapper.java:
60)
at
com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally(StandardGeneratorContext.java:
647)
at
com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:
41)
at com.google.gwt.dev.shell.StandardRebindOracle
$Rebinder.rebind(StandardRebindOracle.java:78)
at
com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:
268)
at
com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:
257)
at
com.google.gwt.dev.DistillerRebindPermutationOracle.getAllPossibleRebindAnswers(DistillerRebindPermutationOracle.java:
91)
at
com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRebinds(WebModeCompilerFrontEnd.java:
96)
at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox
$CompilerImpl.process(AbstractCompiler.java:254)
at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:
444)
at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox
$CompilerImpl.compile(AbstractCompiler.java:173)
at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox
$CompilerImpl.compile(AbstractCompiler.java:288)
at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.access

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, Nitheesh Chandran a écrit :

 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 steps above ? 

 On Mar 13, 9:18 pm, Joseph Lust lifeofl...@gmail.com wrote: 
  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 Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/4fZRC6twOVoJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 user clicks on a button on the GWT
application. GWT works on apache tomcat and Liferay portlet works on
Liferay portlet container

On Mar 16, 2:18 pm, dodo dard keratonj...@gmail.com wrote:
 Follow this tutorial, is within the liferay website :

 http://www.liferay.com/web/guest/community/wiki/-/wiki/Main/How+to+bu...

 Give us the feedback if there is something you dont understand.

 =www.html5bydemo.com

 Le jeudi 15 mars 2012 11:33:29 UTC+1, Nitheesh Chandran a écrit :









  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 steps above ?

  On Mar 13, 9:18 pm, Joseph Lust lifeofl...@gmail.com wrote:
   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 Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 steps above ?

On Mar 13, 9:18 pm, Joseph Lust lifeofl...@gmail.com wrote:
 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 Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/VBliHoz8wy4J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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.

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 nithe...@dotentreprise.com
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 nithe...@dotentreprise.com
 wrote:







  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 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT PORTLET

2012-03-12 Thread Sebastian Gurin
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 nithe...@dotentreprise.com 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 nithe...@dotentreprise.com
 wrote:
  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 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 google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.
 


-- 
Sebastian Gurin sgu...@softpoint.org

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 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 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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
as portlets in Websphere Portal.  All of the dashboards have the same
look and feel and same basic functionality, so I consolidated that
into a library that I can import into new projects, including the RPC
code to retrieve the data.  Everything works great when only one
portlet is shown on a portal page, but falls apart when I have two
portlets using the same set of classes. The short description is that
the first portlet rendered on the page renders and pulls back data
from the server over RPC, but the second portlet does not.  As far as
I can tell, it never throws any error and the logs look like the
servlet never receives the call.

Here's the breakdown.  Although I use the same library to make the RPC
call, I have each war deployed to a separate context, and a GWT module
with different names.  This means the call to GWT.getModuleBaseURL()
for each portlet returns a different result.
I have a suspicion that GWT doesn't expect to have two modules using
the same classes to make RPC to two different URLs and is using the
same JavaScript class and callbacks for both.  However, I'm unsure how
to test this theory and what kind of workaround is possible.

Can someone suggest things to try or give a deeper description of what
might be happening?

Thanks,
topher

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 to load the javascript from /web/guest.
If I go to another url and come back to the portal the js is loading
from the right location.  I had read that using the cross-site linker
solved some of these problems, but I cannot see any difference between
the std linker and the xs and am unsure if it is even working.  If
someone could give me some pointers on how to go about solving this
problem, it would be helpful.

Thanks

module
inherits name=com.google.gwt.core.Core /
add-linker name=xs/
inherits name='com.google.gwt.user.User'/
entry-point class='com.*.portal.client.GWTTest'/
servlet path=/GWTTestService
class=com.*.portal.server.GWTTestServiceImpl/
/module
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 anyone has some ideas or references (like default structure that i have
to follow)?


thanks

-- 
Julio

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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
-~--~~~~--~~--~--~---