For a beginner, I would recommend starting with developing Portlets (JSR-168) using Java Creator 2. This is an excellent GUI development tool that utilizes the industry standard JSF framework.
Providers (PAPI) use the proprietary Sun API. These providers can allow you to do more things because they are less restrictive than JSR-168 Portlets. For instance, you must use the PAPI Providers to customize containers.
Start with JSR-168 Portlets. If there is something that you must do that the Portlet API does not provide, then look at writing a PAPI Provider.
- Jim
You can use following article to learn about how to create portltes using Creator2.
1) Creating Portlets in Sun Java Studio Creator 2
http://developers.sun.com/prodtech/javatools/jscreator/reference/fi/2/portlets. html
2) Building IPC Portlets for Sun Java System Portal Server 7 With Sun Java Studio Creator 2
http://developers.sun.com/prodtech/portalserver/reference/techart/ipc.html
Thank you mahipalsinh.rana!
Now i have installed Sun Java System Portal Server 6 2005Q4.
some one others recommend me that i should use the IDE of
NetBeans.
Then Java Studio Ceator or NetBeans?
Which one is better for the Enterprise edition?oh, and for a begginer?
Thanks !