course

 Jspider bengaluru : 

course


Full details click on link- https://jspiders.com/

Java Full Stack:

Java Full Stack course is more of job-oriented training which is designed as per current industry standards. You can start your career in IT industry with basic and advance skills. Course will be trained by top industry experts who have passion to train students and help them get job in IT industry or excel in IT industry. 

Course Content:


Database 

1 - Introduction
   • What Is Database?
   • What is Database Management System (DBMS)?
   • What is Relational Model ?
   • Introduction to RDBMS .
   • Brief on E.F CODD . 

2 - Datatypes and Constraints 
   • What are Datatypes ?
   • Types and Examples .
   • How to use .
   • What are Constraints? 
   • Types and Examples.
   • How to use. 

3 - Statements in SQL 
   • Data Definition Language (DDL)
   • Data Manipulation Language (DML)
   • Transaction Control Language (TCL)
   • Data Control Language (DCL)
   • Data Query Language (DQL)

4- Software installation
   • Installing and set up of software
   • Working on Oracle 10g.

5- Data Query Language (DQL) 
   • Select 
   • From 
   • Where
   • Group By
   • Having 
   • Order By 

6 -Operators 
   • Types and Examples 

7- Functions in SQL 
   • Single Row Functions 
   • Multi Row Functions 
    Max ()
    Min ()
    Sum ()
    Avg ()
    Count ()

8-Sub Query 
   • Introduction to Sub Query 
   • Working of Sub Query 
   • Query Writing and Execution 
   • Types of Sub Query 
    1. Single Row Sub Query 
    2. Multi Row Sub Query        
   • Nested Sub Query.

10- Pseudo Columns 
   • Introduction on Pseudo Columns 
   • ROWID
   • ROWNUM
   • Working and Usage.

11- JOINS
   • What Is Join?
   • Types of Joins.
   • Cartesian Join
   • Inner Join 
   • Outer Join 
   • Self-Join 
   • Queries and Examples.

12- Co- Related Sub Query 
   • Working and Examples 

13- Data Definition Language (DDL)
   • Create 
   • Rename 
   • Alter 
   • Truncate 
   • Drop
 
14- Data Manipulation Language (DML)
   • Insert 
   • Update 
   • Delete
 
15- Transaction Control Language (TCL)
   • Commit
   • Save point
   • Rollback 

16- Data Control Language (DCL)
   • Grant 
   • Revoke 
17 - Normalization
   • Introduction to Normalization 
   • Types of Normal Forms 
   • Examples.

18- E R Diagrams 
   • Introduction to ERD
   • Examples.




Core Java :

Section 1
• Introduction to programming
• Introduction to java
• JDK installation
• Keywords, Identifiers, variables
• Operators
• Method/Functions
• Flow Control Statements
• Arrays
• Strings
• Interactive programs in java using Scanner

Section 2

Object Oriented Programming System
   - Classes and Objects                  
   - Object creation
   - Reference variable
   - Global and local variables
   - Constructors
   - Aggregation
   - Composition
   - Inheritance ***
   - Method Overloading
   - Method Overriding
   - Abstract classes
   - Interfaces
   - Typecasting
   - JVM architecture
   - Polymorphism
   - Abstraction
   - Java packages
   - Access Specifies

Section 3 
Java Built-in packages and API

   * Overview of java API
   * Object class
   * String, String Buffer and String Builder
   * Exception Handling
   * Threads and multithreading
   * Wrapper Classes
   * Data Structures
   * JAVA COLLECTION FRAMEWORKS***
   * File Handling
   * Serialization
   * Garbage Collector
- Encapsulation

 


J2EE:

1.Introduction to JAVA EE:
● What is computer ?
● What is an application?
● Types of application?
● What is standalone application?
● What is web application?
● What is network?
● What is internet?
● What is intranet?
● What is server?
● What is database?
● What is an api?
● What is J2ee?
● Types of api’s
● JAVA EE 3-tier architecture
● JAVA EE 2-tier architecture.
2. JDBC:
1. Introduction
● Steps to work with JDBC
● JDBC pre-requirements
● Installing MYSQL,DB server
● FIRST JDBC program
2. Drivers
● Introduction.
● What is a JAR file?
● About driver class
● How to load the driver class into the program
● .Types of Driver
3. Db url
● What is url?
● Structure of db url
4. Connection interface
● Driver Manager class
● About the get connection method
● Connection object
5. JDBC objects and methods
● Introduction
● Dynamic and static sql queries
● Statement and prepared statement objects
● ExecuteQuery() and executeUpdate() methods
6. Result Set
● How to handle the result set object
● How to process the result set object
7. Closing of JDBC objects
● Why to close an object?
● How to close an object

