This post originated from an RSS feed registered with Java Buzz
by Simon Brown.
Original Post: Portlet Specification : What Is Real and What Comes Next?
Feed Title: Simon Brown's weblog
Feed URL: http://www.simongbrown.com/blog/feed.xml?flavor=rss20&category=java
Feed Description: My thoughts on Java, software development and technology.
Earlier I went to a session about the JSR-168 Portlet specification and this is something that I've not looked at in any detail. I was a little confused at first because they kept saying how they had extended the Servlet container in building the portlet container. It turns out that the reference implementation is actually a webapp that has some framework code to provide the portlet services. This stuff is pretty smart and I can see how it should simplify web application development in some cases. The session itself was really very good, both in terms of delivery and content.
I'm currently wondering whether there is benefit in providing a basic portlet implementation (or embedding the RI) into Pebble, allowing users to extend and plugin new functionality such as RSS aggregators, etc. Something to think about on the plane home perhaps.