Chapter 3. Java EE Basics – Persistence, Query, and Presentation
In the previous chapter, we set up all the necessary software to develop and execute the applications that will be developed throughout the book. In this chapter, we will:
- Take a look at the business case used as a background to the technical features and implementation
- Create an entity project to provide isolation and reuse of business entities, defining a persistence layer
- Create a web project with a simple query page that would access the entities we just created
- Deploy and run both projects to make sure every component—database, application server, and libraries—is configured and working as expected
推薦閱讀
- Software Defined Networking with OpenFlow
- Java EE框架整合開發(fā)入門到實(shí)戰(zhàn):Spring+Spring MVC+MyBatis(微課版)
- Learning RabbitMQ
- PHP網(wǎng)絡(luò)編程學(xué)習(xí)筆記
- Windows Presentation Foundation Development Cookbook
- TypeScript圖形渲染實(shí)戰(zhàn):基于WebGL的3D架構(gòu)與實(shí)現(xiàn)
- Mastering Google App Engine
- SSM輕量級(jí)框架應(yīng)用實(shí)戰(zhàn)
- Python語言實(shí)用教程
- 智能手機(jī)APP UI設(shè)計(jì)與應(yīng)用任務(wù)教程
- Scala Functional Programming Patterns
- 青少年學(xué)Python(第2冊(cè))
- Building Business Websites with Squarespace 7(Second Edition)
- Android嵌入式系統(tǒng)程序開發(fā)(基于Cortex-A8)
- Java EE 程序設(shè)計(jì)