Easy Steps to Set up Portlet Development Environment
This blog will help
You can use the Java EE Tools Bundle U3 Preview which comes with pre-configured GlassFish appserver, Open Source Portlet Container and NetBeans IDE with Portal Pack Plug-ins to start portlet development.
But Alternatively if you want to use latest versions of mentioned components to set up your portlet development environment then go through this blog.
The following open source components are required to set up your portlet development environment
1. GlassFish Application Server
GlassFish is an open source application server. Download the latest version of GlassFish Application server from here. GlassFish installation is very easy. Just follow the steps mentioned here
2. Open Source Portlet Container
The Open Source Portlet Container is an Enterprise Class Open Source Portlet Container which is free and available for download here. This can be used to deploy/test your JSR 168 portlets. To install Open Source Portlet Container on the GlassFish AppServer run the following command which opens an GUI installer. The whole installation process completes within a few seconds
java -jar portlet-container-configurator.jar
Alternatively you can check installation instructions here
3. NetBeans IDE 5.5 and above
Download and Install NetBeans IDE from https://www.netbeans.org
4. Portal Pack Plug-ins
The Portal Pack NetBeans Plug-ins for Portlet development is available in NetBeans 5.5 Beta Auto Update Center.
But if you want to try latest version of Portal Pack Plug-ins then download them from here . You can find the installation instructions for the plug-ins in download page.
As all of the above components are installed and configured properly, you can now start your portlet development. You can check user guides and documents available in portal pack doc page. If you want a short/quick tutorial on Portlet development using Portal Pack check this.
Posted at 01:38PM Mar 31, 2007 by Satya Ranjan in NetBeans | Comments[5]
Posted by Kishore on August 03, 2007 at 01:48 AM IST #
Posted by Satya on August 03, 2007 at 02:18 AM IST #
Satyra
We started development of portal with Sun Java Enterprise system 2005Q04, On Solaris, From last one month we ended only with installation and configuration and error reolving
now can we developed different portlets on page like Sun Java Enter pRise system??
Posted by Yogesh baraiya on February 28, 2008 at 07:36 PM IST #
Yes you can use Portal Pack plugins to develop and deploy portlets on Sun Portal Server 7.x
Please refer to the doc page
http://portalpack.netbeans.org/doc.html
Posted by satya on February 28, 2008 at 07:44 PM IST #
hai satya,i am using jboss portal servrer 2.6.3.i am going to develope blog portlet in that portal.I couldn't get the code any where else .will you please tell me how to develope the portlet in that portal.I am new to the portals and portlets.please help me in this regard.
thanks in advance.
Posted by phani on March 18, 2008 at 06:37 PM IST #