I suggest you get a copy of Sun java Studio creator 2 ea 2 and a copy of sun java studio enterprise 8 , both of them are free and support portlet development . JSC has WYSIWYG and good support for developing portlet based on jsr-168 by using jsf and jsf portlet bridge.
Originally posted by rathi ji: Out of these two (Pluto and JetSpeed), which one should I use for my practice (learning)??
Thanks.
JSC test portlets on pluto which is RI of Portlet and portal spec. you can use pluto for your learning purpose and then you could deploy your portlet ove one of more advanced portal like liferay StringBeans Exoplatform which all of them are open source and jsr-168 .... compatible.
hth
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
posted
0
Hi,
Now I have IBM portal server, WSAD and our company's portal framework on my machine. I don't want to use this framework. Please give me links that exaplin how to start portlet developement with IBM portal server and WSAD...
here you can find tutorial , articles , samples ... there are many tutorials available for ibm portal. you can also get 3 books from ibm redbooks domain from www.redbooks.ibm.com
here you can find tutorial , articles , samples ... there are many tutorials available for ibm portal. you can also get 3 books from ibm redbooks domain from www.redbooks.ibm.com
hth
Thanks a lot Masoud.
K Riaz
Ranch Hand
Joined: Jan 08, 2005
Posts: 375
posted
0
Stay away from IBM's Portal. It is not JSR-168, so you're learning a proprietary API.
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
posted
0
Originally posted by K Riaz: Stay away from IBM's Portal. It is not JSR-168, so you're learning a proprietary API.
But we are using that in our project. And anyway both are not much different.
Rohit Singh
Ranch Hand
Joined: Jan 07, 2004
Posts: 38
posted
0
Originally posted by K Riaz: Stay away from IBM's Portal. It is not JSR-168, so you're learning a proprietary API.
This doesn't hold true with websphere Portal server 5.1. RAD 6.0 can be used to develop JSP-168 prtlet and deployment on WPS 5.1. WPS 5.0 didn't support JSP 168 portlet API's and used to have IBM's Proprietary prtlet API's.
Stefan Zoerner
Author
Ranch Hand
Joined: Nov 29, 2001
Posts: 121
posted
0
WPS 5.0 didn't support JSP 168 portlet API's and used to have IBM's Proprietary prtlet API's.
WebSphere Portlet 5.0.2 already supported JSR 168, learn more about it from this article, b.t.w. by Stefan Hepper (IBM), one of the two specification leads of JSR 168.
The vendor specicific programming model by IBM is still supported in 5.1 (quite obvious that customers demand that), but you can for instance combine portlets of both APIs on one portal page.
Stefan Zoerner
Author of German LDAP-Book
Committer at Apache Directory Project
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: What we need to build portlet application?