The controller layer in our application contains code to handle application-specific logic. This includes concerns such as receiving data from web pages, sending data to the classes in the service layer, and sending the user the next servlet or JSP as appropriate. The controller does not access the database directly. The controller finds out what needs to be done, then finds the right class in the service layer or presentation layer and calls on that class to do its work. In our application, most of the code ...
book
Java EE Web Application Primer: Building Bullhorn: A Messaging App with JSP, Servlets, JavaScript, Bootstrap and Oracle
by Dave Wolf, A.J. Henley
December 2017
Beginner to intermediate
148 pages
2h 12m
English
Content preview from Java EE Web Application Primer: Building Bullhorn: A Messaging App with JSP, Servlets, JavaScript, Bootstrap and OracleBecome an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,







O’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
I wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
I’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
I'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
© Dave Wolf, A.J. Henley 2017
Dave Wolf and A.J. Henley, Java EE Web Application Primer, https://doi.org/10.1007/978-1-4842-3195-1_9
9. The Controller
Dave Wolf1 and A. J. Henley2
(1)New York, USA
(2)Washington, D.C., District of Columbia, USA
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access