×

Java Training

Certification:Yes
Mode: Online
Hours :60
Support:24/7 Support

Java Training

(5.0)

Jovi Soft Solutions Core Java Training is curated by industry-expert trainers as per latest IT requirements and demands. You will gain an organization foundation in Java by gaining hands-on experience on basic to advanced level techniques of JDBC, Core Java 8, Java servlets, etc., through industry use cases, and this will guide you to become a certified Java expert.

Java Online Training Objectives.
1. About Java Training.

This is a comprehensive training course in Java programming language that will make you grow in your software coding career. This Core Java course includes the basics of Java, exception handling, Java statements, Objects, understanding of JDBC, Classes, and so on.

2. Who should take up this Core Java Developer Training Course ?

● Students and professionals looking to be Java Developers
● Software Developers, Web Designers and Architects

3. What are the prerequisites for learning Java ?

Anybody can take up this training course to become a Java Developer.

4. What are the various Java Certifications available ?

There are 4 types of certification levels that are structured under the Oracle’s Java certification path.
● Oracle Certified Associate (OCA)
● Oracle Certified Expert (OCE)
● Oracle Certified Professional (OCP)
● Oracle Certified Master (OCM)

Introduction

  • What is Java?
  • History
  • Versioning
  • The Java Virtual Machine
  • Writing a Java Program
  • Packages
  • Simple Java Programs

Language Components

  • Primitive Data Types
  • Comments
  • The for Statement
  • The if Statement
  • The while and do while Statements
  • The switch Statement
  • The break Statement
  • The continue Statement
  • Operators
  • Casts and Conversions
  • Keywords

Object-Oriented Programming

  • Defining New Data Types
  • Constructors
  • The String Class
  • String Literals
  • Documentation
  • Packages
  • The StringBuffer Class
  • Naming Conventions
  • The Date Class
  • The import Statement
  • Deprecation
  • The StringTokenizer Class
  • The DecimalFormat Class

Methods

  • Introduction
  • Method Signatures
  • Arguments and Parameters
  • Passing Objects to Methods
  • Method Overloading
  • Static Methods
  • The Math Class
  • The System Class
  • Wrapper Classes

Arrays

  • Introduction
  • Processing Arrays
  • Copying Arrays
  • Passing Arrays to Methods
  • Arrays of Objects
  • The Arrays Class
  • Command Line Arguments
  • Multidimensional Arrays

Encapsulation

  • Introduction
  • Constructors
  • The this Reference
  • Data Hiding
  • public and private Members
  • Access Levels
  • Composition
  • Static Data Members

Inheritance & Polymorphism

  • Introduction
  • A Simple Example
  • The Object Class
  • Method Overriding
  • Polymorphism
  • Additional Inheritance Examples
  • Other Inheritance Issues

Abstract Classes and Interfaces

  • Introduction
  • Abstract Classes
  • Abstract Class Example
  • Extending an Abstract Class
  • Interfaces

Exceptions

  • Introduction
  • Exception Handling
  • The Exception Hierarchy
  • Checked Exceptions
  • Advertising Exceptions with throws
  • Developing Your Own Exception Classes
  • The finally Block

Input and Output in Java

  • Introduction
  • The File Class
  • Standard Streams
  • Keyboard Input
  • File I/O Using Byte Streams
  • Character Streams
  • File I/O Using Character Streams
  • Buffered Streams
  • File I/O Using a Buffered Stream
  • Keyboard Input Using a Buffered Stream
  • Writing Text Files

Threads

  • Threads vs. Processes
  • Creating Threads by Extending Thread
  • Creating Threads by Implementing Runnable
  • Advantages of Using Threads
  • Daemon Threads
  • Thread States
  • Thread Problems
  • Synchronization

Collections

  • Introduction
  • Vectors
  • Hashtables
  • Enumerations
  • Properties
  • Collection Framework Hierarchy
  • Lists
  • Sets
  • Maps
  • The Collections Class

Networking

  • Networking Fundamentals
  • The Client/Server Model
  • InetAddress
  • URLs
  • Sockets
  • A Time-of-Day Client
  • Writing Servers
  • Client/Server Example

