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
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment