News

Project Valhalla and the projects that comprise it are still in design stages, but we are getting closer. Current activity indicates it won’t be long before value classes drop in a JDK preview.
This Apache Maven crash course covers everything a comprehensive Java build tool tutorial should cover, including: What is Apache Maven? How to install Apache Maven. Java project creation with ...
When the dynamic web project wizard appears, name the project restful-java, choose Apache Tomcat 8.5 as the target runtime (even though we are using TomEE Plus, not Tomcat), specify 3.1 as the dynamic ...
Procedural vs domain-driven design. The vast majority of J2EE and Java EE applications are built in a procedural way. The business logic is decomposed into tasks and resources, which map ...