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

New to Websphere - J2EE Project.

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
your approach is right and there are no workarounds for ur problem. Can you explain in general about DTO, Session Facade and other design patterns u have used for your project ...
 
Mayuri Roi
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks
 
Is this the real life? Is this just fantasy? Is this a tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic