-
Book Excerpt: Java Portlets 101 (2 messages)
- Posted by: Nuno Teixeira
- Posted on: May 08 2007 16:44 EDT
In this excerpt from Java Portlets 101, author Sunil Patil explains how portlets can include markup generated by servlets or JSPs, as well as how to dispatch requests to JSPs for actual markup generation and how to dispatch requests to servlets. He also discusses how to use various tags defined in the portlet tag library, using servlets to display images in a portlet, and restrictions on markup generated by a portlet.Threaded Messages (2)
- Re: Book Excerpt: Java Portlets 101 by Richard Burton on May 09 2007 00:08 EDT
- Re: Book Excerpt: Java Portlets 101 by Gordon Johnston on May 09 2007 09:52 EDT
-
Re: Book Excerpt: Java Portlets 101[ Go to top ]
- Posted by: Richard Burton
- Posted on: May 09 2007 00:08 EDT
- in response to Nuno Teixeira
Does anyone really need a book on Portlets? I thought the JSR 168 was cake reading. I mean, the Specs basically sit upon the Servlet API with a few enhancements to take into account that each Portlet is really a mini Servlet (The name even reflects this) with a twist. Best Regards, Richard L. Burton III -
Re: Book Excerpt: Java Portlets 101[ Go to top ]
- Posted by: Gordon Johnston
- Posted on: May 09 2007 09:52 EDT
- in response to Nuno Teixeira
Does the book include examples of WSRP producers and consumers?