I have to create a desktop client to previously made web application.
Problem is that this application uses ajax to communicate and I have no clue how to communicate with servlet from standalone java app.
Can you give info on how to start ?
I have to create a desktop client to previously made web application. Problem is
Share
You should take a look at the commons HttpClient library. It’s made to be used for programatically making calls to http services.