• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

I am looking for some ideas for a portlet

 
Ranch Hand
Posts: 551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
thank you for reading my post.
I am looking for some ideas about developing a JSR-168 portlet.
Can you please give me your suggestion?

Thanks
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First start by extending GenericPortlet. From there, the world is your oyster.

If you just want to know how to get started, I've got plenty of tutorials, er, portorials, on my website. Check out my signature links.

Is there anything specifically you're trying to do?

-Cameron
 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Cameron,

Can I use that examscam book for preparation of IBM 399?

cheers
Shailesh
 
Cameron Wallace McKenzie
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There's actually a different book coming out that focusses on JSR-168 portlet development that I wrote myself, and is of much higher quality. That's a good look at JSR-168. But that won't be out for a few weeks.

There are some free mock certification exams for portal that I just put up on my website. They are very good indicators of the types of questions you will see on IBM Portal tests 399 and test 829. If you can pass them all, then you're ready for the exam - if not, you've got some studying to do.

Free Mock Certification Exams for IBM Portlet Development Exams 829 and 399

Good luck!

-Cameron McKenzie
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is an article on JSR 168 that develops an example portlet

http://www.ociweb.com/jnb/jnbAug2006.html
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic