Online subscription with download facility for 8 months
Online subscription with download facility for 8 months
1st set of the videos - Core Java Q & A series
Topics covered
Give a brief introduction and explain classes in Java?
Why variables are required in Java programming language?
What are Constructors in Java?
Explain instance variable its creation, assigning values with the help of example?
What are Class level variables or Static variables?
What are Functions in Java?
Explain concept and implementation of inheritance in Java?
What is Abstract class? Explain its concept & practical use in Java?
Explain Interfaces in Java?
What is the difference between Abstract class and Interface?
What are Final classes? Explain it features and give scenarios where it will be used?
What are virtual or Override Functions in Java?
How Access Specifier in base class affects overridden function in derived class?
What purposes does Java IO serve?
What are Buffered Streams and how does it works?
Explain various File Operations present in Java?
How to copy a file in Java?
Explain purpose and methods provided by PrinterWriter and LineNumberReader of Java IO classes?
Explain purpose of PushbackInputStream and PushbackReader classes? And also show methods provided by them?
How to perform Serialization & Deserialization of an object in Java?
2nd set of the videos - Master Java collections series
Topics covered
What are Java Collection API and what does it consist of?
Explain in detail what is collection interface in Java API?
What is List Interface in Java Collection?
Explain Set Interface and its benefits provided in Java?
What is Map within Java?
How will HashMap work in case key is an user defined object?
Explain HashCode Collision with respect to HashMap?
LRU Cache Implementation using collection
Explain Weak HashMap in Java Collection API?
Show us how Sorting can be done in Collection?
What are Fail Fast Iterator and show its implementation and advantages in Java?
What is ConcurrentHashMap in Java Collection?
3rd set of the videos - Java Design Patterns
1) Introduction to design patterns
gives a start up on design patterns, truth and misconceptions about design patterns
2 General Patterns
Very imp topic discussing interface, abstract classes, immutable objects, data managers which forms the basis of other patterns
3) Strategy Design Pattern
First pattern to start with , which involves understanding the problems with bad use of OO features and brings about renaissance in your thinking towards better design solutions
4) Observer Pattern
Lets observe how to implement a design in which observers are notified by observed
5) Decorator
we decorate house during festivals, let' s see how to decorate objects and conclude which one is easy to decorate
6) Factory
Lets us see how to generate factories of object, which will give us object of our choice without worrying
7) Template
How to implement rules which have to be followed with facility for overriding some of them as per situation
8) Iterator
Effective looping over collections
9) Facade Pattern
How to provide simplified view of complex things
10) Prototype
Lets clone objects and see when it helps.
11) FlyWeight
Increase performance by creating less objects which can be shared across
12) Builder Pattern
Delegating objects sub components creation to other classes
13) Abstract factory
Deals with more than one product
14) State Pattern
State is collection of variables necessary to define the system at any point of time relative to subject of study. How to implement state in java
15) Command Pattern
Lets see how to implements a jinn which will obey all our commands , even though execution is done by some one else
16) Classification of Design Pattern
Lets see which family each design belongs to
4th set of the videos - J2EE videos
Topics covered
1) Model View Control
Let see how to improve performance and maintainability by using MVC
2 Front controller
In this let see how to do forward the request to a front controller who will perform the basic functionalities
3) Filter-dispatcher/Intercepting Filter
Let see how to pre and post process request and response using filters
4) Composite View
Let see how to dynamically include pages and combine the sub views to form whole view resulting in ease of management and change
5) Dispatch View & Service to worker pattern
Let see how to combine major patterns to form a powerful dispatch view pattern and its application & Let see how this pattern relates with dispatch view i.e. similarities and differences and its application areas
6) View Helper
Let see how to help a view and makes its life easier with this pattern
7) Session Facade
Real time application of facade pattern to EJB to enable easier interface to the client
8) Transfer Objects
How to reduce network calls and bottle necks with efficient Transfer Object transfer mechanism
9) Transfer Object Assembler
shows how to assemble multiple Transfer Objects so that client does not have to directly interact with the model part.
5th set of the videos - Hibernate videos
Topics covered
Hibernate Introduction
Getting Started
RelationShip in Hibernate
Collections
One To Many Unidirectional
Many To One Unidirectional
Many To Many Unidirectional
One To Many Bidirection
Many To Many Bidirectional
One To One
One To One Join
One To One Primary
Lazy & Eager loading in Hibernate
Inheritance
HQL
Criteria
Native SQL
Batch Processing
6th set of the videos - Spring series
Topics covered
Dependency Injection
Getting started with Spring
Constructor Dependency Injection
Setter Dependency Injection
Bean Life cycle
Inheritance
Autowiring
JDBC support in Spring
Spring MVC
Form Handling
Spring MVC Controller
Spring MVC Handler
Spring View Resolver
Internalization support
7th set of the videos - Webservices videos
Topics covered
Introduction to Web service
Getting started to Web Service using JAX WS
Knowing SOAP and its API support in java
Knowing more SOAP features
Attachments in SOAP
Understanding WSDL
MTOM feature in JAX WS
Approaches in Web service
Exposing Web service using Tomcat
Introduction to Restfull Service
Getting started with Restfull services
REST VS SOAP
Introduction & Annotations to JAX RS
Parameters in JAX RS
8th set of the videos - Struts 2 series
Topics covered
Getting Started with Struts
Dynamic and Dispatch Action
Action chaining and redirect action
Data Tag
Bean Tags
Control Tags
More Control Tags
UI Tags
Tiles Integration
Session Management and Servlets operations in Struts 2
Interceptors
Validation in struts 2
9th set of the videos - Java Server Faces(JSF) Videos
Topics covered
Introduction to JSF
Button in JSF
CSS and Javascript with JSF 2
FormItem in JSF
Additional FormItem in JSF
Forward and Redirect in JSF
JSF Datatable
Injection in Managed beans of JSF
Links in JSF
Managed beans in JSF
Navigation
Panel Grid
repeat tag in JSF
Number and Date format
Parameters in JSF
Validators in JSF
10th set of the videos - EJB Video Series
Topics covered
Explain about EJB?
How to get started with EJB's?
What are the various types of EJB?
What are the benefits of using EJB?
What are Application Server?
How EJB are deployed with respect to EJB jar or an EAR?
What is Stateful session bean?
What are Entity beans & relation between entity beans and databases?
What do you mean by BMP(Bean Managed Persistance)?
What do you mean by CMP(Container Managed Persistance)?
Explain EJB queries in Java?
What are MDB(Message Driven Beans)?
Explain Life cycle of the Stateless session bean?
Explain Life cycle of Entity bean?
Explain Life cycle of MDB(Message Driven Bean)?
11th set of the videos - Servlets Video Series
Topics covered
What are Servlets?
How to get started with Servlets?
How to pass parameters to Servlets?
How can we develop Servlet to send PDF as response?
How to deal with images using Servlet?
Explain cookies with respect to web application?
Explain httpsession with an example?
What is Servlet config & Servlet Context for Java web application?
Explain and give an overview JSP(Java Server Pages)?
How to get started with JSP(Java Server Pages)?
Explain Expressions and Scriplets in JSP's?
Explain Expressions Language in JSP?
What are Include Directive & JSP include?
What are Tag Libraries in JSP?
12th set of the videos - Portlets Video Series
Topics covered
Getting Started with JBoss Portal
Types of Portals
Changing Context of Portlets in JBoss Portal
Similarities and Differences between Servlets & Portlets
Understanding XML Descriptors
How to integrate JSP with JBoss Portal?
more videos are releasing soon under the subscription program for this section.
13th set of the videos - Google Window Toolkit(GWT) Q & A Series
Topics covered
What is Google Window Toolkit(GWT)?
How to get started with Google Window Toolkit(GWT)?
Explain about EventHandlers in GWT?
Explain button in GWT?
Show and explain DatePicker widget in GWT?
How does GWT supports Menu Bar?
Introduction to and explaining about JSON?
How does GWT performs communication with the server?
How to do integration of GWT with JSON?
How JSNI can be used with GWT?
How GWT can be intergated with XML?
Explain us about GWT Panels?
14th set of the videos - Apache CXF Q & A Series
Topics covered
How to get started with Apache CXF?
How to implement Top Down approach or Contract First approach of web service using Apache CXF?
How to create Dynamic Client using Reflection and Service Model in Apache CXF?
What is Simple Front End & Show in practical, expose of Web service with an example?
What are Interceptors? Mention it with various features, customization, their usage and tasks which they perform?
Explain Invoker? Show in-depth Invoker API and means of creating own Invoker in Apache CXF?
Explain various feature available in Apache CXF?
Explain various Messaging modes & Messaging Object types in the web service world using Apache CXF?
What are Provider and Dispatch Service in Apache CXF?
Core and Advance Java online/offline training @ 30000 INR
This training will be taken by Mr. Mahesh Iyer, he is an architect in Java and J2EE technologies having hands on experience on variety of frameworks, libraries under Java. *Offline training for Mumbai region student only.
Course content:
- JSP and Servlets
- Struts 1.x/2 (MVC)
- Spring (MVC)
- Hibernate (ORM)
- JPA (ORM)/Toplink
- EJB 3.0
- JAXB (parsing XML)
- JDOM (parsing xml)
- Java Fx
- Java Server Faces
- J2EE core design patterns
- Apache ant
- JUNIT/Test ng
- Web services - SOAP, WS-*, REST, JSON
- AJAX
- jQuery
- 25 days (1.5 hour each)
- Total fees for the above mentioned entire course would be 30000 INR
Java Online Subscription
Call: 00919967590707
Email:
questpond@yahoo.com,
questpond@questpond.com
OR
View Java Demo Videos
- Give a brief introduction and explain classes in Java?
- What are Constructors in Java?
- What are Functions in Java?
- How to get started with Apache CXF?
- Explain various feature available in Apache CXF?
- What are Java Collection API?
- Explain in detail what is collection interface in Java API?
- What is ConcurrentHashMap in Java Collection?
- What is Google Window Toolkit(GWT)?
- How to get started with Google Window Toolkit(GWT)?
- Give overview on Servlets and explain its working?
- How to Get Started with Servlet?
- What do you mean by EJB(Enterprise Java Beans)?
- How to Get started with EJB(Enterprise Java Beans)?
- By using String or String Buffer performance increases?
- What is String Literal Pool?
- Abstract Factory Pattern
- Bridge Pattern
- Builder Pattern
- Command Pattern
- Composite Pattern
- Composite View
- COR Pattern
- Facade Pattern
- Flyweight Pattern
- Front Controller
- Intercept Filter
- Iterator Pattern
- MVC
- Prototype Pattern
- State Pattern
- Template Pattern
Contact us
Call: 00919967590707
Email:
questpond@questpond.com questpond@yahoo.com
FOR SALES IN USA, UK & CANADA
Email:
questpondus@questpond.com
Call: 703-825-6508