<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE FL_Course SYSTEM "https://www.flane.de/dtd/fl_course095.dtd"><?xml-stylesheet type="text/xsl" href="https://portal.flane.ch/css/xml-course.xsl"?><course productid="23041" language="en" source="https://portal.flane.ch/swisscom/en/xml-course/redhat-ad184" lastchanged="2026-02-27T09:49:24+01:00" parent="https://portal.flane.ch/swisscom/en/xml-courses"><title>Red Hat Application Development I: Programming in Java EE with Exam (EX183)</title><productcode>AD184</productcode><vendorcode>RH</vendorcode><vendorname>Red Hat</vendorname><fullproductcode>RH-AD184</fullproductcode><version>1</version><objective>&lt;p&gt;This course is intended to develop the skills needed to make the transition from Java SE programming to Java EE programming. This course introduces core concepts of multi-tiered Java Enterprise applications and gives you experience writing, deploying, and testing Java EE applications. You will use various tools from the Red Hat JBoss middleware portfolio, including JBoss Developer Studio, Maven, and the JBoss Enterprise Application Platform application server.&lt;/p&gt;
&lt;p&gt;As a result of attending this course, you should be able to describe most of the specifications in Java EE 7 and create a component with each specification. You will be able to convert a Java SE program into a multi-tiered Java EE application. You should be able to demonstrate these skills:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Describe the architecture of multi-tiered Java EE applications.&lt;/li&gt;&lt;li&gt;Package Java EE applications and deploy to Red Hat JBoss Enterprise Application Platform with various tools.&lt;/li&gt;&lt;li&gt;Create an Enterprise Java Bean instance.&lt;/li&gt;&lt;li&gt;Manage the persistence of data using Java Persistence API.&lt;/li&gt;&lt;li&gt;Create a web service using JAX-RS.&lt;/li&gt;&lt;li&gt;Properly apply context scopes to beans and inject resources into Java Beans.&lt;/li&gt;&lt;li&gt;Store and retrieve messages using the Java Messaging Service.&lt;/li&gt;&lt;li&gt;Secure a Java EE application.&lt;/li&gt;&lt;/ul&gt;</objective><essentials>&lt;ul&gt;
&lt;li&gt;Proficiency in developing Java SE applications, with 2+ years of experience required&lt;/li&gt;&lt;li&gt;Proficiency in using an IDE such as Red Hat Developer Studio or Eclipse&lt;/li&gt;&lt;li&gt;Experience with Maven is recommended but not required&lt;/li&gt;&lt;/ul&gt;</essentials><audience>&lt;p&gt;This course is designed for Java developers who want to learn more about the specifications that comprise the world of Java Enterprise Edition (Java EE).&lt;/p&gt;</audience><contents>&lt;p&gt;Course content summary&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Generating multi-tiered Java EE applications.&lt;/li&gt;&lt;li&gt;Packaging and deploying Java EE applications.&lt;/li&gt;&lt;li&gt;Creating Enterprise Java Beans, including message-driven beans.&lt;/li&gt;&lt;li&gt;Managing persistence.&lt;/li&gt;&lt;li&gt;Creating REST services with JAX-RS.&lt;/li&gt;&lt;li&gt;Implementing Contexts and Dependency Injection.&lt;/li&gt;&lt;li&gt;Creating messaging applications with JMS.&lt;/li&gt;&lt;li&gt;Securing Java EE applications with JAAS.&lt;/li&gt;&lt;/ul&gt;</contents><outline>&lt;p&gt;&lt;strong&gt;Transition to multi-tiered applications&lt;/strong&gt;&lt;br/&gt;
    Describe Java EE features and distinguish between Java EE and Java SE applications.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Package and deploying applications to an application server&lt;/strong&gt;&lt;br/&gt;
    Describe the architecture of a Java EE application server, package an application, and deploy the application to an EAP server.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Create Enterprise Java Beans&lt;/strong&gt;&lt;br/&gt;
    Develop Enterprise Java Beans, including message-driven beans.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Manage persistence&lt;/strong&gt;&lt;br/&gt;
    Create persistence entities with validations.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Manage entity relationships&lt;/strong&gt;&lt;br/&gt;
    Define and manage JPA entity relationships.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Create REST services&lt;/strong&gt;&lt;br/&gt;
    Create REST APIs using the JAX-RS specification.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Implement Contexts and Dependency Injection&lt;/strong&gt;&lt;br/&gt;
    Describe typical use cases for using CDI and successfully implement it in an application.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Create messaging applications with JMS&lt;/strong&gt;&lt;br/&gt;
    Create messaging clients that send and receive messages using the JMS API.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Secure Java EE applications&lt;/strong&gt;&lt;br/&gt;
    Use JAAS to secure a Java EE application.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Comprehensive review of Red Hat JBoss Development I: Java EE&lt;/strong&gt;&lt;br/&gt;
    Demonstrate proficiency of the knowledge and skills obtained during the course.&lt;/p&gt;</outline><objective_plain>This course is intended to develop the skills needed to make the transition from Java SE programming to Java EE programming. This course introduces core concepts of multi-tiered Java Enterprise applications and gives you experience writing, deploying, and testing Java EE applications. You will use various tools from the Red Hat JBoss middleware portfolio, including JBoss Developer Studio, Maven, and the JBoss Enterprise Application Platform application server.

