You are on page 1of 11

JAVA

FULL STACK
Introduction to WEB
What is Web?
Web Features?
W3C and W3C Members
Introduction to What WG
Core HTML
Introduction
Parts in HTML Document
Version Information
Head Section
Meta Information
Favicons
Body Section
HTML FORMS
Anchors, Images
Advance HTML5
Introduction
HTML5 HISTORY
Why HTML5?
New Features and Groups
Structure of HTML5 Document
Power of HTML5 and Features
Semantics and Block Level Elements
HTML5 Forms
HTML5 Multimedia
HTML5 Graphics
Core CSS
Introduction
CSS Basics
CSS Introduction
CSS Syntax
CSS Versions
CSS Id & Class
CSS Styling
Styling Backgrounds
Styling Text
Styling Fonts
CSS Borders
Advance CSS
Introduction
CSS3 Modules
Selectors
Box Model
Backgrounds and Borders
Text Effects
2D/3D Transformations
Core &Adanced Animations
Multiple Column Layout
User Interface
JAVASCRIPT (ES-5 and ES-6)
l Basic JavaScript
l DOM and BOM
l Intervals and Objects
l Prototype ,Hoisting and Closure
l Let , Const , Arrow , Class and Inheritance
l Map, Filter , Reduce , Template Literals
l forEach, for-in, for-of loop.

Typescript
l Why Typescript
l Basic Types
l Class and Interfaces
l Modules
INTRODUCTION TO REACT JS
l What is React JS?
l What is SPA?
l DOM vs Virtual DOM
l Advantages and Disadvantages
l Key Features

ENVIRONMENTAL SETUP
l Node | NPM
l Installation of CLI
l Setup Project
l Directory Structure
l Code Editors
l How React JS Application Boot

BASIC FEATURES OF REACT JS


l React Concepts
l JSX and TSX
l Render Elements
l Function and Class Components
l Props and State
l Handling Events
l Dynamic Data Rendering
l Property Binding
KEY FEATURES OF REACT JS
l Conditional Rendering
l List and Keys
l Forms Handling
l Forms Validations
COMPONENT LIFECYCLE HOOK
l Understanding component lifecycle
l All Lifecycle Hooks
EVENT HANDLING REACT
l Understanding React Event System
l Passing arguments to event Handlers
NETWORK CALL
l Fetch
l Axios
CUSTOM SERVICES
l Introduction to Services
l Building a Service
LOCAL DATA STORAGE
l Local Storage
l Session Storage
l Cookies
ROUTING WITH REACT ROUTER
l Setting up React Router
l Configuring route with Route Component
l Making routes dynamic with Route Params
l Working with nested routes
l Link and NavLink
l Redirect Routes
UI COMPONENTS
l Angular Material
l PrimeNG
INTRODUCTION TO REDUX
l Why Redux
l Install and setup
l Store ,Reducer , actions
l Dispatcher
l High order Components
l mapStateToProps and mapDispatchToProps usage

ADVANCE REDUX
l Async Actions
l Middleware
l Redux Thunk and Redux Saga
React Hooks
l Why We Need Hooks.
l Different Types Of Hooks
l Using State And Effect Hooks
l Usereducer , Useref Etc.
l Custom Hooks
l Rules Of Hooks
Third Party Modules
l Social Login
l Pagination
l Search
l Filter
l JWT Token
l File Upload
l Many More
Rest Js Testing
l Jest with Enzyme

Develop a CRUD Application in React Js


