Developing Applications with Java EE 6 on WebLogic Server 12c Training Course

The Developing Applications with Java EE 6 on WebLogic Server 12c course teaches you the skills you need to successfully build & deploy enterprise applications. You'll explore applications that comply...

  • All levels
  • English

Course Description

The Developing Applications with Java EE 6 on WebLogic Server 12c course teaches you the skills you need to successfully build & deploy enterprise applications. You'll explore applications that comply with the Java Platform, Enterprise Edition 6 Web Profile. This course will give you experience using the following technologies: annotations, Session Enterprise JavaBeans (EJBs), the Java Persistence...

The Developing Applications with Java EE 6 on WebLogic Server 12c course teaches you the skills you need to successfully build & deploy enterprise applications. You'll explore applications that comply with the Java Platform, Enterprise Edition 6 Web Profile. This course will give you experience using the following technologies: annotations, Session Enterprise JavaBeans (EJBs), the Java Persistence API (JPA), servlets, JavaServer Pages (JSPs) , JavaServer Faces (JSF), Contexts & Dependency Injection (CDI) & Bean Validation. Taking this course will give you hands-on experience through labs that teach you how to build an end-to-end application. These labs explore session EJB components, which are used to enable container managed transactions & enhance application performance through data caching.You'll perform these lab exercises using the NetBeans IDE & Oracle. The aspirants will learn how to improve the application performance use EJB components to enable container-managed transactions.

What you’ll learn
  • Live Class Practical Oriented Training
  • Timely Doubt Resolution
  • Dedicated Student Success Mentor
  • Certification & Job Assistance
  • Free Access to Workshop & Webinar
  • No Cost EMI Option
  • Taking this course will give you hands-on experience through labs that teach you how to build an end-to-end application.
  • These labs explore session EJB components, which are used to enable container managed transactions and enhance
  • Application performance through data caching. You'll perform these lab exercises using the NetBeans IDE and Oracle
  • Create mobile web applications. Create JSF facelet pages. Develop web profile applications
  • Assemble a web application and deploy it into an application server (Java EE platform runtime environment). Use CDI.
  • Use IDEs and Application Servers for Java EE development. Create mobile web applications.
  • Update a database with JPA. Perform bean validation. Validate data using Bean Validation

Covering Topics

1
Lecture-1 Java Platform, Enterprise Edition

2
Lecture-2 Enterprise Development Tools & Application Servers

3
Lecture-3 JavaBeans, Annotations, and Logging

4
Lecture-4 Web Component Model

5
Lecture-5 Developing with Java Server Faces Technology

6
Lecture-6 AJAX & Composite Components with JSF

7
Lecture-7 Apache Trinidad JSF Component Library

8
Lecture-8 Dependency Injection With CDI

9
Lecture-9 Using JSF and Bean Validation

10
Lecture-10 Developing Servlets

11
Lecture-11 Developing with Java Server Pages Technology

12
Lecture-12 EJB Component Model

13
Lecture-13 The Java Persistence API

14
Lecture-14 Implementing a Transaction Policy

15
Lecture-15 Web Service & Integration Technology Survey

16
Lecture-16 Implementing a Security Policy

