Spring provides template libraries which can be used to prepare email templates. Although we can inject the html directly into…
Spring provides org.springframework.mail.javamail.MimeMessageHelper class which act as a Helper class for populating a javax.mail.internet.MimeMessage. It offers support for HTML text…
Spring provides first-class support for sending Emails. Spring comes with utility libraries which abstracts away the complexities of the underlying…
Spring provides first-class support for JMS, enabling applications integration using standard based messaging. In this post, we will build Spring…
In the previous post over Spring with JMS, we have seen how applications can communicate among each other using JMS,…
Java Messaging Service (JMS) is all about applications communicating using standard based messaging. With JMS, applications communicates with each other…
In this post we will integrate Apache Tiles 3 with Spring MVC 4, using annotation-based configuration. Apache Tiles is a…
In this post, we will build a full-blown Spring MVC application secured using Spring Security, integrating with MySQL database using…
This post demonstrates a complete CRUD application using AngularJS ngResource module with $resource service to communicate with REST API on…
AngularJS ngResource module provides first class built-in support for interacting with RESTful services asynchronously, via $resource service. $resource is a…