Adding myHelloWorld portlet

2004-03-28 Thread Nehemia Litterat
Hi all I worte a very simple Hellow world portlet the package I choose to put it in called 'testportlets' I created a directory names 'testportlets' under \WEB-INF\classes copied the HelloWorld.class file to this directory went to the admin and added the portlet I can see it under admin portlet

Re: Adding myHelloWorld portlet

2004-03-28 Thread sinda hauser
From the tutorial the steps are: 1. Create your HelloWorld Portlet. Compile it and make sure it is in the classpath, ie WEB-INF/classes/. Packaged classes should have the directories under this. 2. Add a reference for your portlet to Jetspeed's Portlet Registry. ie create the yourfragment.xreg

Re: Adding myHelloWorld portlet

2004-03-28 Thread David Sean Taylor
On Sunday, March 28, 2004, at 02:58 PM, sinda hauser wrote: From the tutorial the steps are: 1. Create your HelloWorld Portlet. Compile it and make sure it is in the classpath, ie WEB-INF/classes/. Packaged classes should have the directories under this. 2. Add a reference for your portlet