• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps The best choice for server-side connection with my app

I am considering two options through which my app will be able to communicate with a server.
1)Java servlets
2)Making a normal java project and connecting with the clients through sockets.

My application would be able to store a decent amount of text data and send it from time to time to many mobile clients.
I would appreciate if you would tell me the advantages and disadvantages of the two options .
I hope I am putting this in the right section.Thank you !
 
Back
Top Bottom