15
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 22 May 2024
15 points (100.0% liked)
Java
1384 readers
1 users here now
For discussing Java, the JVM, languages that run on the JVM, and other related technologies.
founded 1 year ago
MODERATORS
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.