Candid

137 B,2nd floor,2nd street shanthi nagar,chrompet,chennai-600044.ph no:9677051565

CANDID INDUSTRIAL TRAINING

Candid Industrial Training, a Corporate Institute, is, managed by a team of dedicated and committed and highly qualified software & hardware professionals . The computer institute is fortunate enough to have been associated with expert and experienced faculty in the fields of Software, Hardware and Web Technologies with well-built infrastructure and 24/7 Lab assistance.

Friday, January 18, 2013

Core Java


Java Virtual Machine (JVM)
Java Preview
Introduction to OOPS
   Code Reusability
   Abstraction
   Encapsulation
   Polymorphism                                                                                           
   Class 
   Object
   Constructor
Introduction to Java Technologies:
   Operators
   Datatypes
   Java Configuration 
   Java Access Specifiers
   Java Access Modifiers
   Interface
   Overloading
   Overriding
   Conditional Statement
   Loops
   Arrays
   Java Exception Handling Mechanism
   User-defined Exception
   String, String Buffer ,String Builder
   Threads
   Java Multithreading
   Util  packages
   IO  packages
   Lang packages
   Serialization
   Cloneable
   Comparable
JDK 1.5 features
   Generics
   Enum
   Boxing and Autoboxing      
JDK 1.6 features
   Navigable Map
   Navigable Set
   Console     

Sunday, February 6, 2011

SCWCD

Sun Certified Web Component Developer (SCWCD)

                                           The Sun Certified Web Component Developer (SCWCD) certification targets information regarding Java components related to web-applications, specifically Servlets and Java Server Pages (JSPs). To achieve this certification, the candidate must pass a computer-based test available world-wide at Prometric test centers.

Unified Modelling language


Java Design Patterns


Design patterns

Introduction to software patterns 
   Patterns descriptions
Fundamental design patterns
  Delegation
  Interface
  Abstract super class
  Interface and abstract class
  Immutable
  Marker interface
  Proxy
Creational patterns
  Factory method
  Abstract factory
  Builder
  Prototype
  Singleton
  Object pool
Structural patterns
  Adapter
  Bridge
  Composite
  Decorator
  Façade
  Flyweight
  Proxy
Behavioral patterns
  Chain of responsibility
  Command
  Little language
  Mediator
  Snapshot
  Observer
  State
  Null object
  Strategy
  Template method
  visitor

Web Services


WEB SERVICES
  1.Introduction to web services
  2.Types of web services
  3.web service architecture
  4.Definition of web service 
  5.Components of web service
    5.1 SOAP
    5.2 WSDL
    5.3 UDDI
    5.4 DISCO
  6.Sample application
  7.Taking XML file
  8.Deploying and testing

Spring


SPRING
  1.Introduction
    1.1 Where Spring fits in our application
  2.Beans
    2.1 Bean Factory
    2.2 Bean Class
    2.3 Bean properties
    2.4 Interacting with bean factory
    2.5 Obtaining bean factory
    2.6 spring-config.xml
  3. Types of loading spring objects
    3.1 By using file system
    3.2 classpath
  4.Spring AOP
    4.1 Advice
      4.1.1 Before advice
      4.1.2 After advice
      4.1.3 Around advice
      4.1.4 Throwable advice
    4.2 Pointcuts
  5.Spring adaptors
    5.1 JDBC template
    5.2 Spring web
      5.2.1 Integration with Servlet
      5.2.2 Integration with JSP                                                                          
      5.2.3 Integration with Struts
    5.3 Spring RMI
    5.4 Spring EJB
      5.4.1 Stateful session bean 
      5.4.2 Stateless session bean
    5.5 Spring with JMS
      5.5.1 Sender
      5.5.2 Receiver
    5.6 Spring with Hibernate
  6.Spring web MVC
    6.1 Handler mapping
    6.2 View resolver
    6.3 Multipart resolver
    6.4 Exception resolver
    6.5 Dispatcher servlet
  7 Features of spring MVC
    7.1 Spring in action
  8 Spring Security
    8.1 Introduction
    8.2 Authenticating users
    8.3 Controlling access
    8.4 Securing web application
    8.5 view layer security
    8.6 Security method invocation

Hibernate

1.Introduction to hibernate      
  2.Architecture
  3. Configuration    
  4.Persistence Classes
  5.Dynamic table creation
  6. Hibernate Query Language    
   7.1 create query
    7.2 create criteria
    7.3 create SQL Query
  8.Hibernate Pagination
  9.ID generator
 10. Hibernate Mappings
    10.1 Associations
      10.1.1 many-to-many
      10.1.2 many-to-one
      10.1.3 one-to-many
      10.1.4 one-to-one
    10.2 Collection mappings                                                                           
      10.2.1 one-to-many
      10.2.2 many-to-many
    10.3 Component mappings
    10.4 Inheritance mapping
      10.4.1 Table per class
      10.4.2 Table per subclass
      10.4.3 Table per concrete class
   11.Hibernate Isolation
    11.1 ACID Properties
    11.2 Types of Transaction
    11.3 Types of Locks
    11.4 Isolation levels
  12 Hibernate Lock mode
  13 Hibernate version
  14 Hibernate criterion    
  15 Hibernate performance
    15.1 Second level caching      
    15.2 Statistics                                                                          
      15.2.1 Query Statistics
      15.2.2 Entity Statistics
      15.2.3 Cache Statistics
  16.Web Application with hibernate
    16.1 Servlet with hibernate
    16.2 Struts with hibernate
  17 Remote application with hibernate
    17.1 EJB with hibernate
  18.Hibernate Filters