• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

IRAD 6.0 and Struts Portlet

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

I am trying to create Struts Portlet application using IRAD6.0, however the application wizard does not show up the "Struts Portlet (JSR 168)" option in New Portlet Project (JSR 168) window.

Please send in your suggestions. Am I missing anything?

cheers
Shailesh
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Correct me if I'm wrong, but out of the box, IRAD 6 only supported the Struts portlet using the old JetSpeed API.

Try to add struts support with a JetSpeed, legacy portlet project with IBM's Rational Application Developer, and you might see the WYSIWYG wizards.

Are you starting from scratch? If you are, I might recommend the JSF portlet framework from IBM. It's my impression that IBM is much more focussed in supporting the Java Server Faces framework, as opposed to the Struts framework.

By the way, I've got a few tutorials on creating JSF and Struts portlets using IRAD on my website. I use the Apache bridge, as opposed to the IBM infrastructure, but the fundamentals are the same. Check out my signature links.

Good luck!

-Cameron McKenzie
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
RAD doesn't have this option.

Go to the site http://www.ibm.com/developerworks/websphere/library/techarticles/0601_patil/0601_patil.html

Download the war files as per instruction. Import the SPFStandardBlank.war in RAD. SPFStandardBlank.war is a blank struts JSR 168 portlet project. Develop your application on top of this blank portlet.

Hope this helps.
 
Sunglasses. AKA Coolness prosthetic. This tiny ad doesn't need shades:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic