Developing Applications for the Java EE 7 Platform (ORJAVAEE7)

The Developing Applications for the Java EE 7 Platform course teaches you how to build and deploy enterprise applications that comply with Java Platform, Enterprise Edition 7. The technologies presented in this course include annotations, Enterprise JavaBeans (EJB), Java Persistence API (JPA), Java Transaction API (JTA), Servlets, JavaServer Pages(JSPs), JavaServer Faces (JSF), Contexts and Dependency Injection (CDI), JAX-RS RESTful and SOAP Web Services, the Java API for WebSocket, Java Message Service API (JMS), Bean Validation, Batch API, Timer services, and Java EE Concurrency.


Target Audience

Java Developers who want to learn how to utilize the full power of Java EE 7


Learn how to:

  • Use Java Persistence and Java Transaction APIs.
  • Create a flexible component model using EJB and CDI technology.
  • Provide Timer, Concurrency and Batch services.
  • Create SOAP and REST WebServices.
  • Develop web-based interfaces using Servlets, Java Server Pages, JavaServer Faces.
  • Assemble and deploy Java applications to a JEE Application Server.


Benefits to you

By taking this course, you'll gain hands-on experience building Java EE 7 Applications. You will get the chance to create web-based user interfaces using HTML5 and JavaScript along with JSPs JSFs and servlets. Web-based user interfaces will use AJAX to communicate with RESTful web services you create. Business logic will be handled using CDI and EJB components. You will also create and use JMS resources, Batch and Timer components. You will learn how to persist application data using JPA and JTA APIs.

Mostra dettagli


Course Modules

  • 1. Course Introduction
  • 2. Introduction to Java EE
  • 3. Managing Persistence by Using JPA Entities
  • 4. Implementing Business Logic by Using EJBs
  • 5. Using Java Message Service API
  • 6. Implementing SOAP Services by Using JAX-WS
  • 7. Creating Java Web Applications by Using Servlets
  • 8. Creating Java Web Applications by Using JSPs
  • 9. Implementing REST Services using JAX-RS API
  • 10. Creating Java Applications with WebSockets
  • 11. Developing Web Applications Using JavaServer Faces
  • 12. Securing Java EE Applications
  • 13. Java Logging
  • 14. CDI Beans
  • 15. BeanValidation and JPA API
  • 16. Batch and Concurrency APIs
  • 17. JAXB API
  • 18. Pre-CDI Servlet Examples