Cargando…

Java EE 5 development using GlassFish Application Server : the complete guide to installing and configuring the GlassFish Application Server and developing Java EE 5 applications to be deployed to this server /

The complete guide to installing and configuring the GlassFish Application Server and developing Java EE 5 applications to be deployed to this server.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Heffelfinger, David R.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2007.
Colección:From technologies to solutions.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Table of Contents; Preface; Chapter 1: Getting Started with GlassFish; Overview of Java EE and GlassFish; GlassFish Advantages; Performing the Installation; Deploying Our First Java EE Application; Deploying an Application through the Web Console; Undeploying an Application through the Web Console; Deploying an Application through the Command Line; Undeploying an Application through the Command Line; Deleting Domains; Stopping a Domain; Setting Up Database Connectivity; Setting Up Connection Pools; Summary; Chapter 2: Servlet Development and Deployment; Writing Our First Servlet
  • Compiling the ServletConfiguring the Servlet; Packaging the Web Application; Deploying the Web Application; Testing the Web Application; Processing HTML Forms; Request Forwarding and Response Redirection; Request Forwarding; Response Redirection; Persisting Application Data across Requests; Summary; Chapter 3: JavaServer Pages; Introduction to JavaServer Pages; Developing Our First JSP; JSP Implicit Objects; JSPs and JavaBeans; Reusing JSP Content; JSP Custom Tags; Extending SimpleTagSupport; Using Tag Files to Create Custom JSP Tags; Unified Expression Language; Summary
  • Chapter 4: Database ConnectivityThe CustomerDB Database; JDBC; Retrieving Data from a Database; Modifying Database Data; The Java Persistence API; Entity Relationships; One-to-One Relationships; One-to-Many Relationships; Many-to-Many Relationships; Composite Primary Keys; Java Persistence Query Language; Final Notes; Summary; Chapter 5: JSP Standard Tag Library; Core JSTL Tag Library; Formatting JSTL Tag Library; SQL JSTL Tag Library; XML JSTL Tag Library; JSTL Functions; Summary; Chapter 6: JavaServer Faces; Custom Data Validation; Creating Custom Validators; Validator Methods
  • Integrating JSF and JPAJSF Core Components; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; JSF HTML Components; ; ; ; ; ; ; ; ;
  • ; ; ; ; ; ; ; ; ; ; ; ; ; Additional JSF Tag Libraries; Summary; Chapter 7: Java Messaging Service; Setting Up GlassFish for JMS; Setting Up a JMS Connection Factory; Setting Up a JMS Message Queue; Setting Up a JMS Message Topic; Message Queues; Sending Messages to a Message Queue; Retrieving Messages from a Message Queue