Java books I'm considering
Because it never hurts to have a good reference book around, I'm in the market to load up my bookshelf again. Don't know if I'll actually read these suckers, but I use these tools all the time, and I'm tired of searching on Google. I've found that just having these types of books are invaluable for a quick reference.
- The complete log4j manual
- Tomcat: The Definitive Guide
- Java Open Source Programming: with XDoclet, JUnit, WebWork, Hibernate
- JUnit in Action
- CVS Pocket Reference
- Eclipse in Action: A Guide for the Java Developer
Any other recommendations - or better alternatives to the ones I've listed?
Posted by David on September 26, 2003 at 05:18 PM MDT #
Posted by Matt Raible on September 26, 2003 at 05:20 PM MDT #
Posted by Russ on September 26, 2003 at 07:09 PM MDT #
Posted by John Tangney on September 26, 2003 at 08:12 PM MDT #
Posted by Matt P on September 26, 2003 at 09:53 PM MDT #
Posted by Kris Thompson on September 26, 2003 at 10:19 PM MDT #
Posted by Cesar on September 27, 2003 at 12:00 AM MDT #
Posted by fx on September 27, 2003 at 02:28 AM MDT #
Posted by Matt Raible on September 27, 2003 at 02:32 AM MDT #
Posted by Greg Ostravich on September 27, 2003 at 02:01 PM MDT #
Posted by Nick Heudecker on September 28, 2003 at 02:49 AM MDT #
Posted by gerryg on September 29, 2003 at 09:29 PM MDT #
Posted by Simon Chappell on October 02, 2003 at 11:49 PM MDT #
Posted by Anon on October 03, 2003 at 01:34 AM MDT #
Although apparently uninteresting, there is more to logging than what initially meets the eye. For one, logging captures information about a running application. So the more complex your application the more complex the logging will get. Second, logging operates under stringent operational constraints (e.g. reliability, speed) which pose difficult technical problems.
I think Ron Rivest once said that "security was fractal". It was infinitely complex if you studied it carefully. In my humble opinion, the same could be said about logging.
Posted by Ceki Gulcu on October 19, 2003 at 03:38 PM MDT #