ken_ramirez's blog
Portlets and Servlets
Although in most cases, portlets and the underlying portlet container ride on top of a servlet container, there are some differences between the two.
My IoC Article
I got be honest, when I first received the e-mail from Howard and I read his blog entry, which you can read at: http://howardlewisship.com/blog/2005/02/hivemind-and-pico-compared-on-javanet.html
I wasn't too pleased to show the readers what he had to say.
This month's tip
Although this month's tip is entitled, "Internalizing Your Portlets", you can use resource bundles for non-internalized portlets.
Why would you want to? Well, for one, it would give you a central place to put all of your messages. Two, you can be assured that you don't have similar yet different messages in your application.
Part 2 of the Portlet Article is now available on Sys-Con.com's JDJ site
Just noticed today that the second part to the JSR-168 portlet article is available at sys-con's JDJ site.
Passing parameters from the Action method to the Render method
When a user submits data to a portlet (whether in a form, or parameters added to the end of an HTTP request), these values are normally passed to the target action method.
The question is, how do you pass them on to the render method or a JSP? Head on over to the portlet community to find out more.
Moved my blog to Java.net
It's official. I am now going to be hosting my blog on Java.net :-)
I am very happy to be here and hope to contribute as much as possible to the various communities.
Also, I am going to be maintaining the "Community Tips" section for the Portlet community on Java.net and am also thrilled about that opportunity.
Portlet Filters
Someone sent me an e-mail tonight wondering if I knew what Portlet filters would be like when they are finally defined in the JSR, and I'd like to share the question along with the answer I provided them with.
First, the question:
>
>
>Hi,
>
>read your article, very interesting indeed.
Portal Software Poll
I just recently learned of a site that is currently hosting a Portal Software Poll to determine what the market share of each Portal platform happens to be.
Portals and Portlets article part 1
Just thought the community might want to keep tabs on the latest regarding Portals and Portlets.
A Thinner/Slimmer Java
In my current project, there are several new solutions to some old patterns and there are also several new patterns, which were created to provide better performance and efficiency for the system. In this blog, I will attempt to provide you with information regarding each of the following patterns.





