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...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Berkeley, CA] :
Apress,
2017.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.