I think that it's not struts developer related since you can use whatever data access layer you want to acces your datas. It's not to struts to deal with the database, so you should read documentation of your DAO layer (torque,hibernate,j2ee container... whatever you have) for know if it disturb it to add new columns.
I use my own (little) (but fast and reliable) DAO Layer and with it there is no problem to add column, since my dao layer retrieve only the columns who are declared in my application and ignore the other (added) columns. So read the doc, and ask USER forums of our DAO layer provider.
[EMAIL PROTECTED] wrote:
Hi,
I am developing a web app using J2EE. Our business is so dynamic that some of my back end tables have new columns added in future (after the web app is rolled out into production). Does struts framework provide us this feature of recognizing that new columns are added to a table and its corresponding bean automatically reflects with the newly added column. The requirement is that I don't have to change my front end or any Java classes if new columns are added to my data base tables.
Please suggest
Siva
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Ludovic Ma�tre
Factory Productions | T�l: (33) 04 93 07 08 00 149, avenue des mimosas | Fax: (33) 04 93 07 04 02 06700 Saint-Laurent-du-Var (France) | Web: http://www.factory.fr
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
