Java EE 7 Development with WildFly.
Annotation
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Packt Publishing,
2014.
|
Colección: | Professional Expertise Distilled
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with WildFly; An overview of Java EE and WildFly; WildFly and Enterprise Application Platform; Welcome to Java EE 7; JavaServer Faces 2.2
- JSR 344; Enterprise JavaBeans 3.2
- JSR 345; Java Persistence API 2.1
- JSR 338; Contexts and Dependency Injection for Java EE 1.1
- JSR 346; Java Servlet API 3.1
- JSR 340; JAX-RS, the Java API for RESTful Web Services 2.0
- JSR 339; Java Message Service 2.0
- JSR 343; Bean validation 1.1
- JSR 349.
- Concurrency utilities for Java EE 1.0
- JSR 236Batch applications for the Java Platform 1.0
- JSR 352; Java API for JSON Processing 1.0
- JSR 353; Java API for WebSocket 1.0
- JSR 356; New features in WildFly; Installing the server and client components; Installing Java SE; Testing the installation; Installing WildFly; Starting WildFly; Connecting to the server with the command-line interface; Stopping WildFly; Restarting WildFly; Installing the Eclipse environment; Installing JBoss Tools; Alternative development environments; Installing Maven; Testing the installation; Summary.
- Chapter 2: Your First Java EE Application on WildFlyWildFly 8 core concepts; The WildFly 8 directory layout; Managing the application server; Managing WildFly 8 with the web interface; Launching the web console; Deploying your first application to WildFly 8; Advanced Eclipse deployment options; Managing deployments with the web console; Deploying applications using the command-line interface; Deploying applications to a domain; Summary; Chapter 3: Introducing Java EE 7
- EJBs; EJB 3.2
- an overview; Developing singleton EJBs; Configuring the EJB project object module (pom.xml).
- Coding our EJB applicationControlling bean concurrency; Using bean-managed concurrency; Cooking session beans; Adding a stateless bean; Adding a stateful bean; Deploying the EJB application; Creating a remote EJB client; Configuring the client's project object module; Coding the EJB client; Adding the EJB client configuration; Running the client application; Adding user authentication; Using the EJB timer service; Programmatic timer creation; Scheduling timer events; Adding asynchronous methods to our EJBs; Using fire-and-forget asynchronous calls; Returning a Future object to the client.