Learn Online with StaffKit Training Courses
Online Employee Business and Computer Training

Java 2 Enterprise Design Training


Summary:

This series provides a comprehensive and practical guide for designing enterprise systems with the Java 2 Platform, Enterprise Edition (J2EE). Enterprise systems encompass those distributed, scalable, multi-user, and business-critical systems that are rel

This Java 2 Enterprise Design online training series provides over 44 hours of self-paced courseware. This web-based training provides 6 months of unlimited access to all of the following lessons:

1 . Advanced Enterprise JavaBeans and Application Integration
2 . CORBA, RMI, and DCOM Communications
3 . Enterprise Applications and Enterprise JavaBeans
4 . Enterprise Data and JDBC
5 . Enterprise Foundations
6 . Enterprise Web Enabling
7 . Java Servlets
8 . Java's Security Features
9 . JavaServer Pages
10 . Messaging and Transaction Services
11 . Modeling Components with JavaBeans
12 . Naming, Directory, Trading, and Activation Services
13 . Network and Web Communications
14 . Systems Assurance and Security

Lesson Detail:

Advanced Enterprise JavaBeans and Application Integration
This course provides an introduction to the various Java enterprise technologies from within the context of J2EE EJBs. It also provides an overview of the problems and solutions with Enterprise Application Integration.


  • Session beans
  • Session bean client interfaces
  • Entity beans
  • BMP entity beans
  • CMP entity beans
  • Entity bean client interfaces
  • EJB transactions
  • EJB security
  • EJB and other services
  • Enterprise Application Integration

CORBA, RMI, and DCOM Communications
This course provides an overview of how CORBA, RMI, and DCOM communications are handled in Java.


  • CORBA, ORB, and IIOP
  • CORBA Interface Definition Language
  • CORBA communications
  • Java IDL limitations
  • RMI communications
  • RMI architecture
  • Java Remote Method Protocol
  • RMI/IIOP
  • RMI interfaces
  • RMI servers
  • RMI registration and utilization
  • Custom sockets
  • COM and DCOM
  • DCOM Interface Definition Language
  • DCOM communications

Enterprise Applications and Enterprise JavaBeans
This course describes how services can be provided by enterprise application platforms to make developing enterprise applications an easier task. It also explains how EJB application servers help application-enable an enterprise.


  • Enterprise application platforms
  • Stand-alone enterprise applications
  • Application servers and EJBs
  • Architecture provider roles
  • Application server components
  • Application server client interfaces
  • Application client implementations
  • Application service management
  • Enterprise JavaBeans
  • EJB architecture
  • EJB types
  • EJB development
  • EJB configuration and deployment

Enterprise Data and JDBC
This course explains the concepts involved in enterprise databases and how JDBC is used to connect to DBMSs from Java applications.


  • Database basics
  • Transactions
  • Relational databases
  • Data model diagram conventions
  • Object databases
  • Relational versus object databases
  • Relational/object translations
  • JDBC architecture
  • JDBC drivers
  • JDBC connections
  • JDBC statements
  • Prepared statements
  • JDBC result sets
  • Obtaining database information
  • Stored procedures
  • Database naming via JNDI
  • Distributed transactions

Enterprise Foundations
This course provides an overview of enterprise components and how to develop enterprise applications using the Java 2 Platform, Enterprise Edition (J2EE).


  • Enterprise components
  • Information technology in the enterprise
  • Object-orientation and the enterprise
  • Unified Modeling Language
  • Modeling diagrams
  • Components and models
  • Component model interfaces
  • Component model standards
  • Design patterns
  • The J2EE model
  • Component-container architecture
  • Java enterprise architecture
  • Data connectivity
  • Communication mechanisms
  • Assurance mechanisms
  • Client connectivity
  • Web connectivity
  • Application connectivity
  • Enterprise user interfacing
  • User interface deployment considerations

Enterprise Web Enabling
This course provides an overview of Web browsers and servers and explains several forms of Web enabling. It also explains the differences between J2EE-based Web programming techniques and traditional Web programming techniques. It concludes with a discuss


  • Web browsers
  • Web browser security
  • The Java Plug-in
  • Web servers
  • Web server security
  • Web server availability
  • HTML
  • CGI programming
  • Scripting languages
  • Active Server Pages
  • Java-based Web programming
  • XML
  • Document Type Definition declaration
  • Simple API for XML
  • Document Object Model
  • Java and XML

Java Servlets
This course describes how to build Web-enabled enterprise systems using Java Servlets inside J2EE Web container environments.


  • Servlet architecture
  • Servlet interfaces
  • Servlet HTTP interfaces
  • Request processing
  • Response generation
  • Session management
  • Servlet deployment
  • Servlet configuration
  • Servlet thread and activation services
  • EJB and resource naming services
  • Transaction service management
  • Security service management
  • Availability service management

Java's Security Features
This course provides an overview of specific Java 2 security features.


  • Java security architecture
  • Byte code verifier
  • Class loader
  • Security manager
  • Java Cryptography Architecture (JCA)
  • Permissions
  • Security policies
  • Java access control
  • Principal identification
  • Protecting objects
  • Java security extensions

