Learn how you can create an application that implements MVC pattern, using Servlets and JSP pages.
Also find me here:
Baeldung Author
Predrag Marić
Software Engineer in the core, but also exploring some other IT roles. Trying to keep up with the industry pace, improving the existing knowledge and expanding it along the way.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring (1)
- Java String (1)
- Jakarta EE (1)
- Architecture (1)
The Observer Pattern in Java
Filed under Spring
Learn a few ways to implement the Observer design pattern in Java
Guide to java.util.Formatter
Filed under Java String
Introduction to formatting Strings in Java using the java.util.Formatter.