Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
30 views

Java Specialist Course Content

This document outlines the content of a Java course, including Java Core topics like language fundamentals and classes, Java Advanced topics like servlets and design patterns, the Struts 2 web framework, the Hibernate persistence framework, and software design principles like J2EE patterns.

Uploaded by

MySweet Heart
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Java Specialist Course Content

This document outlines the content of a Java course, including Java Core topics like language fundamentals and classes, Java Advanced topics like servlets and design patterns, the Struts 2 web framework, the Hibernate persistence framework, and software design principles like J2EE patterns.

Uploaded by

MySweet Heart
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Java Course Content

Java Core
 Language Fundamentals
 Operators and Assignments
 Modifiers
 Converting and Casting
 Flow Control, Assertions, and Exception Handling
 Objects and Classes
 Threading
 The java.lang and java.util Package
 I/O and Streams

Java Advanced
 Servlet Programming
 JSP
o JSP Architecture
o JSP Scripting and Directives
o Implicit Objects
o Standard Actions
o Tag Libraries
o JSP Security
 JDBC
o Statements and ResultSets
o Prepared and Callable Statement
o Connection Pooling
o RowSets
o Transactions
 Design Pattern
o Factory Pattern
o Singleton Pattern
o Command Pattern
o Iterator and composite Pattern

Web Framework
 Struts 2
o Struts 2 Lifecycle
o Actions
o Interceptors
o Annotation
o Domain Objects
o Data Transfer with OGNL
o Validations Framework
o Struts Tiles

Persistence Framework
 Hibernate
o Hibernate Setup with an web Application
o Understanding Hibernate O/R Mapping
o Hibernate Data Type-Java Data Type - SQL Data Type mapping
o One to Many Relation in Hibernate- Unidirectional
o One to Many Relation in Hibernate - Bidirectional
o Many to Many Relation in Hibernate
o HQL, The Hibernate Query Language
o Criteria Queries
o Hibernate <generator> to generate id (primary key) incrementally

Software Design Principals


 Software Design Techniques
 J2EE Pattern
o Presentation Tier
 Intercepting Filter Pattern
 Front Controller
o Business Tier
 Business Objects
 Business Delegate
o Integration/Data Tier
 Data Access Objects
 Service Activator

You might also like