In the last post we learnt how to output JSON from a REST service. Here is the sample JSON output that we got in the last post. [ { "name": "Java The Complete Reference, 8th Edition", "author": "Herbert Schildt", "price": 479 }, { "name": "Jboss As 7 Configuration, Deployment, And Administration", "author": "Francesco Marchioni", "price": 450 }, { "name": "RESTful Java with JAX-RS 2.0 2ed", "author": "Bill Burke", "price": 2018 } ] RESTEasy (default JAX-RS provider for JBoss AS 7) uses Jac...
All about Java Programming & Rich Client Application development using Netbeans