
In my previous blog,
I provided a summarized view of what OSGi is and how it impacts Java
developers. I got some interesting feedback. In this article, I...
7 replies - 15402 views - 05/06/09 by Vladimir Vivien in Articles

What I really like about being a software artist is the richness of
tools and techniques you have at your disposal. And the more tools you
have, the harder...
4 replies - 11102 views - 05/06/09 by Sebastien Arbogast in Articles

This article discusses Spring AOP in a tutorial format. It covers some of the newer features of Spring AOP like annotations, improved XML configuration and...
4 replies - 63132 views - 04/07/09 by Rick Hightower in Articles

I have already hinted that your code should either be in the
business of doing business logic or in the business of instantiating
and wiring other objects...
0 replies - 7291 views - 03/31/09 by Misko Hevery in Articles

Take any integration project and you have multiple applications talking over multiple transports on multiple platforms. As you can imagine, in large enterprise...
24 replies - 133587 views - 03/23/09 by Jonathan Anstey in Articles

Rules are statements that define business procedures and policies. Normally, every business application contains many embedded business rules that determine...
2 replies - 14763 views - 03/13/09 by Ibrahim Levent in News

I stumbled across Uncle Bob’s SOLID principles of OOD quite a few years ago. They serve as the foundation of knowledge for designing object-oriented...
1 replies - 10313 views - 02/26/09 by Kirk Knoernschild in Articles

This is an exercise in how to apply the principles found in Robert C Martins new book Clean Code. We performed it a code review last week on functions I had...
31 replies - 10216 views - 02/03/09 by Tomas Malmsten in Articles

The following is a typical implementation of service methods of the domain model of an application. The Repository is injected and is used to persist the...
6 replies - 7521 views - 02/03/09 by Debasish Ghosh in Articles

A great question from a reader...The only thing that does not fully convince me in your articles is usage of Guice. I’m currently unable to see clearly its...
15 replies - 10774 views - 01/15/09 by Misko Hevery in Articles

This article covers anti-patterns and pitfalls of day to day JSF development. Most of these issues have kept the author up at night; some of these are the same...
5 replies - 38831 views - 12/12/08 by Dennis Byrne in Articles

This blog annotates the Jetty 7 example web application that uses Jetty asynchronous HTTP client and the proposed suspendable servlets 3.0 API, to call an eBay...
0 replies - 13319 views - 12/09/08 by Greg Wilkins in News

When I first began to program in Java, I loved the Java language a lot. I used to program in Pascal, Delphi ,Visual Basic and C but Java was very different...
3 replies - 14374 views - 11/26/08 by Ibrahim Levent in News

In this presentation, recorded at EclipseWorld 2008, Burr Sutter demonstrates the
customary capabilities associated with an Enterprise Service Bus (ESB)...
1 replies - 19823 views - 11/25/08 by Nitin Bharti in Videos

I always thought that the GOF Design Patterns book achieved it's objective to make us better C++/Java programmers. It taught us how to design polymorphic class...
5 replies - 7499 views - 11/10/08 by Debasish Ghosh in Articles