I am about to start my university final year project. Client side will be in android application. On server side jboss will be running. Client will be interacting from server side using either xml or json. I will be using MySql database. I am only concerned about what spring module should i use for development. Should i use spring MVC module or is there something specifically for android ?
spring application will be returning data in xml or json format most of the time.
Please help me in deciding the module.


Reply With Quote