Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

New to EJB Project.

Status
Not open for further replies.

referenceid

Programmer
Oct 12, 2004
1
US
Hi, Recently I started working on a project that was developed by some other team. This Project is developed using
velocity - Struts - Session Facade - DTOs - EntityBeans (CMP) - DB2 8.1

AppServer: Websphere 5.1

I am in a situation where I need to add few fields to a form in the front end and store the data of new fields in a single table. Wondering how I should proceed with it. Any suggestions will be appreciated.
This is what I thought I should do, but wondering if there is any better approach to accomplish this.

1. Add fields (new columns) in the table.
2. Update Entity Beans. Related queries etc.
3. Update DTOs.
4. Update Session facade.
5. Update Struts Actions, Controllers etc.
6. Update Velocity pages.

Not sure if this will work. Or wondering if there is any other way that I should follow in Websphere Studio App Developer such as add fields in class diagram and then generate DDL etc.
--------------------

Thanks.
Mayuri

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top