• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

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.
 
A wop bop a lu bob a womp bam boom. Tutti frutti ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic