Hi,
I need to separate my application's Web server from the Application server. The Web server should be in charge of only user Interface (i.e. JSP, html), while the Application server is in charge of the business logic (i.e. Java). Right now everything is processed through the Application server.
Currently my coding format is in basic JSP, Java Beans and Database layer. Will I need a lot of changes in my current codings to suit the new requirements? What are typical changes that I need? Do I need to convert all my coding format to EJB first?
Thanks.
Start Free Trial