Spring
-
Enterprise Java
Exposing a POJO as a JMX MBean with Spring
Here is a very nice tutorial on how “Exposing a POJO as a JMX MBean easily with Spring” can be…
Read More » -
Enterprise Java
Aspect Oriented Programming with Spring AOP
Aspect Oriented Programming (AOP) refers to the programming paradigm which isolates secondary or supporting functions from the main program’s business…
Read More » -
Enterprise Java
Spring configuration with zero XML
Tomasz Nurkiewicz, one of our JCG partners and avid supporter of the Spring framework, describes in his latest post how…
Read More » -
Enterprise Java
Dependency Injection – The manual way
Dependency injection is a technique that separates behavior from dependency resolution. In simpler words, it allows the developer to define…
Read More » -
Enterprise Java
Securing GWT apps with Spring Security
In this tutorial we will see how to integrate GWT with Spring’s security module, i.e. Spring Security. We will see…
Read More » -
Enterprise Java
JAX–WS with Spring and Maven Tutorial
Spring framework provides remoting support for web services via JAX–WS, in fact, as stated in Spring reference documentation, there are…
Read More » -
Enterprise Java
Sending e-mails in Java with Spring – GMail SMTP server example
For e-mail sending in Java, the JavaMail API is the standard solution. As the official web page states, “The JavaMail…
Read More » -
Enterprise Java
Building your own GWT Spring Maven Archetype
Hello everyone, While watching this really interesting articles by Justin about Spring and GWT,i thought that it would be extremely…
Read More » -
Enterprise Java
Aspect Oriented Programming with Spring AspectJ and Maven
Spring framework comes with AOP support. In fact, as stated in Spring reference documentation, “One of the key components of…
Read More »