I'm not sure about the specific needs of your application, but you might want to consider using EL.
(The same expression language used in JSF)
There is an excellent open-source implementation of the expression language available called JUEL.
Link: http://juel.sourceforge.net/
I've used it and I was happy with it.
(Actually my other teammates are more eligible to comment on this now)