Thanks Amit. I am a little concerned about where to keep the files/folders. Can you be more explicit in telling me where to place what - portlet.xml, psml,jsp etc.
-Piyush -----Original Message----- From: Shah Amit [mailto:[EMAIL PROTECTED] Sent: Thursday, July 07, 2005 10:52 AM To: jetspeed-user@portals.apache.org Subject: RE: simple JSP portlet in Jetspeed 2.0 The simplest way would be, declare your portlet to be of class -- org.apache.portals.bridges.common.GenericServletPortlet in portlet.xml and then declare following initparams <init-param> <name>ViewPage</name> <value>/WEB-INF/someFolder/yourPage.jsp</value> </init-param> There are lot of sample applications (xxx:\jetspeeddir\applications\gems...) that ship with jetspeed. The only thing with doing it above way is that you will be tying yourself to jetspeed specific code a little bit. Amit ----Original Message Follows---- From: "Hari, Piyush" <[EMAIL PROTECTED]> Reply-To: "Jetspeed Users List" <jetspeed-user@portals.apache.org> To: "'Jetspeed Users List'" <jetspeed-user@portals.apache.org> Subject: simple JSP portlet in Jetspeed 2.0 Date: Thu, 7 Jul 2005 07:38:40 -0700 Hi , I am new to portlets and trying to create a simple JSP portlet in Jetspeed 2.0. Can anyone outline the steps to do the same ? I would really appreciate it. I could not find any useful and comprehensive documentation on the net. -Piyush --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]