Novice programmers rarely see the value in externalized configuration. It's tedious and doesn't result in an immediate payoff. That means this task is often overlooked or done poorly, if at all. For ...
Developers like to code. They declare variables, write methods and integrate classes together. What developers aren't big on is configuration. It's a hassle to configure an application so that it can ...
Spring 2.5, released in November of last year, introduced the ability to define and demarcate components using XSD data. In this article, I introduce the new features in Spring 2.5 by showing you how ...
Using J(2)EE application server has been a norm when high-end features like transactions, security, availability, and scalability are mandatory. There are very few options for java applications, which ...