I am planning to build a web application using eclipse and tomcat and this application would contain below features.
1. New user sign up/Existing user sign in(Session management)
2. User would be able to save some data using forms(Database connection)
Could you please let me know how good tomcat is for such application or I should use jboss?
Thanks in advance.
I am planning to build a web application using eclipse and tomcat and this
Share
For your needs, Tomcat and JBoss are similar enough that it doesn’t matter which one you go with. Just select the one with the clearest documentation/tutorials in your eyes.