OPI Blog
Learn from experts in their fields

Browsing Tags: Gradle Jetty JEE Java War

Adding a Web Module to a Gradle Project
It’s common in a lot of projects the need to separate parts of the system into their own modules. Gradle is well suited for this approach by allowing a single project to have many logically ...