On Friday 16 Dec 2005 05:40, Maurice Marrink wrote: > We use the dao pattern. any exceptions are handled by the different dao's.
This would require duplicating error and transaction handling in every method. It also creates a new transaction for every data operation which does not allow for making multiple operations atomic. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
