Hello, Aaron ! Thank you for your answer.
> I don't think I understand your first few questions, I'm not sure what you > mean by "parse HttpServletRequest". HttpServletRequest is an interface in the > servlet spec. Implementations of that (by a servlet container) provide a > high-level API for getting at the underlying HTTP request parameters, etc. > There is no "parsing" per se. Sorry, I mean "parse request URL" for decide which PortletWindow should I call for request. > A portlet container sits on top of a servlet container and is one level of > abstraction higher. You give up direct control of the HTTP response and get > away from accessing the HttpServletRequest. > Jetspeed 2 does work but there is no official release yet. Go to: > http://portals.apache.org/jetspeed-2/getting-started.html >Follow the instructions to install using the maven plugin, it is pretty >straight-forward. If you run into trouble, I suggest you search this mail >archive. It's good description for compile jetspeed-2. But which sources should I have ? Latest from SVN(like HEAD in CVS), or sources from latest milestone(M4) ? WBR, Alex.