React JS Application Deployment
l Build Application and Deployment
INTRODUCTION TO JAVA
l Why Java was Developed
l Application Areas of Java
l History of Java
l Platform Independency in Java
l USP of Java: Java Features
l Sun-Oracle Deal
l Different Java Platforms
l Difference between JDK,JRE,JVM
l Java Versions
l JVM Architecture
l Installing Java on Windows
l Understanding Path Variable: Why Set Path
CREATING FIRST JAVA PROGRAM
l Understanding Text Editors to Write Programs
l How to compile java file
l Byte Code and class file
l How to run class file
JAVA LANGUAGE FUNDAMENTALS
l Identifiers
l Keywords
l Variables
l Literals
l Data Types
l Operators
l Comments
l Looping Statements
l Condition Statements
l Type Casting
OOP IMPLEMENTATION (PIE)
l Why OOP
l OOP Concepts with Real life examples
l Class& it's Syntax
l Object& it's Syntax
l Reference Variable
l Constructors
l Instance(Non-Static)& Static Variables
l Instance(Non-Static) & Static Methods
l this Keyword and it's usages
l Object & Static Initializers(Anonymous Blocks)
l Understanding '+' Operator
l Inheritance& it's Syntax
l Types of Inheritance
l Object Class as Root of Java Class Hierarchy
l Variable Hiding
l Method Hiding
l Method Overriding
l Method Overloading
l Super keyword and it's usages
l Final keyword and it's usages
l Constructor Chaining
l Upcasting and Downcasting
l Static &Dynamic Binding
l Run Time Polymorphism
l Abstract Keyword(Abstract classes and methods)
l Understanding Interfaces
l Implementation of Encapsulation
l Association with Implementation
PACKAGES
l Understanding Packages
l Setting Class path
l Reading Input from Keyboard
l Access Modifiers

NESTED TYPES
l Static Nested Class
l Non-static Nested Class
l Local Class
l Anonymous Class
l Nested Interface

ARRAYS
l General Definition of Array
l Advantages from Array
l Arrays in Java
l 1-d Arrays
l 2-d Arrays
l Jagged Arrays
l Array of reference type
l Operations on Arrays

COMMAND LINE ARGUMENTS AND WRAPPER CLASSES


l How to read command line arguments
l Wrapper Classes
l Parsing of Numeric Strings
l String representation of Primitives

EXCEPTION HANDLING
l Types of Runtime Errors
l Understanding Exceptions
l Exception Class Hierarchy
l Try & Catch Blocks
l Patterns of Catch Block
l Nested Try statements
l Throw, throws and finally
l Creating Custom Exceptions
l Checked & Unchecked Exceptions
l Assertion
WORKING WITH STRINGS
l What is String
l String Class
l Creating String Object
l Operations on String
l String Buffer Class and it's Methods
l Difference between String and StringBuffer class
l String Builder Class and it's Methods
l Difference between StringBuffer and StringBuilder
SWING
l Introduction to AWT
l Introduction to Swing Components
l Look And Feel of Swing Components
l MVC Architecture of Swing Components
l Working with Image
l Advance Swing Components
l JOptionPane,JTree,JTable,JTabbedPane
l JfileChooser,JcolorChooser
l Menu Components
l JMenu
l JMenuItem
l JMenubar
MULTITHREADED PROGRAMMING
l Multitasking: Why Concurrent Execution
l Multiprocessing v/s Multithreading
l Main Thread (Default Java Thread)
l Creating Child Threads and understanding context switching
l Thread States
l Thread Group
l Thread Synchronization: Methods and Blocks
l Inter-Thread communication
l Daemon Threads
l Deadlock
I/O STREAMS
l What is I/O
l Why Need Streams
l Byte Streams and Character Streams
l Read/Write operations with file
l Scanner Class
l Object Serialization& Deserialization
l Transient keyword
l File Class and it's Methods

SOCKET PROGRAMMING
l Understanding Fundamentals of a Network
l Socket and ServerSocket Classes
l InetAddress Class
l DatagramSocket and DatagramPacket Classes
l URL,URLConnection,HttpURLConnection Classes

REFLECTION
l Understanding the Need Of Reflection
l Getting information about class's modifiers, fields, methods, constructors and super classes
l Finding out constant and method declaration belong to an interface
l Creating an instance of the class whose name is not known until runtime
l Getting and setting values of an object's field if field name is unknown until runtime
l Invoking a method on an object if the method is unknown until runtime
l Invoking Private Methods

