This is struts2jsonservice - A simple server side library to quickly expose data from hibernate datasources as configurable JSON. Use Case #1 I need a json feed to support a typedown combo - Should provide name/value pairs json/s2js/Authority - Needs some default configuration list=AuthorityList class=com.k_int.db.SomeClass def_sel="desc,name" /s2js/Authority - Return a list of all authorities id, name [ [ "1", "Authority 1" ] [ "2", "Authority 2" ] [ "3", "Authority 3" ] [ "4", "Authority 4" ] ] /s2js/Authority?filter1=x - Return the same list as above, but add filter1 into the query, restricting the rows returned.