Learn how to integrate the Jess rule engine into a Java application and how to use Jess with JSR 94, the Java Rule Engine API.
Also find me here:
Baeldung Author
Roger Yates
I’m a certified Java Enterprise Architect with over 20 years of Java server-side development experience, mainly in the financial and travel industries. Most recently using Spring Boot for REST API development and am an avid fan of the Spock testing framework.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (5)
- Spring Boot (2)
- Java (2)
- Groovy (2)
- Spring Security (1)
- Maven (1)
- Logging (1)
- Java IO (1)
- JVM (1)
- HTTP Client-Side (1)
Java IO vs NIO
Filed under Java IO
Learn about the Java IO and NIO libraries and how they differ.
Using Maven Behind a Proxy
Filed under Maven
Learn how to configure Maven to work from behind a proxy.
Using Lombok’s @Accessors Annotation
Filed under Java
Learn about Project Lombok’s @Accessors annotation and its support for fluent, chained, and custom accessors.