this post was submitted on 22 May 2024
15 points (100.0% liked)
Java
1622 readers
1 users here now
For discussing Java, the JVM, languages that run on the JVM, and other related technologies.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'd suggest studying the code of the Spring Pet Clinic webapp. It will teach you how to engineer a simple three tier webapp.
https://github.com/spring-projects/spring-petclinic
However this is heavily geared towards the Spring framework and not core Java. But this project showcases best practices for writing code and structuring a project.