Canada IT Courses
ExitCertified US




ExitCertified - Excellence in IT Certified Education
 
IT education classes
IT training feature sheet
 
   
 
start > courses and registration > training feature sheet
Developing Applications for the Java EE Platform :: [FJ-310-EE5]
 
 
 
 
sun microsystems certified training   this course works with savings passes
 



code. FJ-310-EE5   length. 5 days
type. Instructor-Led   partner. Sun Microsystems
price.
$3,000 :: $2,550 GSA GOV.
 
 
The Developing Applications for the Java EE Platform course provides students with the knowledge to build and deploy enterprise applications that comply with Java Platform, Enterprise Edition 5 technology standards. The enterprise components presented in this course include Enterprise JavaBeans (EJB) technology, the Java persistence API (JPA), servlets, JavaServer Pages (JSP) technology, web services, and the Java technology clients that use them. Students gain hands-on experience through labs that build an end-to-end, distributed business application. The labs explore session EJB components, which implement the Session Facade pattern and provide a front-end to entity components using the Java persistence API. The labs also explore message-driven EJB components, which act as Java Message Service (JMS) consumers. Students use web and Java technology clients to access Java technology-based enterprise services using servlets and pages created with JSP technology (JSP pages). Students are taught how to assemble an application from reusable components and how to deploy an application into the Java EE platform runtime environment. The students perform the course lab exercises using the NetBeans Integrated Development Environment (IDE) 5.5.
 
course schedule  
 
Sacramento, CA mar.2.2009 - mar.6.2009 register register
San Francisco, CA mar.9.2009 - mar.13.2009 register register
San Jose, CA jan.12.2009 - jan.16.2009 register register
Phoenix, AZ jan.5.2009 - jan.9.2009 register register
     
Arlington, VA jan.12.2009 - jan.16.2009 register register
Arlington, VA mar.9.2009 - mar.13.2009 register register
Atlanta, GA dec.8.2008 - dec.12.2008 register register
Atlanta, GA feb.9.2009 - feb.13.2009 register register
Baltimore, MD dec.8.2008 - dec.12.2008 register register
Baltimore, MD feb.23.2009 - feb.27.2009 register register
Broomfield, CO nov.17.2008 - nov.21.2008 register register
Broomfield, CO jan.12.2009 - jan.16.2009 register register
Broomfield, CO mar.9.2009 - mar.13.2009 register register
Burlington, MA nov.3.2008 - nov.7.2008 register register
Cary, NC jan.5.2009 - jan.9.2009 register register
Columbus, OH jan.12.2009 - jan.16.2009 register register
Columbus, OH mar.23.2009 - mar.27.2009 register register
Dallas, TX jan.19.2009 - jan.23.2009 register register
Dallas, TX mar.9.2009 - mar.13.2009 register register
Edison, NJ dec.8.2008 - dec.12.2008 register register
Edison, NJ feb.9.2009 - feb.13.2009 register register
Ft Lauderdale, FL jan.12.2009 - jan.16.2009 register register
Hampton, VA dec.15.2008 - dec.19.2008 register register
Hampton, VA mar.2.2009 - mar.6.2009 register register
Houston, TX feb.2.2009 - feb.6.2009 register register
Houston, TX mar.23.2009 - mar.27.2009 register register
Madison, WI feb.9.2009 - feb.13.2009 register register
Monrovia, CA dec.8.2008 - dec.12.2008 register register
Nashville, TN feb.9.2009 - feb.13.2009 register register
New York, NY nov.10.2008 - nov.14.2008 register register
New York, NY jan.12.2009 - jan.16.2009 register register
New York, NY mar.23.2009 - mar.27.2009 register register
Philadelphia, PA nov.10.2008 - nov.14.2008 register register
Philadelphia, PA feb.2.2009 - feb.6.2009 register register
Philadelphia, PA mar.23.2009 - mar.27.2009 register register
Portland, ME dec.15.2008 - dec.19.2008 register register
Portland, ME mar.9.2009 - mar.13.2009 register register
San Diego, CA feb.23.2009 - feb.27.2009 register register
Seattle, WA mar.9.2009 - mar.13.2009 register register
Tampa, FL dec.8.2008 - dec.12.2008 register register
Tampa, FL feb.9.2009 - feb.13.2009 register register
Tampa, FL mar.30.2009 - apr.3.2009 register register
   
Request another training Date Request onsite training
 
who can benefit
 
 
Students who can benefit from this course are Sun Certified Java technology programmers who want to develop enterprise applications that conform to the Java EE platform standards.
 
prerequisites
 
 
To succeed fully in this course, students should be:

Experienced with the Java programming language
Familiar with distributed programming (multi-tier architecture)
Familiar with relational database theory and the basics of structured query language (SQL)
Familiar with component technology


 
skills gained
 
 
Upon completion of this course, students should be able to:

Describe the application model for the Java EE platform and the context for the model
Develop and run an EJB technology application
Develop a web-based user interface to an EJB technology application
Develop simple web services for the Java EE platform
Configure the Java EE platform services layer




 
course content details  
 


  Module 1 - Placing the Java EE Model in Context

Describe the needs of enterprise applications and describe how Java EE 5 technology addresses these needs
Describe the Java EE 5 platform application programming interfaces (APIs) and supporting services
Describe the Java EE platform tiers and architectures
Describe how to simplify Java EE application development using architecture patterns




  Module 2 - Java EE Component Model and Development Steps

