 |
Java Web Application Security Training: Securing Java Web Applications
Ajax for Java Developers
Mastering the JSTL (Java Standard Tag Library) training
Authoring JSP Tag Libraries training
Jakarta Struts training
Introduction to JSF (JavaServer Faces)
Building Data-Driven JSP Web Sites with Dreamweaver training
Introduction to the Spring Framework training
Introduction to Hibernate training
Introduction to JMS (Java Message Service) training
Live Online Training

Please contact us
for GSA pricing.

Contract #
GS-35F-0307T
Complimentary Servlets & JSP Training Seminar
Organizations in the Atlanta, Georgia area are encouraged
to contact Accelebrate® about having a complimentary, one-hour Java servlets
/ JSP training seminar delivered for their developers. Contact
us today for more information.

Recent Training Venues
Accelebrate has recently trained for clients in the following cities:
- Huntsville, Alabama
- Montgomery / Birmingham, Alabama
- Anchorage, Alaska
- Calgary, Alberta
- Phoenix, Arizona
- Fayetteville / Little Rock, Arkansas
- Oakland / San Jose / San Francisco, California
- Oceanside / San Diego, California
- Pasadena / Orange County / Los Angeles, California
- San Bernardino / Riverside, California
- Boulder / Colorado Springs / Denver, Colorado
- Washington, DC
- Wilmington, Delaware
- Manchester / London, England
- DeLand / Orlando, Florida
- Fort Lauderdale / Miami, Florida
- Gainesville / Jacksonville, Florida
- Saint Petersburg / Tampa, Florida
- Titusville & Melbourne, Florida
- Alpharetta & Atlanta, Georgia
- Augusta & Savannah, Georgia
- Macon & Columbus, Georgia
- Bloomington, Illinois
- Chicago, Illinois
- Indianapolis, Indiana
- Cedar Rapids / Des Moines, Iowa
- Dublin, Ireland
- Kingston, Jamaica
- Wichita, Kansas
- Paducah / Lexington / Louisville, Kentucky
- Baton Rouge, Louisiana
- Valletta, Malta
- Hagerstown & Frederick, Maryland
- Greenbelt / Silver Spring / Baltimore, Maryland
- Boston / Cambridge, Massachusetts
- Hartford, Connecticut / Springfield, Massachusetts
- Taunton, Massachusetts / Providence, Rhode Island
- Ann Arbor / Farmington Hills / Detroit, Michigan
- Grand Rapids, Michigan
- Lansing, Michigan
- Saginaw / Flint / Bay City / Midland, Michigan
- Saint Paul / Minneapolis, Minnesota
- Jackson, Mississippi
- Gulfport / Biloxi, Mississippi
- Whiteman Air Force Base / Kansas City, Missouri
- Reno and Las Vegas, Nevada
- Santa Fe / Albuquerque, New Mexico
- Newark, New Jersey
- Princeton, New Jersey & Philadelphia, Pennsylvania
- White Plains / New York City, New York
- Charlotte, North Carolina
- Durham / Raleigh, North Carolina
- Bowling Green / Toledo, Ohio
- Cincinnati, Ohio
- Cleveland & Columbus, Ohio
- Tulsa / Oklahoma City, Oklahoma
- Toronto, Ontario
- Portland, Oregon
- Pittsburgh, Pennsylvania
- Providence, Rhode Island
- Edinburgh / Glasgow, Scotland
- Columbia & Charleston, South Carolina
- Memphis / Jackson / Nashville, Tennessee
- College Station and Houston, Texas
- El Paso, Texas / Ciudad Juarez, Mexico
- San Antonio / Austin, Texas
- Wichita Falls & Dallas, Texas
- Ogden / Salt Lake City, Utah
- Burlington, Vermont
- Fairfax / Dulles / McLean / Herndon / Reston, Virginia
- Richmond / Alexandria / Arlington, Virginia
- Virginia Beach / Norfolk, Virginia
- Tacoma / Seattle, Washington
- Madison / Milwaukee, Wisconsin
|
 |
 |
