책 이미지

책 정보
· 분류 : 외국도서 > 컴퓨터 > 프로그래밍 언어 > Java
· ISBN : 9781484282137
· 쪽수 : 492쪽
· 출판일 : 2023-05-31
목차
1. About MVC - Model, View, Controller
* History of MVC
* MVC in Web Applications
* MVC for Java
* Finally, Java MVC (JSR-371)
* Why MVC
* Where is Hello World?
2. Prerequisite - Jakarta EE / Java EE
* The Nature of Java for Enterprise Applications
* Glassfish, a Free Java Server
* Using a Preinstalled Java Server
* Learning Java for Enterprise Applications
* RESTful Services
3. Development Workflow
* Using Gradle as a Build Framework
* Using Eclipse as an IDE
* More About Gradle
* Developing Using the Console
* Installing MVC
4. Hello World for Java MVC
* Starting The Hello World Project
* The Hello World Model
* The Hello World View
* The Hello World Controller
* Using Gradle to Build Hello World
* Starting a Jakarta EE Server* Deploying and Testing Hello World
5. Start Working With Java MVC
* Handling User Input From Forms
* Exception Handling in Java MVC
* Non-String Post Parameters
6. In-Depth Java MVC
* The Model
* The View: JSPs
* The View: Facelets
* The Controller
7. In-Depth Java MVC - Part II
* Injectable Context
* Handling State
* Dealing With Page Fragments
* Observers
* Accessing the Context
* Configuration
8. Internationalization
* Formatting of Data in the View
* Localized Messages
* Localized Data Conversion
9. Connecting Java MVC to a Database
* Using Plain JDBC
* Using JPA
10. Java MVC and EJBs
* What are EJBs
* Starting an EAR Project
* Defining EJBs
* Referring to EJBs from Java MVC
11. Logging Java MVC Applications
* Using Java Standard Logging
* Using Log4j2
* Using SLF4J
12. A Java MVC Example Application
* The BooKlubb Member Administration
* The BooKlubb Model
* The BooKlubb Controller
* The BooKlubb View
* Deploying and Testing BooKlubb
(
13. Debugging Java MVC Applications
* Debugging From Eclipse
* Starting a Debugging Session
* Breakpoints
14. Security in Java MVC
* Standard Security Means
* Built-In Additional Security Means
)