EXTENDED & UTILITY CONCEPTS


l Generics
l Lambda Expression
l Annotations
l Object Cloning
l Vargs
l Static-import
l Enum
l Static, Default and Private Methods of Interface
l Var Type
l Java Modules
COLLECTIONS FRAMEWORK
l What is Collection?
l What is Framework?
l Collections Framework
l Core Interfaces
l Collection, List, Queue,Deque
l Set,NavigableSet, SortedSet
l Map,NavigableMap, SortedMap
l Core Classes
l ArrayList, LinkedList,PriorityQueue,ArrayDeque
l HashSet,LinkedHasSet,TreeSet,
l HashMap,IdentityHashMap,WeakHashMap,LinkedHashMap,Tree Map
l Accessing a Collection via an Iterator
l Accessing List via ListIterator
l Accessing a Collection via for each loop
l Working with User Defined Objects
l The Comparator and Comparable Interfaces
l The Legacy classes and Interfaces.
l Enumeration, Vector ,Stack
l Hashtable, Properties

DATE & TIME API


l java.util.Date
l java.util.Calender
l java.sql.Date

JODA API
l java.time.LocalDate
l java.time.LocalTime
l java.time.LocalDateTime

SYSTEM PROPERTIES & INTERNATIONALIZATION (I18N)


l Understanding Locale
l Resource Bundle
l Usage of properties file
l Fetching text from Resource Bundle
l Displaying the text in HINDI
l Displaying date in Hindi

INTRODUCTION TO SQL(PROJECT BASED)

DATABASE PROGRAMMING USING JDBC


l Need Of JDBC
l JDBC Drivers
l Statement, PreparedStatement, CallableStatement
l Scrollable and Updatable ResultSet
l Batch Updates
l Transaction
l Metadata

JAVA EE(JAVA PLATFORM ENTERPRISE EDITION)


l Understanding the Concept of Java EE : JEE Specification
l Java EE Architecture
l Single Tier
l Two Tier
l Three Tier
l N-Tier
l Java EE Components
l Web Components
l Distributed(Business) Components
l Java EE Containers& Servers
l Web Container& Web Server(Apache Tomcat)
l EJB Container& Application Server(Weblogic,Glassfish,Websphere)
l Java EE Services
l JNDI Service
l Java Transaction Service
l JAAS
l JMS

JAVA SERVLET
l Introduction to web programming
l Role of Servlet in web programming
l Servlet Lifecycle
l Servlet with Annotations
l @WebServlet
l @WebInitParam
l @WebListener
l @WebFilter
l @MultipartConfig
l Request Dispatching
l Parameters & Attributes and their differences
l ServletConfig and ServletContext
l File Uploading and Downloading
l Session Tracking&State Management
l Cookie
l Url Rewriting
l Hidden Form Field
l Session Object
l Events & Listeners
l Dependency Injection
l Refreshing Servlet
l Filters
JAVA SERVER PAGES (JSP) & JSTL
l JSP Architecture
l JSP Elements
l JSP Objects
l Understanding JavaBeans
l Custom Tags
l Using tags of JSTL
l Expression Language

PROJECT CLASSES
l Front End Coding
l FORM DESIGNING
l HTML
l CSS
l JAVA SCRIPT
l BOOTSTRAP
l Back End Coding
l DATABASE DESIGNING
l Connecting forms to database
l Writing Business Logic
l Project Hosting
DESIGN PATTERN
l Why Design Patterns…?
l Front Controller
l Composite View
l Factory Pattern
l Singleton Pattern
l DAO Pattern
JAVA MAIL API
l Email System and Protocols
l Sending & Receiving Mails
l Handling Attachments

INTRODUCTION TO DISTRIBUTED PROGRAMMING


l RMI
l Web Services

INTRODUCTION TO RESTFULL SERVICES


l @PathParam
l @Path
l @FormParam
l @QueryParam
l @DefaultValue

