• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Portal/Portlet Plugins For Eclipse Helios

 
Ranch Hand
Posts: 483
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Everyone,

Posting after a long time... Well i have the Eclipse Helios package on my PC and I would like to know that are there any plug-ins available for the Portal/Portlet development? I have to do some JSR 168/286 development in GateIn Portal. But am not able to find a suitable plug-in. Please help.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know that JBoss Tools has a portal plugin, that might work for you.
 
Somnath Mallick
Ranch Hand
Posts: 483
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes. I tried that. But that only gives the option of creating JAVA Portlets. Not the whole Java Portlet Project. I am going crazy about this

Cant find a decent plugin to create portlet projects. I have tried creating a dynamic web project and creating a porlet inside it. But it somehow doesn't work!!
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I have tried creating a dynamic web project and creating a porlet inside it. But it somehow doesn't work!!


That's why I did. Why doesn't it work for you?
 
Somnath Mallick
Ranch Hand
Posts: 483
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply. I am trying to create and deploy a portlet in GateIn (downloaded the GateIn 3.1 with JBoss package). I am not quite sure on the correct packing. Its justa simple Hello World Portlet.
Here's my portlet code:


portlet.xml file:


Although i don't think its necessary posting the web.xml file as well.
web.xml file:
Project-Packaing.JPG
[Thumbnail for Project-Packaing.JPG]
TempTry Project
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Somnath,

I am currently facing the same problem, could you please tell me if you were able to fix the issue. if yes, could you please share the sample application.

Thanks in advance.

Suhas
 
Somnath Mallick
Ranch Hand
Posts: 483
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I shifted to Eclipse Galileo and got the MyEclipse Enterprise Workbench plugin installed. You can try it out on you Helios, it may work.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic