The company we work with is moving toward a new policy away from dynamic sql and toward only allowing stored procedure selects/inserts/updates/deletes. They are doing this for multiple reasons but for the most part, they want to ensure that they are able to have direct access to examine the procedures for performance where dynamic sql would be hard for them to control. They would also like to do this for security reasons.
Is it possible to use castor to map our Java classes to stored procedures? If castor does not support this, what would be a rough estimate of the level of effort to change castor to use stored procs for all database interaction? We already have a castor implementation so avoiding changing our business objects in favor of changing castor directly may be an ideal solution. Thanks, --- Chris Williams [EMAIL PROTECTED] __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
