I believe AppFuse 2.x can help you. Go google it. It is a code generator that will create model objects and Struts actions out of your database schema.
Paul On Sat, Jan 2, 2010 at 3:48 PM, nani2ratna <[email protected]> wrote: > > Hi, > > I need to do CRUD operations for almost 100 tables in 9 schemas but in one > web application. > I am using struts 2, spring and ibatis. > I can do this by writting 100 jsp's, 100 actions and so on. > There is no common column in those tables. > > Can any body have any idea to do this. > > Is there better way to do this. > > Thanks and Regards > RS > > -- > View this message in context: > http://old.nabble.com/CRUD-operations-for-100-tables-tp26996808p26996808.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