Database Programming using the JDBC API:

Java Database Connectivity (JDBC)
  • Introduction
  • Relational Databases
  • Structured Query Language
  • A Sample Program
  • Transactions
  • Meta Data
  • The X/OPEN Call Level Interfaces
  • Database Connectivity & ODBC Concepts
  • The JDBC mechanism-Connecting to a DB
  • Types of JDBC Drivers
  • The steps in implementing a JDBC application
  • Types of statements, Result Sets etc.
  • Introduction to JDBC 3.0 AP!
Java Servlet v2.4 Technology:
  • CGI Vs Servlets
  • Introduction to web designing
  • Introduction to the web servers
  • HTTP Protocol-Status codes, request methods
  • Deployment descriptors
  • Servlet Lifecycle
  • Types of servlets
  • Servlet API
  • Sessions & Session tracking
  • Cookies
  • Servlet changing and dispatching
  • Filtering
Java Server Pages:
  • Overview
  • Comparing with the other technologies
  • JSP Architecture
  • Implicit Objects
  • Elements of JSP (Comments, Experessions, Scriptlets, Declarations, actions)
  • JSP Directives
Pageilinclude, taglib
  • Scopes
  • JSP & JDBC
  • JSP & Java Beans-The 'use bean' tag
  • Tag Libraries (JSTL)
Case Study 1
  • Convert the previous site from servlets using the JSPs
Case Study 2
  • Develop a full-fledged shopping (art web applications)
Introduction to Distributed computing
  • Introduction to Distributed computing

Frameworks

SPRINGS

Introduction to Spring
  • What is Spring?
  • Overview of the Spring Framework
  • Spring Philosophies
  • Spring Documentation
  • Java 5 Language Features
A First Look at Spring
  • A Simple Example
  • Wiring Beans
  • Configuring a Properties File
  • Schema-Based Configuration
Beans and Containers
  • Spring Containers
  • Spring Configuration File
  • Spring Beans
  • Using the Container
  • The BeanFactory Interface
  • Singleton vs. Prototype
  • Bean Naming
  • Dependency Injection
  • Setter Injection
  • Constructor Injection
The Application Context
  • The ApplicationContext Interface
  • Accessing Application Components
  • Accessing Resources
  • Internationalization with MessageSource
  • Application Events
Data Validation and Conversion
  • The Validator Interface
  • The Errors Interface
  • The ValidationUtils Class
  • Validator Example
  • Testing the Validator
  • Property Editors
  • Custom Property Editors
Aspect-Oriented Programming
  • Aspect-Oriented Programming
  • AOP Concepts
  • AOP Proxies
  • The AOP Alliance
  • Types of Advice
  • AOP Example
  • Introductions
Using JDBC with Spring
  • A Simpler Approach
  • The JdbcTemplate Class
  • Exception Translation
  • Updating with the JdbcTemplate
  • Queries using the JdbcTemplate
  • Mapping Results to Java Objects
Using Hibernate with Spring
  • What is Hibernate?
  • Hibernate Sessions
  • The HibernateTemplate
  • Sample Class and Mapping File
  • Creating and Saving a New Entity
  • Locating an Existing Entity
  • Updating an Existing Entity
  • Hibernate Query Language
  • Executing Queries
Spring Web MVC - Part 1
  • Spring Web MVC
  • The DispatcherServlet
  • Writing a Controller
  • A Simple View Page
  • Configuring the Controller
  • Adding a View Resolver
  • Adding a Message Bundle
  • Adding Business Classes
  • Adding Test Data
  • Accessing a Database
  • Adding a Form
  • Updating the Database
  • Integrating Hibernate
Spring Web MVC - Part 2
  • Handler Mappings
  • View Resolution
  • Chaining View Resolvers
  • Controllers
  • AbstractWizardFormController

HIBERNATE

Getting Started with Hibernate
  • What is Hibernate?
  • Preparing to Use Hibernate
  • Configuring Hibernate
  • JDBC and Datasource Properties
  • Other Configuration Properties
  • Hibernate Sessions
  • Writing Classes for Hibernate Applications
  • Sample Class and Database Table
  • Sample Class and Mapping Diagram
  • Creating and Saving a New Entity
  • Locating an Existing Entity
  • Updating an Existing Entity
  • Deleting an Entity
  • Executing an HQL Query
  • Schema Generation
  • Programmatic Configuration
