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

Core, Advanced Java 8, Springs, Hibernate Course Content

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Core, Advanced Java 8, Springs, Hibernate Course Content

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

Google Map Link - https://goo.

gl/maps/gBlrU Contact - 8130799520

Core & Advanced Java 8, Springs, Hibernate Course Content


Duration: 3.5-4 months
(Core + Advanced Java – 2.5 months, Springs + Hibernate – 1.5 months)
Classes: Weekday/ Weekend
Mode of Training: Classroom/ Online

Core Java 8
1. Introduction to Java

Learning Objectives - In this module, you will learn about

 Java architecture
 Advantages of Java
 Develop the code with various data types, conditions and loops.

Topics - In Basic introductory level, we will cover the JDK architecture & its related
modules.

 Various Class Loaders


 Internal details of JVM
 Variable declaration & Byte Code generation using Java Compilers.

2. Data Handling and Functions

Learning Objectives - This module covers

 Java String Handling concepts


 String Pool
 Function declaration

2nd floor, above subway food outlet, main market (Near Om Sweets), Sector 31, Gurgaon.
Google Map Link - https://goo.gl/maps/gBlrU Contact - 8130799520

 Arrays- Creation of Single Dimensional & Multidimensional arrays along with


String Equality concepts using equals(), == operator & compareTo() method of
Object class
 String Pool
 String literals
 String Buffer & String Builder

3. Object Oriented Programming in Java 8

Learning Objectives - In this module, we will cover OOPS(Object Oriented


Programming) principles like

 Inheritance(IS-A & HAS-A Relationship)


 Polymorphism(Compile-time & Runtime Polymorphism)
 Data Hiding concepts like Abstraction & Interface
 Data Binding using Encapsulation

Topics - In detail discussion on OOPS terminology along with various keywords like
static & final

 Default & parameterized constructor for Object initialization


 Super keyword & static initializer block.

4. Packages and Multi Threading

Learning Objectives - This module cover package creation, Accessibility & Exception
Handling & Multi threading concepts.

Topics -

 Creation of User-defined packages


 Java packages
 Access modifiers : Public, private protected & default
 Exception Handling : Using try-catch block, throw & throws keyword, Multi
catch block, Finally block creation.
 Multi-threading : Creation of Thread using Thread class & Runnable interface,
various Thread Schedulers, Thread priority, Daemon Thread, Garbage
collection, Thread Joining & Thread Pool creation & study of Thread life cycle
stages like Start, stop, blocking yield & others.

2nd floor, above subway food outlet, main market (Near Om Sweets), Sector 31, Gurgaon.
Google Map Link - https://goo.gl/maps/gBlrU Contact - 8130799520

5. Collections

Learning Objectives - In this module we will study Collection framework, various


Collection interface & class provided by Collection framework. Usage of java.util
package, Wrapper class concepts & Generics type declaration of various Collection
classes.

Topics -

 Collection Interfaces : Set, List ,Map & Queue Interface


 Collection classes: HashSet, LinkdHashSet, TreeSet, ArrayList, Vector,
LinkedList, HashMap, LinkedHashMap, TreeMap, ConcurrentHashMap,
SynchronizedMap, CopyOnWriteArrayList, CopyOnWriteArraySet & various
other collection classes.
 Inner class concepts : Member Inner class, Local Inner class, Static member
class & Anonymous Inner class.

6. XML & JSON

Learning Objectives - This module will cover how to read XML & JSON files using Java
code & how to parse them into String format using various factory classes.

Topics -

 XML Introduction
 Read & Writing of XML file using Java code
 Parsing of XML & JSON file formats using DOM
 SAX & various JSON parsers using GSON & others

7. JDBC

Learning Objectives - This module will cover

 Connectivity to various SQL databases using JDBC bridge


 Introduction to JDBC drivers
 JDBC interfaces like Connection, Statement, ResultSet & Callable interface for
calling Procedures & Functions using Java code.

Topics -

 Introduction to SQL: Connect, Insert, Update, Delete, Select


 Introduction to JDBC and Architecture of JDBC
 SQL Introduction

2nd floor, above subway food outlet, main market (Near Om Sweets), Sector 31, Gurgaon.
Google Map Link - https://goo.gl/maps/gBlrU Contact - 8130799520

 CRUD operations(Create, Read ,Update & Delete)


 Transaction Management: Commit & Rollback
 Type of JDBC drivers
 Database Connectivity & Batch processing

Advanced Java 8

1. Servlets

Learning Objectives - This module will cover creation of JAVA/J2EE application using
Servlet technology, LifeCycle stages of Servlets,Client-Server architecture of Web
application,Servlets database connectivity.

Topics - Introduction to Servlet :


