December 2022
Beginner
219 pages
4h 1m
English
What you’ve read so far has been fairly encompassing for Java application development. We’ve seen how to build a project, how to configure dependency injection, and how to access data; we’ve seen how to present data over the Web with an actual (but sparse) interface using HTML and template rendering, as well as a REST API; we’ve seen how to connect to message brokers, how to send (and receive) mail, and how to configure Spring beans using dynamic ...