JavaServer Pages
This course explains how to use JavaServer Pages to provide a way to Web-enable an enterprise via a programming paradigm more familiar to Web programmers.


  • JavaServer Pages
  • JSP language basics
  • JSP directive elements
  • Java scripting from JSP
  • Java abstractions of JSP
  • JSP factories and container information
  • Custom JSP classes
  • Standard Java objects from JSP
  • Standard Java actions from JSP
  • JSP configuration and deployment
  • Custom Java actions and tags from JSP

Messaging and Transaction Services
This course explains how to use messaging and transaction services when designing enterprise systems.


  • Messaging
  • Message-Oriented Middleware
  • Java Message Service
  • Core JMS Architecture
  • JMS models
  • CORBA messaging
  • JavaMail architecture
  • JavaMail messages and events
  • Mail sessions
  • Transactions
  • Transaction services
  • Transaction standards
  • Object Transaction Service
  • Java Transaction API
  • JTA Transaction Manager interface
  • JTA application interface
  • JTA and X/Open XA
  • Java Transaction Service

Modeling Components with JavaBeans
This course provides an introduction to the JavaBean component model.


  • JavaBeans
  • Containers
  • Components
  • Contexts
  • Events
  • Properties
  • Simple properties
  • Array and indexed properties
  • Bound properties
  • Constrained properties
  • Introspection
  • Persistence
  • Customization
  • The InfoBus

Naming, Directory, Trading, and Activation Services
This course provides an overview of the concepts behind accessing naming services in Java-based enterprise systems. It also describes the concepts behind and application of directory, trading, and activation services.


  • Naming services
  • JNDI architecture
  • Naming objects
  • Referenceable objects
  • Naming events
  • Naming files
  • CORBA and DCOM naming
  • RMI naming
  • DNS
  • Directory and trading services
  • JNDI directory services
  • Other directory services
  • Trading services
  • Microsoft Active Directory Services
  • Activation services and RMI
  • Other activation services

Network and Web Communications
This course provides an overview of distributed systems and the general problems that affect distributed systems. The course describes network computing and the concepts for building client/server applications in Java. It also explains how Web communicati


  • Distributed systems and mechanisms
  • The network client and server
  • Network computing
  • TCP/IP
  • Socket programming
  • Advanced socket programming
  • URLs
  • HTTP basics
  • HTTP handling in Java
  • Common Gateway Interface
  • Servlets
  • HTML documents
  • Dynamic HTML

Systems Assurance and Security
This course provides an overview of the concept of assurance and some general approaches to providing assurance. It also describes the basic concepts behind security for enterprise applications.


  • Assurance
  • The assurance process
  • Risk
  • Benefits of assurance
  • Security
  • Reliability
  • Availability
  • Maintainability
  • Safety
  • Basic security model
  • Cryptography
  • Authentication and nonrepudiation
  • Secure Socket Layer (SSL)
  • Access control
  • Auditing and policy administration

Certification:
Java 2 Enterprise Design


Audience:
This series is for anyone who is interested in learning more about designing enterprise systems with J2EE.


Features:

  • Simulations teach learners to perform specific tasks in applications through guided, multi-step exercises.
  • Activities allow learners to apply course concepts in an interactive questioning environment.
  • Exercises allow learners to practice in the actual application being studied.
  • Supplied sample files include sample documents, application files, programs, and programming code that enable learners to practice with these files, enhancing the learning experience.
  • A Course Topics list contains active hyperlinks, permitting quick access to specific topics.
  • Find-A-Word allows learners to look up an unfamiliar term in the Glossary, on the Web, or in a dictionary. In addition, it lets them find other occurrences of the term in the same course.
  • Search text enables learners to rapidly search all text within a course to easily retrieve information required.
  • Courses challenge the learner with a variety of question formats, including multi-step simulations, true/false, multiple choice, and fill-in-the-blank.
  • A skill assessment generates a customized learning path based on the results of a pre-test.
  • A glossary provides a reference for definitions of unfamiliar terms.
  • Bookmarking tracks the learner's progress in a course.

Technical Requirements:


What You Get:

You will receive Unlimited Access to all of the Java 2 Enterprise Design training tutorials listed above. Your online training courses will be available from anywhere you have internet access.This e-learning series includes all of the online training tutorials listed and is provided in an interactive, self-paced format. Retake any or all of our computer training as often as you want. Our online tutorials allow you to learn anywhere, anytime from any computer with internet access. All courses allow for 6 months of unlimited access (1 user), include a variety of features and qualify for Continuing Education Unit credit.


Web-Based Training Products:


Java 2 Enterprise Design Online Training Series

Only $99.95    staffkit

You might also be interested in our Web Development Package which includes all of the Java 2 Enterprise Design training courses listed above plus hundreds of hours of related online training courses

 

Web Development Package

Only $249.95   staffkit

Java 2 Enterprise Design
Training Series
Total Courses: 14
Total Time: 44+ hours
$119.99
Only $99.95
Available in Package only
Total Courses: 410
Total Time: 932+ hours
$499.99
Only $249.95
Satisfaction Guaranteed    BBB Online Accredited Business          Fruad Protection Guaranteed By American Express            Paypal World Seller

Reviews:

'offers employers an excellent way to train their staff economically and without having to send them out of the office.'
HRMReport.com

'this is a must have resource'
California Technology Magazine

'this is theUltimate
Career Development
Package.'
MidWest Technology Journal

Read more customer
reviews about our
e-learning training tutorials

StaffKit offers a centralized e-learning solution for business, computer, technical, compliance and employee training.
Copyright © 2001-2014 StaffKit All Rights Reserved