interesting ognl
November 14, 2008
Being JavaScript crazy, i have little excitement when it comes to JSP expressions other non AJAX data rendering. But recently, i managed to understand something called OGNL an Opensource fix for data handling through expressions. OGNL is pretty well utilized in Struts 2 framework as part of the Client segment. OGNL in Struts 2 basically provides a rich set of interfaces to access the call stack which is otherwise called as ActionContext. This makes the data/parameter handling simple and clean.
I believe OSS efforts like these have quite a good chance to find their space in web 2.0. And more importantly Object/data notation need more standardization in the world wide web. One can give a try of Struts 2.0 considering the simplicity and power of OGNL expressions. This OGNL adds to my recent favourites inlineĀ JSON.
Entry Filed under: Uncategorized. .
Trackback this post | Subscribe to the comments via RSS Feed