Cargando…

Java EE 6 with GlassFish 3 application server /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Heffelfinger, David R.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., ©2010.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Java EE 6 with GlassFish 3 Application Server; Java EE 6 with GlassFish 3 Application Server; Credits; About the Author; About the Reviewers; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Errata; Piracy; Questions; 1. Getting Started with GlassFish; Overview of Java EE and GlassFish; What's new in Java EE 6; JavaServer Faces (JSF) 2.0; Enterprise JavaBeans (EJB) 3.1; Java Persistence API (JPA) 2.0; Contexts and Dependency Injection for Java (Web Beans 1.0); Java Servlet API 3.0.
  • Java API for RESTful web services (JAX-RS) 1.1Java API for XML-based web services (JAX-WS) 2.2; Java Architecture for XML Binding (JAXB) 2.2; What's new in GlassFish v3; GlassFish advantages; Obtaining GlassFish; Installing GlassFish; GlassFish dependencies; Performing the installation; Verifying 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; The autodeploy directory; The asadmin command line utility; GlassFish domains.
  • Creating domainsDeleting domains; Stopping a domain; Setting up database connectivity; Setting up connection pools; Setting up data sources; Final notes; Summary; 2. Servlet Development and Deployment; What is a servlet?; Writing our first servlet; Compiling the servlet; Configuring 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; New features introduced in Servlet 3.0.
  • Optional web.xml deployment descriptor@WebServlet annotation; Passing initialization parameters to a servlet via annotations; @WebFilter annotation; @WebListener annotation; Pluggability; Configuring web applications programmatically; Asynchronous processing; Summary; 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; JSP XML syntax; Summary; 4. JSP Standard Tag Library.
  • Core JSTL tag libraryFormatting JSTL tag library; SQL JSTL tag library; XML JSTL tag library; JSTL functions; Summary; 5. Database Connectivity; The 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; New features introduced in JPA 2.0; Criteria API; Bean Validation support; Summary; 6. JavaServer Faces; Introduction to JSF 2.0; Facelets; Optional faces-config.xml.