I need to develop a secure cloud service for android in my study final project. The project includes: secure data transfer (TLS, SSL, encryption...), backup service. Initial connection must be TCP. Communication between client and server process using dynamic dictionary messages (commands). I don't have a practice on developing client server models, I have an experience using Tomcat and SOAP only. So, I don't know which Java EE server to choose. Should I use application server or servlet-container server is enough? Does WildFly server (also known as JBoss) good for me? Should I use sockets or something more complex?
What should I use for developing the server side?
0 comments:
Post a Comment