As a result of attending this course, you should be able to describe most of the specifications in Java EE 7 and create a component with each specification. You will be able to convert a Java SE program into a multi-tiered Java EE application. You should be able to demonstrate these skills:


- Describe the architecture of multi-tiered Java EE applications.
- Package Java EE applications and deploy to Red Hat JBoss Enterprise Application Platform with various tools.
- Create an Enterprise Java Bean instance.
- Manage the persistence of data using Java Persistence API.
- Create a web service using JAX-RS.
- Properly apply context scopes to beans and inject resources into Java Beans.
- Store and retrieve messages using the Java Messaging Service.
- Secure a Java EE application.</objective_plain><essentials_plain>- Proficiency in developing Java SE applications, with 2+ years of experience required
- Proficiency in using an IDE such as Red Hat Developer Studio or Eclipse
- Experience with Maven is recommended but not required</essentials_plain><audience_plain>This course is designed for Java developers who want to learn more about the specifications that comprise the world of Java Enterprise Edition (Java EE).</audience_plain><contents_plain>Course content summary


- Generating multi-tiered Java EE applications.
- Packaging and deploying Java EE applications.
- Creating Enterprise Java Beans, including message-driven beans.
- Managing persistence.
- Creating REST services with JAX-RS.
- Implementing Contexts and Dependency Injection.
- Creating messaging applications with JMS.
- Securing Java EE applications with JAAS.</contents_plain><outline_plain>Transition to multi-tiered applications

    Describe Java EE features and distinguish between Java EE and Java SE applications.

Package and deploying applications to an application server

    Describe the architecture of a Java EE application server, package an application, and deploy the application to an EAP server.

Create Enterprise Java Beans

    Develop Enterprise Java Beans, including message-driven beans.

Manage persistence

    Create persistence entities with validations.

Manage entity relationships

    Define and manage JPA entity relationships.

Create REST services

    Create REST APIs using the JAX-RS specification.

Implement Contexts and Dependency Injection

    Describe typical use cases for using CDI and successfully implement it in an application.

Create messaging applications with JMS

    Create messaging clients that send and receive messages using the JMS API.

Secure Java EE applications

    Use JAAS to secure a Java EE application.

Comprehensive review of Red Hat JBoss Development I: Java EE

    Demonstrate proficiency of the knowledge and skills obtained during the course.</outline_plain><duration unit="d" days="5">5 days</duration><pricelist><price country="PL" currency="EUR">2005.00</price><price country="DE" currency="EUR">2936.00</price><price country="SE" currency="EUR">2936.00</price><price country="IT" currency="EUR">2299.00</price><price country="AE" currency="USD">2375.00</price><price country="AT" currency="EUR">2936.00</price><price country="GB" currency="GBP">2489.00</price><price country="NL" currency="EUR">2936.00</price><price country="SI" currency="EUR">2936.00</price><price country="CH" currency="CHF">2936.00</price><price country="FR" currency="EUR">2936.00</price></pricelist><miles><milesvalue country="CH" vendorcurrency="RTU" vendorcurrencyname="Red Hat Training Units">12.00</milesvalue></miles></course>