Type of Servlets: Generic and Http Servlet.
Request Dispatchers: Forward and Include, 4 types of Session Tracking and Filters.

1) Servlet Creation

2) Session Management techniques in Servlets :

a) Hidden-form field

b) Http Session

c) URL Rewritting

d) Cookies.

3) Servlet Filters : Authentication & Count Filter

4) Servlet Intefaces like Servlet Config & Context

5) Servlet Pagination

6) Annotation Servlet & Single Thread Model, reading of requests messages using
various stream classes like ServletInputStream & ServletOutputStream.

2nd floor, above subway food outlet, main market (Near Om Sweets), Sector 31, Gurgaon.
Google Map Link - https://goo.gl/maps/gBlrU Contact - 8130799520

2. JSP

Learning Objectives - This module will cover JSP lifecycle ,Implicit Objects of JSP , JSP
Scripting ,Directive & Action elements & CRUD operations on JSP using JSTL tags.

Topics -

1) JSP Architecture

2) JSP Scripting Elements : Scriptlet, Declaration & Expression Tag

3) Directive Elements : Page, Include & taglib directive

4) JSP Custom tags

5) JSP Action elements : jsp:forward, jsp:include, jsp:useBean,jsp:setProperty tags, JSP


Exception

6) JSTL tags : Core,SQL ,Formatting & JSTL Functions

7) JSP pagination.

SPRINGS

Learning Objectives - Spring module will cover the core principle of Spring framework
like Dependency Injection(DI : Constructor Injection(CI) & Setter Injection(SI) with
Spring Inversion of Control(IoC).
Topics - Internal Spring Architecture, Life Cycle of Bean , Bean Creation , Bean Post
Processors, Post Construct, Types of Spring container : Application Context & Bean
Factory,Auto-wiring(byName,byType, byContructor & auto), Look Up Method
Injection, Circular Dependencies, How to resolve Circular Dependencies using
Application Context Aware Interface & AOP Proxies.

1) DI (Constructor & Setter Injection)

2) Circular Dependencies

3) Application Context Aware & AOP Proxies

4) Spring Bean Scopes(Singleton,Prototype, Request & Session Scopes)

5) Bean Inheritance & Injecting Inner Beans


2nd floor, above subway food outlet, main market (Near Om Sweets), Sector 31, Gurgaon.
Google Map Link - https://goo.gl/maps/gBlrU Contact - 8130799520

6) Annotation Based Configuration

7) Bean POST Processors

9) Spring Logging with Log4j

10) Spring Containers

11) Spring Loosely Coupled Architecture

12) Use Spring to Manage Dependencies @Component @Autowired

13) Spring DI Qualifiers @Qualifier

14) LifeCycle of Bean @PostConstruct & @PreDestroy

15)Removing Spring BOOT in basic application

Spring MVC : Developing Web Application using Spring MVC

 Spring MVC Beginnning : This module will help us to develop application using
Spring MVC architecture
 Spring MVC Controllers :
 MultiAction Controller
 MultiAction Controller Annotation
 PropertiesMethodNameResolver
 ParametrizedViewController
 ParameterizedMethodNameResolver
 Spring RESTFul WebServices using JSON
 Spring MVC Form Handling
 Spring MVC Form Handling Anntotation
 Spring Form Tag Library
 Integrating Spring with Other Frameworks
 Handling Duplicate Form Submission
 Spring MVC File Upload
 Spring MVC Internationlization & Localization
 Spring MVC Form Validation
 Spring MVC Request Mapping
 Spring MVC Interceptors
 Spring MVC Exception Handling

View Resolvers in Spring MVC:

2nd floor, above subway food outlet, main market (Near Om Sweets), Sector 31, Gurgaon.
Google Map Link - https://goo.gl/maps/gBlrU Contact - 8130799520

 InternalResourceViewResolver
 XMLViewResolver
 ResourceBundleViewResolver
 ConfigureMultipleViewResolversPriority

Spring DAO

Datasource class, JdbcTemplate, NamedParameterJdbcTemplate,


SimpleJdbcTemplate, SimpleJdbcInsert

HibernateTemplate, JPATemplate

 Introduction to JPA
 Introduction to Spring Data JPA
 Implementing Insert & Update using Spring JDBC update methods.
 Creating JDBC Customer Spring RowMapper
 Creating JDBC Customer Spring ResultSetExtractor
 Implementing Spring JDBC Query Methods.
 Implementing findById() Spring JDBC.
 Implementing deleteById() using Spring JDBC.
 Stored Procedures with SimpleJdbcCall
 Impementing JdbcDAOSupport using Spring JDBC
 Implementing HibernateDAOSupport using SpringDAO classes.
 Spring JDBC & JDBCTemplate CRUD with DataSource
 Spring Transaction Management with JDBC
 Spring Hibernate Integration
 Spring MVC Hibernate CRUD

