• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Proposal on Struts frame work for client.

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic