News

Use Spring Integration to develop a robust message-passing architecture that integrates and coordinates enterprise components across an ActiveMQ message bus via JMS.
The most basic Spring Security Java configuration creates a Servlet Filter, which is responsible for all the security (protecting URLs, validating credentials, redirecting to login, etc.).
The current version of the book covers Servlets 2.4, JSP 2.0, and the JSTL 1.0. Both Kevin and Jayson helped directly make the specifications and are proud to publish one of the first books covering ...
The first decision to kick off a greenfield Java project usually sounds breezy: "Let's start with Spring Boot, it's everywhere." A few days in, someone mutters that Quarkus boots faster and saves ...
The Maven POM: Every Java project that uses Maven has a POM (project object model) file in its root directory. The pom.xml describes the project’s dependencies and tells you how to build it.