Mapping Persistent Classes
  • Class Annotations
  • Access Type
  • Property Annotations
  • Hibernate Types
  • Entities and Values
  • Mapping Embeddable Types
  • Compound Keys
  • Generated Keys
Inheritance
  • Mapping Class Inheritance
  • Table Per Class Hierarchy
  • Table Per Subclass
  • Table Per Concrete Class
Collections and Associations
  • Mapping Collections
  • Initializing Collections
  • Sample Application - UML Diagram
  • Sample Application - Database Schema
  • Implementing Associations
  • Mapping Associations
Hibernate Query Language
  • HQL Basics
  • HQL Expressions
  • HQL Functions
  • Polymorphic Queries
  • Executing Queries
  • Scrollable Results
  • Named Queries
  • Associations and Joins
  • Inner Joins
  • Outer Joins
  • Sample Queries
Working with the Lab Files
  • Importing the Eclipse Project
  • Working with MySQL
  • Creating Tables for the Training Application
  • Hibernate Console Configuration

Design Patterns

  • Overview
  • Types of patterns
  • Factory pattern
  • Signleton Pattern
  • Front Controller
  • Session Facade
  • Message Facade
  • DAO
  • DTO
  • Intercepting filter

SOAP Web Services

Overview of Web Services
  • Why Web Services?
  • Service-Oriented Architecture
  • HTTP and XML
  • Simple Object Access Protocol (SOAP)
  • Web Service Description Language (WSDL)
  • Universal Description, Discovery and Integration (UDDI)
  • The WS-I Basic and Related Profiles
  • REST
Web Services for Java EE
  • Hosting Web Services: Scenarios
  • Invoking Web Services: Scenarios
  • Web Services for Java EE (WS4JEE)
  • The Automated Approach: JAX-WS and JAXB
  • Manual Options: SAAJ and JAXP
  • Portable Web-Services Metadata
  • Service Registries: JAXR
The Simple Object Access Protocol
  • Messaging Model
  • Namespaces
  • SOAP over HTTP
  • The SOAP Envelope
  • The Message Header
  • The Message Body
  • SOAP Faults
  • Attachments
The Java API for XML Binding
  • The Need for Data Binding
  • XML Schema
  • Two Paths
  • JAXB Compilation
  • Mapping Schema Types to Java
  • Java-to-XML Mapping Using Annotations
  • Marshaling and Unmarshaling
  • Working with JAXB Object Models
  • In-Memory Validation
Web Services Description Language
  • Web Services as Component-Based Software
  • The Need for an IDL
  • Web Services Description Language
  • WSDL Information Model
  • The Abstract Model -- Service Semantics
  • Message Description
  • Messaging Styles
  • The Concrete Model -- Ports, Services, Locations
  • Extending WSDL -- Bindings
  • Service Description
The Java API for XML-Based Web Services
  • Two Paths
  • How It Works: Build Time and Runtime
  • The Service Endpoint Interface
  • Working from WSDL
  • Working from Java
  • RPC and Document Styles
  • One-Way Messaging
  • Binary Protocols
WSDL-to-Java Development
  • The @WebService Annotation
  • Generated Code
  • Compilation and Assembly
  • Deployment
  • Runtime Behavior
  • Scope of Code Generation
  • More JAXB: Mapping Collections
  • More JAXB: Mapping Enumerations
Client-Side Development
  • Stubs and Proxies
  • Generated Code
  • Locating a Service
  • Invoking a Service
Java-to-WSDL Development
  • The @WebMethod, @XmlParam, and Related Annotations
  • Scope of Code Generation
  • More JAXB: Mapping Inheritance
  • Controlling the XML Model
  • Controlling the WSDL Description
JAX-WS Best Practices
  • Which Way to Go?
  • Interoperability Impact
  • Portability Impact
  • Polymorphism in Web Services
  • Web Services as Java EE Components
  • Lifecycle Annotations
  • Context Interfaces
  • The @WebServiceRef Annotation