Curriculum

      Lecture-1 Java Platform, Enterprise Edition
    Live Lecture 
    ·     Describe the purpose of the Java EE Platform
    
    ·     Describe the needs of enterprise applications
    
    ·     List the various Java EE specifications
    
    ·     Compare services and libraries
    
    ·     Describe the Java EE Web Profile
    
    ·     Describe the EE application tiers & layers
    
    ·     Practical Exercise
      Lecture-2 Enterprise Development Tools & Application Servers
    Live Lecture 
    ·     Purpose of an application server
    
    ·     Identify the potential selection criteria
    
    ·     Install the Oracle Web Logic Server 12c Zip Distribution
    
    ·     Describe the properties of Java EE components
    
    ·     Describe the process of developing a Java EE application
    
    ·     Describe how to configure & package Java EE applications
    
    ·     EE supporting features
    
    ·     Practical Exercise
      Lecture-3 JavaBeans, Annotations, and Logging
    Live Lecture 
    ·     Describe the Java SE features
    
    ·     Create POJO JavaBeans components
    
    ·     Log application activity and errors
    
    ·     Write to server logs
    
    ·     Describe common Java SE annotations & features
    
    ·     Develop Java annotations
    
    ·     Describe the role of annotations in Java EE
    
    ·     Practical Exercise
      Lecture-4 Web Component Model
    Live Lecture 
    ·        Describe the HTTP request-response model
    
    ·        Difference between Java Servlets, JSP, & JSF components
    
    ·        Implement application layering & the MVC Pattern
    
    ·        Avoid thread safety issues in web components
    
    ·        Use the Expression Language
    
    ·        Practical Exercise
      Lecture-5 Developing with Java Server Faces Technology
    Live Lecture 
    ·     Role of Java Server Faces (JSF) technology
    
    ·     Describe the flow of the JSF life cycle
    
    ·      Author JSF pages using Facelets
    
    ·     Process form submissions & use JSF managed beans
    
    ·     Describe the use of JSF tag libraries
    
    ·     Appropriate annotation to control the scope of a bean instance
    
    ·     Use a component to iterate over values in a collection
    
    ·     Practical Exercise
      Lecture-6 AJAX & Composite Components with JSF
    Live Lecture 
    ·     Define Asynchronous JavaScript and XML (AJAX)
    
    ·     How JSF Components can be enhanced with AJAX
    
    ·     Use the tag
    
    ·     How AJAX request integrates with the JSF life cycle
    
    ·     Define a composite component
    
    ·     Create a JSF composite component
    
    ·     Practical Exercise
      Lecture-7 Apache Trinidad JSF Component Library
    Live Lecture 
    ·     Create Java Server Faces (JSF) pages
    
    ·     Create a JSF-based mobile application
    
    ·     Dynamically apply Cascading Style Sheets (CSS)
    
    ·     Use the HTML5 video tag
    
    ·     Practical Exercise
      Lecture-8 Dependency Injection With CDI
    Live Lecture 
    ·     Create managed bean compatible classes
    
    ·     Inject managed beans
    
    ·     Qualify the bean being requested at an injection point
    
    ·     Practical Exercise
      Lecture-9 Using JSF and Bean Validation
    Live Lecture 
    ·     Approach JSF uses to convert & validate input data
    
    ·     Built-in validation constraints provided with JSF
    
    ·     Built-in validation constraint annotations provided by Bean Validation
    
    ·     Create a custom Bean Validation constraint
    
    ·     Practical Exercise
      Lecture-10 Developing Servlets
    Live Lecture 
    ·     Describe the servlet API
    
    ·     Use the request and response APIs
    
    ·     Set response headers
    
    ·     Create text and binary response bodies
    
    ·     Process file uploads using servlets
    
    ·     Forward to JSPs using Request Dispatcher
    
    ·     Use the session management API
    
    ·     Practical Exercise
      Lecture-11 Developing with Java Server Pages Technology
    Live Lecture 
    ·     Role of JSP technology as a presentation mechanism
    
    ·     Author JSP pages
    
    ·     Process data received from servlets in a JSP page
    
    ·     Describe the use of tag libraries
    
    ·     Practical Exercise
      Lecture-12 EJB Component Model
    Live Lecture 
    ·     Role of EJB components in a Java EE application
    
    ·     Describe the benefits of EJB components
    
    ·     Operational characteristics of stateless & stateful
    
    ·     Operational characteristics of singleton session beans
    
    ·     Create session beans
    
    ·     Create session bean clients
    
    ·     Practical Exercise
      Lecture-13 The Java Persistence API
    Live Lecture 
    ·     Role of the Java Persistence API (JPA)
    
    ·     Explain the basics of object-relational mapping
    
    ·     Elements & environment of an entity component
    
    ·     Life cycle & operational characteristics of entity components
    
    ·     Practical Exercise
      Lecture-14 Implementing a Transaction Policy
    Live Lecture 
    ·     Describe transaction semantics
    
    ·     Compare programmatic & declarative transaction scoping
    
    ·     Use JTA to scope transactions programmatically
    
    ·     Implement a container-managed transaction policy
    
    ·     Optimistic locking with the versioning of entity components
    
    ·     Pessimistic locking using Entity Manager APIs
    
    ·     Effect of exceptions on transaction state
    
    ·     Practical Exercise
      Lecture-15 Web Service & Integration Technology Survey
    Live Lecture 
    ·     Describe the purpose of integration technologies
    
    ·     Define the integration layer
    
    ·     List various Java EE integration technologies
    
    ·     Benefit of Web Services over other integration technologies
    
    ·     Practical Exercise
      Lecture-16 Implementing a Security Policy
    Live Lecture 
    ·     Leverage container-managed security
    
    ·     Define user roles and responsibilities
    
    ·     Create a role-based security policy
    
    ·     Using Declarative Security
    
    ·     Configure authentication in the web tier
    
    ·     Practical Exercise

Frequently Asked Questions

Experience with the Java programming language Familiarity with HTML and CSS Familiarity with the use of an IDE Java SE 7 Programming Java SE 7: Develop rich Client Applications

The course offers a variety of online training options, including: Live Virtual Classroom Training: Participate in real-time interactive sessions with instructors and peers. 1:1 Doubt Resolution Sessions: Get personalized assistance and clarification on course-related queries. Recorded Live Lectures*: Access recorded sessions for review or to catch up on missed classes. Flexible Schedule: Enjoy the flexibility to learn at your own pace and according to your schedule.

Live Virtual Classroom Training allows you to attend instructor-led sessions in real-time through an online platform. You can interact with the instructor, ask questions, participate in discussions, and collaborate with fellow learners, simulating the experience of a traditional classroom setting from the comfort of your own space.

If you miss a live session, you can access recorded lectures* to review the content covered during the session. This allows you to catch up on any missed material at your own pace and ensures that you don't fall behind in your learning journey.

The course offers a flexible schedule, allowing you to learn at times that suit you best. Whether you have other commitments or prefer to study during specific hours, the course structure accommodates your needs, enabling you to balance your learning with other responsibilities effectively. *Note: Availability of recorded live lectures may vary depending on the course and training provider.