Adventures in Software Engineering
Monday, April 16, 2012
OGNL
Found a great library that allows for including dot notation in your applications. Very easy to use.
Object expression = Ognl.parseExpression(dateExpression);
Object value = Ognl.getValue(expression, root);
OGNL Homepage
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)