OcpSoft » Seam
-
URL-rewriting in 60 seconds: Seam Forge and PrettyFaces
Apr 7, 2011 4:12 PM, by Lincoln Baxter III
Do you have an existing Maven-based Java EE application that you’d like to clean up a bit in the browser? Do your URLs look too much like this: http://example.com/app/sillyServletName/someStuff?sillyP... -
URL-rewriting in 60 seconds: JBoss Forge and PrettyFaces
Apr 7, 2011 4:12 PM, by Lincoln Baxter III
Do you have an existing Maven-based Java EE application that you’d like to clean up a bit in the browser? Do your URLs look too much like this: http://example.com/app/sillyServletName/someStuff?sillyP... -
How to: Use CDI with JSF 2 PhaseListeners – Explained
Nov 9, 2010 6:01 AM, by Lincoln Baxter III
A recent thread came up on the JSF 2 forums: “Why can’t I use @Inject in a PhaseListener? This CDI stuff is so confusing.” FIrst, before I start explaining: this is possible, but there’s a little back... -
Spring to Java EE – A Migration Experience
Oct 1, 2010 5:40 PM, by Lincoln Baxter III
So Java EE 6 is out, and you’ve decided to give it a go. You’re trying to port an existing application over to the new stack (or are trying to create a new one for the first time,) but exceptions are ... -
How to JSF 2.0: – render components outside of the form
May 10, 2010 4:48 AM, by Lincoln Baxter III
Here’s a simple tip for all of you AJAX lovers using JSF 2.0. It is possible to render components that live outside of the form where your AJAX tag lives; actually, it’s possible to render any compone... -
JSF 2.0 Cross-field Form Validation – Simple in Reality
May 5, 2010 2:55 PM, by Lincoln Baxter III
I’d like to start by saying that using JSF by itself can sometimes feel trying to pull your own teeth out with a pair of tweezers, but there’s hope. JSF was designed to be a platform of extensions – a... -
CDI-powered Unit Testing using Arquillian
Apr 26, 2010 7:13 PM, by Lincoln Baxter III
When developing any system or software, it is important to test as much of that system as possible. Web frameworks are no exception; comprehensive, well-designed unit tests are critical for long-term ... -
Seam Faces 3.0.0.Alpha3 – JSF 2.0 just got even easier!
Apr 23, 2010 8:16 PM, by Lincoln Baxter III
Ever wondered why JSF doesn’t support bean @Inject-ion in Converters or Validators? Ever wondered how to listen to a single PhaseEvent or ComponentSystemEvent, or filter on events by componentId, or v...