Categories
Search
My Tweets
- @misterlosso I have accepted a position already. 2 weeks ago
- Spring in Action 4th Ed, Spring in Practice & Spring Integration in Action 50% today use code dotd0508cc http://t.co/kjcQ15rDM4 2 weeks ago
- @bytor99999 No, the site is redirected, pom file gend as artifactory page, causing mvn builds to fail. 2 weeks ago
- Spring Dep Mgmt Repo - use http://t.co/xFJVnMHTpO | milestone | snapshot. If using http://t.co/Ns8nUF8cqV, you'll get repo... 2 weeks ago
- Accepted Integration Architect position with Cigna. Can't wait to get started. 3 weeks ago
Category Archives: Java Util Logging
Sawing through the Java Loggers
Sawing through the Java Loggers I know what your thinking, “It’s just logging!”. This small, yet common part of our applications, provides developers, QA and troubleshooters with information to help in determining code execution sequences, inspecting data values and trouble … Continue reading
Posted in Jakarta Commons Logging, Java Util Logging, LogBack, Logging, SLF4J
Tagged configuration, Log4J, Logback, logging, performance, Spring
4 Comments
Enterprise Spring Framework Best Practices – Part 3 – XML Config
Enterprise Spring Best Practices Series In part 3, Spring XML Configuration. The best thing about Spring is that there are several way to solve a problem, the worst thing about Spring is that there are several ways to solve a … Continue reading
Posted in Java Util Logging, SLF4J, Spring
Tagged best practices, java util logging, slf4j, Spring, spring framework, System.err, System.out, xml configuration
5 Comments
Enterprise Spring Best Practices – Part 1 – Project Config
Enterprise Spring Best Practices Series In part 1, let’s review project structure and configuration. Sections Project Directories Project Dependencies Smart Logging Running with Jetty and Tomcat Spring Configuration Files Complete Maven Config Valuable Maven Commands Further Reading Social Me Project … Continue reading
Posted in Eclipse, Jakarta Commons Logging, Java, Java Util Logging, Jetty, Log4J, LogBack, Logging, Maven, SLF4J, Spring, Spring Framework, Spring MVC, STS, Testing, Tomcat
Tagged best practices, Logback, logging, maven, plugins, slf4j, Spring
10 Comments
tcServer Logging with Logback & SLF4J
Logback and SLF4J provide better logging for java applications. To configure VMware vFabric tcServer to take advantage of the speed and flexibility of Logback use the following steps as a starting point. Download the tcServer Developer Edition free: http://www.springsource.com/developer/tcserver This … Continue reading
Posted in Jakarta Commons Logging, Java, Java Util Logging, LogBack, Logging, SLF4J, Spring, Spring Insight, tcServer, Tomcat
Tagged configuration, Logback, logging, slf4j, Spring, Spring Insight, tcServer
Leave a comment
Sending Beans as XML with JmsTemplate
Introduction We often want to send XML via web services. We may already have the schema or annotated JAXB2 classes configured in our application. What if we want to send the same format via JMS? By default Spring JMS is … Continue reading
Posted in ActiveMQ, Jakarta Commons Logging, Java Util Logging, JMS, JUnit, Log4J, LogBack, Logging, Maven, SLF4J, Spring, Spring Framework, Testing
Tagged ActiveMQ, Development, Eclipse, IntelliJ, Java, JAXB2, JMS, Logback, Marshaling, maven, messaging, OXM, Spring, SpringSource, STS, XML
11 Comments
LogBack Logger Addon for Roo
Want faster, flexible & more robust logging? Have you looked at LogBack by the creator of Log4J yet??? Introducing the LogBack Addon for Roo Features Adds the command to the Roo shell – logback setup Creates a New File: src/main/resources/logback.xml … Continue reading
Posted in Jakarta Commons Logging, Java, Java Util Logging, Log4J, LogBack, Maven, Roo, SLF4J, Spring, Spring Roo
Tagged Add-ons, addons, Log4J-old, Logback, logging, plugins, slf4j, Spring, Spring Roo
Leave a comment