Date: 2004-07-21T01:32:49
   Editor: RodJohnson <[EMAIL PROTECTED]>
   Wiki: Cocoon Wiki
   Page: ButterflyManifesto
   URL: http://wiki.apache.org/cocoon/ButterflyManifesto

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -72,7 +72,7 @@
 
 === Avoid checked exceptions ===
 
-Checked exceptions do more harm than good, so it would be wise to avoid them 
alltogether. Design instead a hierarchy of runtime exceptions and, whenever you 
need to catch an exception thrown by a third party library, decide whether you 
can handle it locally. If you cannot, wrap it in a runtime exception and throw 
the latter.
+Checked exceptions do more harm than good, so it would be wise to avoid them 
altogether. Design instead a hierarchy of runtime exceptions and, whenever you 
need to catch an exception thrown by a third party library, decide whether you 
can handle it locally. If you cannot, wrap it in a runtime exception and throw 
the latter.
 
 == Code ==
 
@@ -99,3 +99,5 @@
 ----
 
 First version drafted by UgoCei on July 20th 2004.
+
+This sounds interesting. Please ask for help on the Spring lists, or contact 
me (rod.johnson at interface21.com) if you need any help. For example, from a 
quick look at the list discussions, pooling came up: Spring can provide pooling 
transparently. -- Rod Johnson

Reply via email to