newbie question! dont laugh at me!

Hello everyone!As a newbie, my question may seem foolish!when i use the sun portal as a developershould i try to develop some providers or portlets?Because i had some experiece in portlet, could i avid reading and developing the providers?
[274 byte] By [thewolf007] at [2007-11-26 9:00:22]
# 1
丠frustrated!
thewolf007 at 2007-7-6 23:05:03 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2

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

jimfaut at 2007-7-6 23:05:03 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3
Thank you very much! jim!It is clear and helpful!I think i know how to do.do you mean the Java studio creator 2?Thanks again!!
thewolf007 at 2007-7-6 23:05:03 > top of Java-index,Web & Directory Servers,Portal Servers...
# 4

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

mahipalsinhrana at 2007-7-6 23:05:03 > top of Java-index,Web & Directory Servers,Portal Servers...
# 5

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 !

thewolf007 at 2007-7-6 23:05:03 > top of Java-index,Web & Directory Servers,Portal Servers...