3. SERVLET:
1. Introduction
● What is web browser?
● What is web resources?
● Types of web resources
● What is web server?
● Installing of apache tomcat web server
2. About servlet
● Servlet introduction
● Creating the first servlet in web app
● Steps to create WAR file
● Build & Deployment process
3. Web URL
● Web url structure.
● Query string.
● HTTP & HTTPS protocols.
● Key elements of HTTP request and HTTP response
● HTTP methods.
● Difference between GET and POST.
4. Servlet Container
● About servlet containers & its advantages
● Request and response objects
● GetParameter() and getParameters() methods
● About XML
● About deployment descriptor(web.xml)
5. Servlet Hierarchy
● Generic servlet
● HTTP Servlet
● Difference between Generic servlet and HTTP Servlet
● Servlet life cycle
● Single thread model servlets
● Servlet context and servlet config
● Redirect,Forward and Include
6. Attributes
● What is an attribute?
● Need of attributes
● Types of attributes
7. Cookies
● Introduction
● Steps to create a cookie in the servlet
● Types of cookies
● Life cycle of cookies
● Application of cookies
8. Session
● Introduction
● Steps to create a session in the webapp
● Types of session
● Life cycle of session
● Application of session
4. JSP:
1. Introduction
● How to create JSP
● Difference between Servlet and JSP
2. JSP Scripting Elements
● Scriptlet tag
● Expression tag
● Declaration tag
3. JSP implicit objects
● Request object
● Response object
● Config object
● Application object
● Session object
4. Exception handling in JSP
● About isErrorPage and errorPage
5. Jstl
● Introduction
● JSTL core tags


Frameworks:

Hibernate:
1. Understand ORM and basics of Hibernate
2. Understand and implement life cycle of Hibernate Persistence and Session Factory
3. Implement Hibernate Mappings, Inheritance and Types
4. Understand Hibernate Criteria and Query Language
5. Exploring Hibernate Transactions, Filter and Performance
6. Implement Hibernate Search and Validations
7. Hibernate with NoSQL and Spring

Who should go for this course?
This course is a foundation for any Java Programmer, Java Developer, Java Architect or any professional associated with Java who wants to explore and master the Java Persistence with Hibernate.
Pre-requisites
The pre-requisites for learning Hibernate is the basic knowledge of RDBMS, SQL, Java and JDBC.
Project Work
Towards the end of the course, we will focus on designing an Inventory System that provides a very effective way of monitoring the inventories.
We will see how to monitor the quantity, location and status of the inventory as well as the related shipping details. Inventory System should be implemented as an interactive program that:

1. Enables admin user to enter the data regarding the inventories and order details of the complete inventory system
2. Render orders
3. Tracks the order items and its corresponding supplier details
4. Provides a complete invoice format for the orders

Why learn Persistence with Hibernate?
As data usage is increasing day by day in all domain applications, the usage and complexity of Database increases exponentially. It is important to have a framework which handles all the life cycle, connections, sessions and transactions of database, henceforth leaving only the business logic for the developers to work with. This is where Hibernate comes in and helps the professionals to concentrate only on business logic instead of database environments. There is a huge demand for Hibernate professionals and this course acts as a foundation, also provides lots of opportunities in the Java Persistence World.

● Hibernate
● Hibernate Overview
● Hibernate-ORM
● Hibernate Architecture
● Hibernate Environment Setup
● Hibernate Configuration
● Hibernate Session
● Hibernate Mapping Files
● Hibernate Mapping Types
● Hibernate Annotation
● Hibernate Query Language

Springs:
1.Introduction 
   1.1 why spring 
   1.2 Spring modulus
   1.3 Spring application
   1.4 Spring in eclipse

2.Spring IOC
   2.1 IOC  container
   2.2 dependency injection 
   2.3 constructor injection
   2.4 constructor injection dependent object
   2.5 constructor injection with collection 
   2.6 constructor injection with collection 2
   2.7 constructor injection with map
   2.8 constructor injection in inheritance been
   2.9 setter  injection
   2.10 setter injection  dependent object
   2.11 setter injection with collection
   2.12 setter injection with collection  2 
   2.13 setter injection with map
   2.14 injection with map 2
   2.15 constructor injection versus setter injection
   2.16 auto wiring
   2.17 factory method
3.Spring MVC
   3.1 MVC introduction
   3.2 multiple view pages
   3.3 multiple controllers
   3.4 model interface
   3.5 request Param annotation
   3.6 form tag library
   3.7 form text field
   3.8 form radio field
   3.9 form checkbox
   3.10 form drop-down list
   3.11 JDBC Template Example
   3.14 PreparedStatement
   3.15 ResultSetExtractor
   3.16 MVC CRUD Example
   3.17 SPEL Examples
   3.18 variable in SPEL
   3.19 spring MVC Validation


Web services:

• Webservices Introduction
• What is Webservices
• Why Webservices
• Real Time Examples of Webservices
• Different Webservices
• SOAP
• REST
• About HTTPS
• Understanding SOAP & REST Webservices
• Requirement of Webservices
• Advantage of Webservices
• Understanding XML & JSON
• JSON to Java Object and Vice-versa using GSON framework
• XML to Java Object and Vice-versa using JAXB framework
• Understanding XPath
• SOAP Webservice using Spring & Apache CXF
• REST Webservice using Spring-REST & Apache Jersey






Post a Comment

0 Comments