learn something new
Learn
Learn
FIND A CLASS
Register
Course Schedule
Virtual Training Schedule
Contact Us
Map : Bloomington, IL
Map : Springfield, IL
Follow Us
CERTIFICATIONS
PROGRAMS
LEARN
>
Find a Class
> Class Summary
AT-J501 - Developing J2EE Apps Using WebSphere Studio App Developer
If you have any questions about registering for this class, please call (877) 832-0688 Ext. 1493 or email us at
getsmart@LRS.com
J2EE is a standard, coherent Java API for creating server-based solutions. WebSphere is an industry-leading enterprise application server. Students learn the technologies necessary to develop, debug, and deploy server-based solutions such as for e-commerce and intranet projects using J2EE and WebSphere. Hands-on labs reinforce the lecture topics while providing practical experience.
Click here for a printer-friendly version of this page
Contact us for class availability
Prerequisites
Course AT-J201, Java Development equivalent knowledge
Detailed Class Syllabus
J2EE Architecture
3-tier architecture
leveraging web browsers and web servers
necessity of common enterprise APIs
J2EE history and features
Database Programming using JDBC
Database types
database relationships
SQL
java.sql classes
accessing ODBC databases
Servlets
Use in server-side processing; server requirements
encoding data
life cycle
GET vs. POST
retrieving HTML form data
exception handling
cookies
session management
debugging servlets using the WebSphere Test Environment (WTE)
JavaServer Pages™ (JSPs™)
Architecture
use in dynamic web content
JSP tags
integrating JavaBeans into JSPs
debugging JSPs using the WTE
Enterprise JavaBeans™ (EJBs™)
Role in a 3-tier architecture
stateless session beans
stateful session beans
container managed persistence (CMP) entity beans
bean managed persistence (BMP) entity beans
EJB clients
debugging EJBs using the WTE
WebSphere Fundamentals
Features
installation
creating web applications
deploying servlets, JSPs, and EJBs