InfoQ

InfoQ

Topic/Tag specific view

Logging Content on InfoQ


Latest featured content about Logging

Implementing Exceptions in SOA

Topics
Debugging,
SOA,
Enterprise Architecture,
Architecture,
Programming,
Logging,
Exception Handling

In this InfoQ article, Boris Lublinsky highlights the problems with exception handling in SOA, and suggests a SOA-based solution: a logging service that accepts all logging requests, stores and forwards them to an exception resolution service, which is responsible for enforcing rules about exception resolution, a notification service, an exceptions/logging portal, and service management.

Using Logging Seams for Legacy Code Unit Testing

Topics
Java,
Languages,
Software Testing,
Unit Testing,
Agile Techniques,
Testing,
Programming,
Logging,
Complementary Practices,
Legacy Code,
Agile,
TDD

Using logging seams you can easily create unobtrusive unit tests around legacy classes, without needing to edit class logic as well as avoiding behavior changes.

News about Logging

GWT 2.1 RC1 Brings Features Initially Scheduled for 2.2

Topics
Javascript,
GWT,
Java,
Java Web Frameworks,
Web Development,
Dynamic Languages,
AJAX,
Languages,
Rich Internet Apps,
Programming,
Logging

GWT 2.1 RC1 contains features specified by the roadmap, such as new table and tree widgets, but also features that were initially planned for GWT 2.2, such as logging. Another important feature is an MVP framework.

ModuleFusion 1.0.2 Released: Enterprise OSGi Distribution

Topics
Wicket,
Java Web Frameworks,
Application Servers,
Java,
Languages,
Open Source,
Enterprise Application Blocks,
Hibernate,
Programming,
Composite Application,
Logging,
OSGi

ModuleFusion 1.0.2, an OSGi service stack designed for enterprise applications, was released. The distribution includes frameworks such as Google Guice, Hibernate, and Jetty, packaged as bundles.

LOGBack: Evolving Java Logging

Topics
Java,
Languages,
Programming,
Logging

Ceki Gülcü is well known in the world of Java logging. He founded Log4J and then worked on replacing Jakarta commons-logging with SLF4J. InfoQ spoke with Ceki about his new project, LOGBack, "the reliable, generic, fast and flexible logging framework for Java." With a 1.0 release just around the corner and some positive reviews from adopters, this may be the right time to take a look at LOGBack.

InfoQ Article: Using Logging Seams for Legacy Code Unit Testing

Topics
Java,
Languages,
Unit Testing,
Software Testing,
Agile Techniques,
TDD,
Programming,
Agile,
Logging,
Testing,
Legacy Code

Ian Roughley shows how to use logging seams to easily create unobtrusive unit tests around legacy classes, without needing to edit class logic as well as avoiding behavior changes.