JBoss Development Training: Introduction to Java EE with JBoss
|
Course Number: 272
Duration: 5 days
view class outline
Java EE with JBoss Training Overview
This training course teaches attendees the fundamentals of Java EE technologies such as JSP, Servlets, JNDI, Hibernate®, session EJBs, message-driven beans, Java Mail, Java security, and Java web services. Important note: Many of these topics, such as servlets/JSP and EJB, could easily be a week of training themselves. This course is intended as an effective, hands-on overview of these technologies, but more depth may be desired.
Students interested in JBoss® Administration are encouraged to take our Introduction to JBoss Administration training.
Location and Pricing
Most Accelebrate courses are taught on-site at our clients' locations worldwide for groups of 3 or more attendees and are customized to their specific needs. Please visit our client list to see organizations for whom we have recently delivered training. To receive a customized proposal and price quote, please contact us.
In addition, some courses are available as live, online classes for individuals. To see a schedule of online courses, please visit http://www.accelebrate.com/online_training/java.htm.
Java EE with JBoss Training Prerequisites
Beginning Java Application Development or equivalent experience.
Hands-on/Lecture Ratio
This class is 70% hands-on, 30% lecture, with the longest lecture segments lasting for 20 minutes.
Java EE with JBoss Training Materials
All students receive a copy of O'Reilly's Head First Servlets and JSP and O'Reilly's JBoss at Work.
Software Needed on Each Student PC
- Any operating system that supports JBoss 4
- Java SE SDK 1.5.0 or later
- JBoss 4 (preferably 4.0.3SP1 or later)
- MySQL 4.1
- A Java development tool of your choice
Java EE with JBoss Training Objectives
- To understand the fundamentals of the core Java EE APIs
- To discover how to write servlets and JSPs, and to package applications containing them as WARs
- To learn how to use JDBC and JNDI to integrate databases with Java EE applications
- To master how to properly lay out build enterprise archives (EARs)
- To discover how to use Hibernate to generate the data tier of an application
- To learn when and how to use session EJBs and message-driven beans (MDBs)
- To discover how to use the JavaMail API to send emails from Java EE applications
- To understand the fundamentals of Java EE security and how to secure applications running on JBoss
- To learn the fundamentals of Java web services and how to properly deploy and consume them in JBoss
|
Java EE with JBoss Training Outline
- Introduction
- The roles of Java SE and Java EE
- The core Java EE APIs
- Installing JBoss and deploying applications to it
- Web applications [covered only briefly if attendees have already taken the Servlets/JSP course]
- Fundamentals of servlets and JSP
- The Servlet container
- Three-tier applications
- Exploring the presentation tier
- Adding a view with JSP
- Adding a model and controller to our application
- Buliding and deploying EARs (Enterprise Archives)
- WARs versus EARs
- Writing an application.xml descriptor
- Bundling the common JAR
- Deploying the EAR
- Adding a DAO (Data Access Objects)
- Using XDoclet to automatically generate deployment descriptors from properly commented code
- JDBC and JNDI
- Persistence options
- JDBC
- JNDI
- JNDI references in web.xml
- JBoss DataSource descriptors
- JDBC driver JARs
- Database checklist
- Using Ant to build the archive and populate the database
- Hibernate® and JBoss®
- What is Hibernate?
- The pros and cons of ORMs
- Hibernate mapping files
- Hibernate MBean Service Descriptor
- Creating a HAR
- Adding the HAR to the EAR
- Creating a JNDI lookup
- Hibernate checklist
- Stateless session beans
- What are session beans?
- EJB pros and cons
- Building the business tier
- Stateful versus stateless session beans
- Remote versus local EJB calls
- Local and remote interfaces
- Home interfaces
- Java Message Service (JMS) and Message-Driven Beans (MDBs)
- What are JMS and MDBs?
- Sending messages with JMS
- JMS architecture overview
- JMS messaging models
- Creating and sending a message
- The core JMS API
- Sending a JMS message
- JMS-based JNDI references in web-based deployment descriptors
- Deploying JMS destinations on JBoss
- JMS checklist
- MDB checklist
- Testing JMS applications
- JavaMail
- What is JavaMail?
- Deploying JavaMail on JBoss
- Connecting to mail servers and sending emails with JavaMail
- Security
- Java EE security
- Web-based security
- Restricting access with web.xml
- JAAS (Java Authentication and Authorization Service)
- Deploying a JAAS-based security realm on JBoss
- Testing secure JSPs
- Protecting the administrative actions
- Web security checklist
- Integrating web tier and EJB tier security
- Web services
- What are web services?
- JBoss 4.x and web services
- Java EE 1.4 and web services
- Implementing Java EE 1.4 web services
- Service Endpoint Interface (SEI)
- Modifying the ejb-jar.xml
- webservices.xml
- JAX-RPC mapping file
- WSDL file
- Setting the web service URL
- Web services deployment
- Automating web services deployment with Ant
- Java EE web service checklist
- Testing deployed web services
- Building a web services client
- Testing and deploying a web services client
- Conclusion
|
| |
JBoss® and Hibernate® are registered trademarks of Red Hat, Inc. Accelebrate, Inc. has no affiliation with Red Hat, Inc. and no courses offered by Accelebrate, Inc. are endorsed by Red Hat, Inc. in any way.
|
 |
Accelebrate®
Comes to You! |
 |
Accelebrate's courses are taught exclusively on-site at your location for groups of 3 or more attendees, anywhere worldwide.
Don't settle for a "one size fits all" public class! Have Accelebrate come to your site and deliver exactly the training you want, for less than the cost of a public class.
For pricing and to learn more, please call us at +1 877 849 1850, fill out our information request form, or email us at info@accelebrate.com today.

|
 |
| |
Accelebrate accomplished the goal of providing a thorough introduction to Java,
JSP, JavaBeans and JSTL. Following this training, we will be able to hit the
ground running!  |
| |
—Jeff Paar
Jewelry Television
Knoxville, Tennessee |
|
 |