Java EE Web Application Primer Building Bullhorn: A Messaging App with JSP, Servlets, JavaScript, Bootstrap and Oracle
Build an online messaging app using Java Servlets, JSP, Expression Language, JSTL, JPQL, Sessions/Cookies, HTML/CSS/JavaScript, and the Bootstrap framework. This book explains Java EE, along with its associated technologies making it perfect for those with at least basic programming experience in Ja...
Main Authors: | , |
---|---|
Format: | eBook |
Language: | Inglés |
Published: |
Berkeley, CA :
Apress
2017.
|
Edition: | 1st ed. 2017. |
Subjects: | |
See on Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630439706719 |
Table of Contents:
- 1. Getting Started
- 2. What is a database?v3. Installing and Running Eclipse
- 4. Bullhorn Site Overview
- 5. What is MVC?
- 6. Creating a web application
- 7. The DAO/Repository
- 8. The Service Layer
- 9. The Controller
- 10. The Presentation/View
- 11. Designing Web Pages with HTML
- 12. HTML5 tags
- 13. The Stateless Nature of the Web
- 14. Users and Sessions
- 15. How to create database tables for Bullhorn
- 16. Make Web Pages Do Something using JavaScript
- 17. Cascading Style Sheets (CSS)
- 18. Making pages work on all screen sizes
- 19. Use Gravatar to display user’s avatars with posts
- 20. The Presentation/View.