You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by nani2ratna <na...@gmail.com> on 2010/01/02 22:48:44 UTC

CRUD operations for 100 tables

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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: CRUD operations for 100 tables

Posted by Paul Benedict <pb...@apache.org>.
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 <na...@gmail.com> 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: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org