Thursday, 8 August 2013

What design do I follow to convert my classic ASP pages to a Java Enterprise Web Application?

What design do I follow to convert my classic ASP pages to a Java
Enterprise Web Application?

There are so many Java technologies that it is difficult for me to know
where to start. I understand JSP and Servlets. I know what http servers to
use. Real basic stuff. What I don't understand is what I do after that?
I don't want to create a bunch of jsp and servlets. That's not very
different than what I have.
I need to query various databases. Some are direct hits. Some have
webservices I need to consume. I will have to create a login system that
hits active directly.
Aren't I supposed to do more to make a "big java" enterprise application?
I am hoping this does not fall into the immediate downvote category of
"what technology do I use?" If it does can someone kindly tell me where I
can ask things like this. I haven't had much luck on
programmers.stackexchange.com.

No comments:

Post a Comment