Provider and Dispatch APIs
  • Stepping Down
  • The ProviderInterface
  • Implementing a Provider
  • JAXB Without WSDL
  • Integrating JAXP
  • The DispatchInterface
  • Building Clients
The SOAP with Attachments API for Java
  • The SAAJ Object Model
  • Parsing a SOAP Message
  • Reading Message Content
  • Working with Namespaces
  • Creating a Message
  • Setting Message Content
Message Handlers
  • Handling SOAP Headers
  • Servlet Endpoint Context
  • MessageContext and SOAPMessageContext
  • Message Handlers and Handler Chains
  • Processing Model and Patterns
  • Client-Side Handlers
EJBs as Web Services
  • Enterprise JavaBeans
  • Three Tiers for Java EE
  • EJB3 and JAX-WS
  • Session Beans as Web Service Endpoints
  • The Bean's Service Endpoint Interface
  • SOAP as an EJB Protocol
  • Pitfalls
Handling Binary Content
  • The WS-I Attachments Profile
  • Using base64Binary
  • MIME Attachments
  • JAX-WS Support
  • MTOM and XOP
  • SAAJ Support
Compatibility and Migration
  • JAX-RPC
  • Comparing JAX-RPC and JAX-WS
  • Using JAX-RPC and JAX-WS Together
  • SOAP

Restful Web Services

Overview of Web Services
  • Why Web Services?
  • Service-Oriented Architecture
  • HTTP and XML
  • SOAP
  • WSDL
  • REST
  • UDDI
  • The WS-I Basic Profile
  • Security
Web Services for Java EE
  • Hosting Web Services: Scenarios
  • Web Services for Java EE
  • JAX-WS and JAXB
  • Web-Services Metadata
  • WSDL-to-Java and Java-to-WSDL Paths
  • Provider and Dispatch APIs
  • SAAJ and JAXP
  • JAX-RS for RESTful Services
  • JAXR
The Java API for XML Binding
  • The Need for Data Binding
  • XML Schema
  • Two Paths
  • JAXB Compilation
  • Mapping Schema Types to Java
  • Java-to-XML Mapping Using Annotations
  • Marshaling and Unmarshaling
  • Working with JAXB Object Models
The Java API for RESTful Services
  • Applications
  • Resources
  • Sub-Resources
  • Providers
  • Scanning and @ApplicationPath
Dispatching Requests to Methods
  • The Application Path
  • The @Path Annotation
  • The HTTP Method Annotations
  • Sub-Resource Locators
  • Annotation Inheritance and overriding
Parameter and Return Types
  • Simple Parameter Types
  • @Consumes and @Produces Annotations
  • @XXXParam Annotations
  • The @DefaultValue Annotation
  • Return Types
  • Binary Content
  • Delivering a File
Entities and Complex Content
  • Entity Providers
  • Built-In Entity Providers
  • Working with XML
  • Driving XML Representations from Schema
Context and Lifecycle
  • Reading Web Resources
  • Finding Java EE Components
  • Finding Databases
  • Security Contexts

SERVERS

  • TOMCAT 5.5/6.0
  • Web logic 10.X
  • Web sphere 6.X
  • JBOSS 4.X

IDES

  • Eclipse 3.X, My Eclipse
  • Net beans 5.5/6.X
  • RAD 6.X

EXTRA TOOLS

  • Log4I
  • ANT
  • JUNIT
  • Jquery
  • HTML
  • Java Script
  • Maven
1. Does Jovi Soft Solutions offer job assistance ?

Jovi Soft Solutions actively provides placement assistance to all learners who have successfully completed the JAVA training.

2. Do I get any discount on the course ?

Yes, you get two types of discounts. They are referral discount and group discount. Referral discount is offered when you are referred from someone who has already enrolled in our training and Group discount is offered when you join as a group.

3. Do Jovi Soft Solutions accept the course fees in installments ?

Yes, we accept payments in two installments.

4. What is the qualification of the trainer ?

The trainer is a certified consultant and has a significant amount of working experience with the technology.

REGISTER FOR DEMO

Please fill the form below for further queries