Spring AOP

AOP Configuration management, Transaction Management using AOP, AOP


Terminologies,AOP Aspect,Joinpoint,Weaving, PointCut.

 Introduction to Aspect Oriented Proramming


 Spring AOP - Type of Advices
 Spring AOP PointCut
 Spring JoinPoint
 Spring Static JoinPoint
 RegularExpressionMethodPointCut

2nd floor, above subway food outlet, main market (Near Om Sweets), Sector 31, Gurgaon.
Google Map Link - https://goo.gl/maps/gBlrU Contact - 8130799520

 Spring Advice with Custom Annotated PointCut


 Spring AOP XML Configuration
 Spring AOP AspectJ Dependencies
 Spring AOP transaction management
 Spring AOP transaction management in Hibernate
 Undersatnding AOP Terminology @Aspect, @PointCut @Before, @After,
@Around
 Creating Custom Annotation & an Aspect.
 Spring AOP Proxies
 Spring BeanConfiguration with AOP
 Spring AOP XML Configuration

AOP Advices

a) After Advice

b) Before Advice

c) After Advice

d) Around Adivces

e) After Returning Advice

Spring Security

Introduction to Spring security configuration, Creating secured Web Services using


Spring Security .

a) Authentication & Authorization using Spring Securtiy

b) Role based Security

c) Password Hashing

d) Limit Login Attempts

e) Remember-me functionality

f) Spring Security Using Database

2nd floor, above subway food outlet, main market (Near Om Sweets), Sector 31, Gurgaon.
Google Map Link - https://goo.gl/maps/gBlrU Contact - 8130799520

g) Spring Security using Hibernate

h) Spring Security Access Controls

i) Basic HTTP Authentication

j) Token Base Security

k) CSRF Filter & Delegation Proxy Filter

l) Spring Security Using Security Talibs

Spring Batch

Introduction to Batch Processing framework:

a) Spring Batch Tasklet

b) Item Reader , Processor & Writer in Batch Processing

c) Spring Batch & Spring Task Scheduler

d) Spring Batch & Quartz Scheduler Integration.

HIBERNATE

Learning Objectives - This module will cover ORM principle, Database connectivity
using Hibernate,Hibernate Interfaces, Introduction to other ORM frameworks like JPA,
JDO, Toplink, IBatis & MyBatis as well.

Topics -

 Hibernate Configuration
 Hibernate Interfaces : Session Factory, Session & Transaction interface,
 Transaction management using Hibernate
 Hibernate Annotations
 Hibernate Persistence Class
 Hibernate Batch Processing
 Hibernate Interceptors
 Hibernate NativeSQL

2nd floor, above subway food outlet, main market (Near Om Sweets), Sector 31, Gurgaon.
Google Map Link - https://goo.gl/maps/gBlrU Contact - 8130799520

 Hibernate Mapping Files


 Hibernate O/R Mappings
 Hibernate Annotations
 Hibernate with Log4j
 Hibernate Component Mapping
 Maven + Hibernate Integration
 Spring+Hibernate Integration
 HQL
 Hibernate Projections & Restrictions
 Hibernate Query Language : Passing Runtime Values
 Hibernate Criteria with Multiple Projections
 Hibernate Pagination
 Hibernate Cascading & Inverse
 Hibernate Dirty Checking
 Hibernate Versioning
 Hibernate Locking Mechanism
 Hibernate Optimistic & Pessimistic Locking
 Hibernate Save & Persist Methods
 Hibernate Merge & Update Methods
 Hibernate get() & load() methodds
 Hibernate save() & persist() methods
 Hibernate Projections & Restrictions
 Hibernate HQL Update, Delete, Select & Insert Operations

Hibernate Caching :

a) EHCache

b)OSCache

c)Swarn

d) JBOSS Cache

Hibernate Relationships :

a)one-to-one

b)one-to-many

c)many-to-one

d)many-to-many associations

2nd floor, above subway food outlet, main market (Near Om Sweets), Sector 31, Gurgaon.
Google Map Link - https://goo.gl/maps/gBlrU Contact - 8130799520

Criteria APIs & Dirty Checking

Isolation levels in Hibernate :

a) READ_COMMITED

b) READ_UNCOMMITED

c) PHANTOM_READ

d) NON_REPETABLE_READ

Fetching techniques in Hibernate: Lazy & Eager

Fetch modes :

a) Select

b) Sub-select

c) N-Batch size

d ) Join

Hibernate Inheritance:

a) TPH(Table Per Hierarchy)

b) TPC(Table Per Concrete Class)

c) TPS(Table Per Sub Class)

Hibernate Collection Mapping

a) Mapping List

b) One to Many By List

c) OTM Annotation

2nd floor, above subway food outlet, main market (Near Om Sweets), Sector 31, Gurgaon.
Google Map Link - https://goo.gl/maps/gBlrU Contact - 8130799520

d) Mapping Bag

e) One-To-Many By Bag

f) Mapping Set

g) One-To-Many By Set

h) Mapping Map

i) Many-To-Many By Map

j) Lazy Collections

Propagation Levels in Hibernate

a) PROPAGATION_REQUIRED

b) PROPAGATION_MANDATORY

c) PROPAGATION_REQUIRES

d) PROPAGATION_NOT_SUPPORTED

e) PROPAGATION_NEVER

f) PROPAGATION_REQUIRES_NEW

WEBSERVICES

Learning Objectives - This module will cover SOA architecture implementation used by
SOAP & REST Web services. Creation of SOAP & REST Web services using JAX-WS &
JAX-RS APIs

Topics -

 SOAP Web services using Apache CXF & AXIS APIs.


 Produce & Consume SOAP services using Apache (AXIS & CXF ) + Apache client.
 REST Web services using Jersey & Jackson APIs.
 WSDL Creation(Web service Description language)
 WADL creation in REST services.
 HTTP Operations in REST Services.(GET ,PUT,POST,DELETE).

2nd floor, above subway food outlet, main market (Near Om Sweets), Sector 31, Gurgaon.
Google Map Link - https://goo.gl/maps/gBlrU Contact - 8130799520

 Creating Secured Webservices using Authectication Filter


 SOAP UI & POSTMAN for testing APIs.
 SOAP Vs REST Webservices
 JAX-WS Ex Document
 WS Components
 Understanding WSDL file.
 Determine response XML format
 Understanding WSDL & determining operations & XML formats
 WebServices Security
 WebServices Architecture
 WebServices Standards
 Developing & Invoking SOAP Services
 Understanding SOA Architecture
 Understanding WSDL Components :
 Undestanding REST Webservices
 WebServices Security:

a) RESTful Services HTTP Basic Authentication

b) Making Web services secured using Spring Security.

c) Using Token-Based Security

d) Using Authentication Filter

a) PORT/ Endpoint - URL of the WebService

b) Input Message Format

c) Output Message format

d) Security Modules that needs to be followed

e) Which protocol the WebService uses.

 Key Elements of WSDL :

a) <types> : describe all the datatypes used & relevant for the message exchange
between client & server.The type section refers to the XSD that defines the datatypes.

b) <messages> : define the data exchange between producer & consumer of the
webservice.

2nd floor, above subway food outlet, main market (Near Om Sweets), Sector 31, Gurgaon.
Google Map Link - https://goo.gl/maps/gBlrU Contact - 8130799520

c) <portType> : represent the webservice as named operations. Each operation can


have one or more messages.

d) <binding> : defines how messages are transmitted.

e) <service> : specifies on the endpoint ,client can access webservice from this path.

 JAX-WS - SOAP Handler testing for client & server side.


 Restful Web services with JAX-RS using Jersey
 Restful Services CRUD with JAX-RS Jersey
 Restful Services with JSON & Jersey
 Restful Resources
 Restful Messages
 Restful Caching
 Restful Security
 JAX-RS Annotations
 JAX-RS Jersey
 JAX-RS producer consumer using Jackson
 RESTEasy Restful webservices.
 Consuming REST Webservice.
 Restful Characteristics :

a) Client-Server

b) Stateless

c) Layered System.

d) Interface/Uniform Contract

 Restful Operations :

a) GET

b) PUT

c) POST

d) DELETE

 Restful CRUD Operations.

2nd floor, above subway food outlet, main market (Near Om Sweets), Sector 31, Gurgaon.
Google Map Link - https://goo.gl/maps/gBlrU Contact - 8130799520

Java 8 Project Work

After completion of training, you will be able to work on projects of various domains
like BFS(Banking & Finance), Insurance & E-Commerce as per live standards.

Following modules need to be developed for the project.

Module 1 : Authentication of a web page using database connection with any of ORM
tool like Hibernate.
Module 2 : Creation of various Business Layers.
Module 3 : Implementation of Business & Presentation logic .
Module 4 : Implementation of MVC Design pattern & integration of application with
any PayPal payment Gateway.
Module 5 : Transaction management using Spring modules with updation of Credit
Card & other information on to our database system.

2nd floor, above subway food outlet, main market (Near Om Sweets), Sector 31, Gurgaon.

You might also like