Why don't you use: a.) Datasources. Opening connections is an expensive operation.
b.) Use a SELECT statement instead of a call to a stored procedure if you want to retrieve data. c.) @Factory for choices? d.) Use entities and <s:selectitems> to create select items. e.) Use Hibernate caching to avoid db roundtrips. f.) Use Seam's query object to retrieve a filtered list of entities. No offense, but if your requirements are totally different from the "Seam way of doing things" (TM) you will propably be better off without it. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088607#4088607 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088607 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
