Categories
-
Recent Posts
Archives
Category Archives: Java
Java Service Libraries
YAJSW : Yet Another Java Service Wrapper JSW : Java Service Wrapper ACD : Apache Commons Daemon L4J : Launch4j Kenai GlassFish : Kenai
Posted in Java, Technologies
Leave a comment
FAQ: RESTful web service with Jersey&Jackson
How to do output in JSON format Server: @POST @Path("{id}") @Produces("application/json") @Consumes("application/json") public JSONObject sayPlainTextHello(@PathParam("id")JSONObject inputJsonObj) { String input = (String) inputJsonObj.get("input"); String output="The input you sent is :"+input; JSONObject outputJsonObj = new JSONObject(); … Continue reading
Posted in Java
Leave a comment
FAQ: Spring Roo 1.2
Spring Roo Pluging/Addons gvNIX WEB Report – jasperoo There is an introduction on blog at: http://my.digitalface.ca/2011/03/jas…-jasperoo.html The project is hosted on Google Code at: jasperoo.digitalface.ca. roo> osgi start –url http://s.digitalface.ca/jasperoo-latest roo> jasperoo setup roo> jasperoo add –type ~.domain roo> jasperoo all … Continue reading
Posted in Java
Comments Off on FAQ: Spring Roo 1.2