OVERVIEW OF JPA FRAMEWORK

SPRING
SPRING
l What is Spring?
l Spring modules
l Understanding dependency Injection
l Applying aspect-oriented programming
BASIC BEAN WIRING
l Containing your Bean
l Creating bean
l Injecting into bean properties
l Auto wiring
l Controlling bean creation

ADVANCED BEAN WIRING


l Declaring parent and Child Bean
l Applying method injection
l Injecting Non-spring Beans
l Registering Custom property editors
ADVISING BEANS
l Introducing AOP
l Creating classic spring aspects
l Creating advice
l Defining Pointcuts and Advisors
l Using proxyFactory Bean
l Autoproxying

HITTING THE DATABASE


l Learning spring's data Access Philosphy
l Configuring a data source
l Using JDBC with Spring
l Working with JDBC Templates
l Using Spring's DAO Support Classes for JDBC
l Integrating Hibernate with Spring
l Caching
INTRODUCTION TO MVC
l Define MVC
l Hibernate Injection
l Spring Annotation
l Spring Controller
MAVEN DEPLOYMENT
l Maven Configuration
l Converting Maven to Eclipse
l Various Maven Command

SPRING REST API


l Creating Rest
l Consuming Rest
l Calling on Client

BUILDING CONTRACT-FIRST WEB SERVICES IN SPRING


l Introducing Spring-WS
l Defining Contract (First!)
l Handling messages with service endpoints
l Wiring it all together
l Consuming Spring-WS Web services

HIBERNATE
INTRODUCTION TO ORM
l Need of ORM
l Problems using JDBC Directly
l ORM Implementation

INTRODUCTION TO HIBERNATE
l Hibernate Architecture
l Hibernate configuration
l Hibernate's Support for Other Technologies
l Installing Hibernate
l A “Hello world” stand alone application
l A Servlet–Based Hibernate application

CREATING PERSISTING CLASSES


l Mapping a basic Java Class
l Mapping a Class with Binary Data
l Mapping a Serializable Class
l Mapping a class with Data/ calendar attributes
l Mapping a Read-only class
l Mapping a class using Versioning /Timestamps

MAPPING INHERITENCE WITH JAVA CLASSES


l Table-Per –class Hierarchy Mapping
l Table-Per –subclass Hierarchy Mapping
l Table-Per –concrete-subclass Hierarchy Mapping
l Persistence interfaces
WORKING WITH COLLECTIONS
l Associations
l Lazy initialization
l Mapping Maps/Sorted Maps
l Mapping Sets/Sorted Sets
l Mapping lists
l Mapping Arrays
l Mapping a Bidirectional Association
SCALAR QUERIES AND HIBERNATE QUERY LANGUAGE
l Queries
l Named Queries
l SQL Queries
l Hibernate Queries language
HIBERNATE TRANSACTIONS AND LOCKING
l Configuration
l Database support
l Using Transactions
l The Transactions API
l Transaction Example Using Oracle
l Locking

HIBERNATE CACHING
l How caching improves performence
l First level lache
l Second level cache

Partners : Java
NOIDA GHAZIABAD PITAMPURA (DELHI) SOUTH EXTENSION
A-43 & A-52, Sector-16, 1, Anand Industrial Estate, Plot No. 366, 2nd Floor, (DELHI)
Noida - 201301, (U.P.) INDIA Near ITS College, Mohan Nagar, Kohat Enclave, Pitampura,
D-27,South Extension-1
70-70-90-50-90 Ghaziabad (U.P.) ( Near- Kohat Metro Station)
New Delhi-110049
+91 99-9999-3213 70-70-90-50-90 Above Allahabad Bank,
New Delhi- 110034. 70-70-90-50-90
70-70-90-50-90 +91 98-1161-2707
GURGAON
1808/2, 2nd floor old DLF,
Near Honda Showroom,
Sec.-14, Gurgaon (Haryana)
70-70-90-50-90
www.facebook.com/ducateducation

You might also like