
February 4th, 2010 by

Lincoln Baxter III
Sometimes things are worth writing about.
While working on the
PrettyFaces: bookmarking, and SEO extensions for JSF / JSF2, I came across a need to modify the current request parameters in order to “trick” the system into thinking that additional query parameters had been supplied.
Naively, I tried:
request.getParameterMap().put("name", new String[]{"value1", "value2"}); |
request.getParameterMap().put("name", new String[]{"value1", "value2"});
But that doesn’t work, because you aren’t allowed to modify request parameter values once the request has begun processing:
java.lang.IllegalStateException: Cannot find message associated with key parameterMap.locked at org.apache.catalina.util.ParameterMap.put(ParameterMap.java:213) |
java.lang.IllegalStateException: Cannot find message associated with key parameterMap.locked at org.apache.catalina.util.ParameterMap.put(ParameterMap.java:213)

January 28th, 2010 by

Derek Hollis
It is amazing what can be done in exactly one year’s time. January 17th will have been the 2nd anniversary since Lincoln Baxter and I started OcpSoft. It’s been one seriously fun, and wild, ride with
JavaServer Faces and the open-source community. I want to take a moment to talk about my partner’s success story and what he has accomplished in just
one short year.

January 20th, 2010 by

Lincoln Baxter III
As a vocal blogger, I feel responsible for promoting and sharing the good work of others, whether that be technology, creative work, or in this case: a book. I will take no exception to that philosophy when it comes to the
JavaServer Faces framework. For a quick read, try the summary. If you are intrigued, read on! I hope you find this review valuable.

January 4th, 2010 by

Lincoln Baxter III
OcpSoft is considering a new development environment for our projects, and we need your help. Our current development environment is annoying, painful at times. So the question is: “What development environment would you recommend?”

December 19th, 2009 by

Lincoln Baxter III
It was about one year prior to this article that I wrote “
JSF2 is in good hands”, in which I spoke about the upcoming release of
JavaServer™ Faces 2, and how the community had changed immensely in the few years I’d been using the tool. There were changes I wanted to make, and started making them by publishing an open source extension called PrettyFaces.
PrettyFaces lets you map Pretty URLs to any resource within a JSF-based web-application (eg: /example -> /faces/examples/page.xhtml). While this is stuff that other web-frameworks have been doing for years, (WordPress, Rails/Grails, etc) it’s stuff that has traditionally been hard using JavaServer Faces – until around November 2008, when the first release was published.
Now, I’m relatively new to this arena – I entered the open source community for the first time about four years ago, working on PHP and Perl modules. I’ve been using it, and appreciating it, for almost my entire life in the industry, but never giving back. I suppose one question that many people ask is, “Will working on open source software get me anywhere in my career?”

December 19th, 2009 by

Lincoln Baxter III
PrettyFaces went on the road and presented at JSFSummit 2009 (Dec 1st – 5th, Orlando, FL,) and for those of you who missed it, here are the slides. The presentation wasn’t recorded, but the slides alone are a good read. If you are interested in JavaServer Faces, Url Rewriting, or SEO and best practices, this presentation is for you!

December 17th, 2009 by

Lincoln Baxter III
So, GlassFish v3 is out the door, and I just got a nice little note from the dev-tracker on Java.net. This is only a fraction of the issues I’ve filed, but the rest are on the JSF-SPEC tracker, so they wouldn’t show up here. Still, nice touch!

December 14th, 2009 by

Lincoln Baxter III
As a member of the JSF 2
expert group, I’ve stated that my primary goal is to make JSF, and J2EE, more accessible to the community at large, to reach out and make sure that people’s voices are heard, and that what we are doing makes sense. I’ve only been part of the group for a little under a year, but I’ve met some pretty cool people, and you’d be surprised at how interested they all are to hear your story.
Here’s an email from David Geary (a long-time EG member) to the Expert Group, that I think paints a very nice picture of people’s reaction to JSF and JSF2, author of Core Java Server Faces (
Core JSF):

December 2nd, 2009 by

Lincoln Baxter III
JSF2 is an amazing web-framework, and as part of our initiative to engage the community, Dan Allen, Andy Schwartz, Kito Mann, the rest of the Expert Group, and I have been putting together a “JSF Root Node” (as Ed Burns put it.) A website to be the first place people go to when they think of JSF.

November 15th, 2009 by

Lincoln Baxter III
I don’t know why I waited so long. Maybe I just thought the G1 was ugly, maybe it’s my futile fight against the mob of conformity. I bought the Droid. Now my already over-active sense of entrepreneurship, restless production has new food. Goodbye night-time reading for a little while.