Apr 9 2009

Google Maps Component

Eray

Google Maps Compoenent is ready to use. I tried to integrate Google Web Toolkit into our project. The method I worked on was to use GWT’s rpc support and then to use the generated stub of it inside jsp. Since it is a very good practice to write platform independent AJAX code in totally JAVA I chose this method by I concluded that it is actually not a good idea.

Therefore, I have written a servlet that returns a JSON object for the server side and I implemented the client-side in JavaScript.


Jan 11 2009

How-to: Android as a RESTful Client

Cansin

This is a how-to focused on creating a RESTful java object at Android. I’ve used HTTPClient, HTTPEntry, HTTPGet, HTTPResponse, JSONArray and JSONObject classes. I think it’ll be useful if we need to use a web-service from client application.

› Continue reading