Describe the principles of a component-based development model
Describe the asynchronous communication model
Describe the process used and roles involved when developing and executing a Java EE application
Compare the different methods and tools available for developing a Java EE application and related components
Describe how to configure and package Java EE applications




  Module 3 - Web Component Model

Describe the role of web components in a Java EE application
Define the HTTP request-response model
Compare Java servlets and components and JSP components
Describe the basic session management strategies
Manage thread safety issues in web components
Describe the purpose of web-tier design patterns




  Module 4 - Developing Servlets

Describe the servlet API
Use the request and response APIs
Forward control and pass data
Use the session management API




  Module 5 - Developing With JavaServer Pages Technology

Evaluate the 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




  Module 6 - EJB Component Model

Describe the role of EJB components in a Java EE application
Describe the EJB component model
Identify the proper terminology to use when discussing EJB components and their elements




  Module 7 - Implementing EJB 3.0 Session Beans

Compare stateless and stateful behavior
Describe the operational characteristics of a stateless session bean
Describe the operational characteristics of a stateful session bean
Create session beans
Package and deploy session beans
Create a session bean client




  Module 8 - The Java Persistence API

Describe the role of the Java Persistence API (JPA) in a Java EE application
Describe the basics of Object Relational Mapping
Describe the elements and environment of an Entity component
Describe the life cycle and operational characteristics of Entity components




  Module 9 - Implementing a Transaction Policy

Describe transaction semantics
Compare programmatic and declarative transaction scoping
Use the Java Transaction API (JTA) to scope transactions programmatically
Implement a container-managed transaction policy
Support optimistic locking with the versioning of entity components
Predict the effect of transaction scope on application performance
Describe the effect of exceptions on transaction state




  Module 10 - Developing Java EE Applications Using Messaging

Describe JMS technology
Create a queue message producer
Create a synchronous message consumer
Create an asynchronous message consumer
List the capabilities and limitations of EJB components as messaging clients




  Module 11 - Developing Message-Driven Beans

Describe the properties and life cycle of message-driven beans
Create a JMS message-driven bean
Create lifecycle event handlers for a JMS message-driven bean




  Module 12 - Web Service Model

Describe the role of web services
List the specifications used to make web services platform independent
Describe the Java APIs used for XML processing and web services




  Module 13 - Implementing Java EE Web Services with JAX-WS

Describe endpoints supported by the Java EE 5 platform
Describe the requirements of JAX-WS Servlet Endpoints
Describe the requirements of JAX-WS EJB Endpoints
Develop Web Service Clients




  Module 14 - Implementing a Security Policy

Exploit container-managed security
Define user roles and responsibilities
Create a role-based security policy
Use the security API
Configure authentication in the web tier





 
Organize your IT training.  Contact an expert training consultant to put together the best training package for your organization.

Save on Sun Microsystems Training



find a course
 
phone us
 
view course schedule





Give your team direction.  Authorized IT education.

 
go to top
Sun Microsystems, Veritas, Oracle, Symantec, and Project Management IT Education Sun Microsystems, Veritas, Oracle, Symantec, and Project Management IT Education
© 2008 ExitCertified. All rights reserved.
terms of use and disclaimer :: privacy policy :: webmaster :: link to us
   
Sacramento Training :: 916.669.3970 | Las Vegas Training :: 1.800.803.EXIT (3948) | San Francisco Training :: 415.975.3948 | San Jose Training :: 408.288.EXIT (3948)
Phoenix, Arizona Training | Los Angeles, California Training | San Diego, California Training | Broomfield, Colorado Training | Fort Lauderdale, Florida Training
Tampa, Florida Training | Atlanta, Georgia | Downers Grove, Illinois | Kansas City, Kansas Training | Portland, Maine Training | Baltimore, Maryland Training | Burlington, Massachusetts Training
Troy, Detroit, Michigan Training | Minneapolis, Minesota Training | St. Louis, Missouri Training | Omaha, Nebraska Training | Edison, New Jersey Training | New York City, New York Training
Raleigh, North Carolina Training | Columbus, Ohio Training | Philadelphia, Pennsylvania Training | Nashville, Tennessee Training | Dallas, Texas Training
Houston, Texas Training | Hampton, Virginia Training | Madison, Wisconsin Training | Seattle, Washington Training

ExitCertified is a global provider of authorized technology training. Some of our popular course topic searches include:

Java Training | J2EE Training | JSP Training | Java Courses | Servlets Training | EJB Training | Struts Training | Networking Courses | Solaris Training
Red Hat Training | SUSE Training | XML Training | Oracle SQL | Oracle PL/SQL | DBA Training | DBA Certification | Oracle Certification
RedHat Training | Solaris Certification | Java Certification | Veritas Certification | PeopleSoft Training | 11g Training | 11g Certification
RedHat Courses | SQL Training | 10g Training | 9i Training | Application Development Training | Certified Training | Corporate Training
Government Training | Course Catalogue | Training Schedule | Certification Training | Project Management Training | Linux Training
Solaris 10 Training | Unix Training | NetBackup Training | Virus Protection Courses | Education Technology Newsletter | zSeries Training
s/390 Training | iSeries Training | DB2 Training | OS/400 Training | AIX Training | Rational Courses | PMI Training | Project Management Training
SeeBeyond Training | Java Composite Application Platform (JCAPS) Training | MySQL Training | MySQL Database Course | Hyperion Training | Fusion Middleware