Hi Friends,
I am working in a onganization and recently moved to new vertical/dept.In this vertical I am working on one web application(Customer Information system)which mainly handles GAS suppiler activities like billing informantion,customer info,gas products information and its distributors(LDCs)infomation.This application is developed using
JSP and
java script running on Apache-Tomcat.The design of this system is as follows:
JSP
Model class(simple model class contains database variables as
members)
DAO class which retrieves data from the database(oracle) and creates one Model class object for each record to send to JSP to display on the browser.
Here DAO class uses other supporting major class "DbConnectionPool.java" to maintain the connections with the Oracle database.Front-end validations will be taken care by javascript.This is the design overview of the existing system.
Now Project manager is asking to prepare to document explaining the limitations of the existing system and advantages of
STRUTS Frame work over this existing sysem and we can send this document to the client to get the business.I have little expirience with the Struts frame work.
Here I am not able document the exact benifits of the Struts and how this Struts frame work will address the enterprise needs.
I am searching for the good resources.So If you find good resources please let me know.
Awaiting for your valuable info.
Thanks,
Reddy.