Integrate json in java: Solution

Hi

I advise you to use Servlet

1- dowload google jason for java
- http://code.google.com/p/google-gson/downloads/list
- use the gson-1.4.jar

2- in java servlet
this the code


protected void doGet(HttpServl etRequest request, HttpServletResp onse response)
throws ServletExceptio n, java.io.IOExcep tion...