Thursday, March 11, 2010

Server Side of the project

The server side of the system is a web service to be accessed by not only an Android application but also other type of applications. This feature makes the system more generic and usable. Apache tomcat and axis2 technologies are used for web service. Due to lack of web service support of Android operating system, a servlet is written for direct http request and response with the mobile application. This servlet forwards the message and the image to the web service.


For demo, a swing based graphical user interface is written to show the ability of receiving image and metadata from mobile application.In addition, the GUI has ability to save image to the server machine.


No comments:

Post a Comment