Srihitha Technologies, B7, 3rd Floor, Eureka Court, Beside Image Hospitals, Ameerpet ,Hyderabad. We Provide Class Room Training in SEO  Web Designing  Perl Scripting  Shell Scripting  Tibco Testing  Tools Weblogic Server Administration  Web Sphere. We Provide Online Training in Cognos 8.4  Hibernate  IBM-MQ  Java  J2ee  .NET 3.5  Oracle 10g DBA   Perl Scripting  Shell Scripting  SAP - ABAP  SAP - Basis  Spring  SEO  Testing Tools  Tibco  Web Designing Weblogic Server Administration  Web Sphere 6.1
Contact :
Online Training :
9291759826, 9394799566, 040-64619566
srihithaonlinetraining@gmail.com
Class room Training :
9394799566, 040-64619566
srihithaclassroomtraining@gmail.com

Online Training Courses

Class Room Training Courses

Java Training in Hyderabad

March 01, 2011 By: admin Category: Courses Offered

Java Course Content

Introduction to Java

  • History.
  • Object oriented features.
  • How to program and run on java.
  • How to install JDK.
  • Sample program.

Primitive Data Types

  • Introduction.
  • Default values provided.
  • Wrapper classes.

Variables

  • Types of variables.
    • Depending on place of declaration.
    • Depending on data type.

How to Create an Object

  • General Syntax.
  • Steps Involved in creating an object.
  • Garbage collection.

Encapsulation

  • Definition and explanation.
  • Understanding the business problem or need.
  • Examples.

Class and an Object

  • What is a class and an object
  • Need to create a class and how to create a class.
  • Need to create an object and how to create an object.
  • Properties of an object.

Constructor

  • What is a constructor?
  • Where and how to use a constructor.
  • Types of constructors.
  • Why Constructor overloading and chaining.
  • Constructor overloading with examples.
  • Constructor chaining with examples.
  • Use of ‘this’ keyword.

Static Block

  • Static Initializer

Packages

  • What is a package?
  • Why package?
  • Different types of packages
  • User defined packages

Arrays in Java

  • What is an array?
  • How to declare an array.
  • Enhanced for loop
  • User defined arrays

Command Line Arguments

Access Specifiers

Accessibility Modes

Examples

Inheritance

  • What is inheritance
  • Types of inheritance
  • Support of  java to inheritance
  • Examples using ‘extends’ key word.
  • Constructors in inheritance
  • Method over riding
  • ‘Super’ key word
  • ‘final’ key word
  • ‘Abstract’ key word.
  • Interfaces.

Polymorphism

  • What is binding?
  • Static polymorphism
  • Dynamic polymorphism
  • Method over loading
  • Method over riding

Exception Handling

  • Try
  • Catch
  • Throw
  • Throws
  • Finally
  • User defined exceptions.

Wrapper Classes

  • Auto Boxing.
  • Auto un-Boxing.
  • Examples

Singleton Classes

Multithreading

  • Daemon thread.
  • Synchronization.
  • Dead lock.
  • Volatile modifier.

I/O STREAMS

SERIALIZATION

DIFFERENT WAYS IN CREATING AN OBJECT

OBJECT CLASS

FINALIZER

STRING CLASS

STRING TOKENIZER CLASS

STRING BUFFER AND STRING BULDER

AWT

APPLET AND SWINGS

EVENT HANDLING

ANONYMOUS CLASS

COLLECTIONS

ORACLE CERTIFIED JAVA PROGRAMMER(OCJP/SCJP)

J2EE Training in Hyderabad

February 24, 2011 By: admin Category: Courses Offered

J2EE Course Content

Duration: 30 Days

Introduction to java

JDBC
1.    What is  JDBC
2.    JDBC Architecture
3.    JDBC  API
4.    Data Base Server
5.    JDBC-ODBC Approach
6.    What is DSN
7.    Performing Data Base Operations
8.    Retrieving Data from data base
9.    Using Prepared Statement In Jdbc Application
10.    Batch Updates

Web application development
What is web application
Types of web programming
Types of web pages
Servlets

  • What is  servlets
  • Servlets development
  • Skeleton structure of our servlets
  • Life cycle of our servlets
  • Steps to develop a web application
  • Web application deployment into tomcat
  • Servlets classified
  • Skeleton structure of a protocol dependent servlets
  • Order of method calls
  • http request methods
  • authentication servlets
  • servlets collaboration
  • session tracking
  • cookies
  • URL re writing
  • Filters
  • Filter API
  • Web application on servlets context listener
  • Scriptlet

2. JSP

  1. Advantage , key points of jsp
  2. Jsp life cycle
  3. Scripting elements
  4. Cookies
  5. Using a java bean in a jsp
  6. Jsp architectural models
  7. Tag handler development
  8. JSP compiler of web logic

•    DB Native API
•    Serialization  Deserialization
•    Hibernate
•    JNDI (Java Naming and Directory Interface)
•    Pooling
•    HTTP Protocol
•    Cookie
•    Session
•    JSPL(JSP Standard Tab Libraries)
•    Struts
•    Data Access Object
•    Spring

  • Spring With Hibernate
  • Web Application with spring
  • Forms with spring

Dot net Projects Training in Hyderabad

January 10, 2011 By: admin Category: Courses Offered

Dot net Projects Training in Hyderabad

In this training basically we will covers all the fundamental things which are essential for the any type of web based projects that are existed in the real web environment like.

Brief revision of core concepts
Project architecture (3 Tier)
Introduction and Usage of the Jquery library
Asp.net Ajax controls
Thorough implementation of Excel files in Asp.net Grid View
Live scenarios of WCF Services
Live scenarios of Google map control
Usage of web services and windows services
Deployment of application and uploading process of application to remote server
Configuration of the remote server
Note: Complete code will be provided for all the live scenarios

Project architecture:

Architecture will explains the clear picture of any web application development, Basically it
explains the GUI Design of application
Business standards and coding way of application
Data base design of the application

GUI Design of application:

UI design is the very important task in the web environment which will attracts the end users to  Visit the site again and again, so designating the screens in more look and feel manner is very  important. For better look and feel we need to have to use html controls with standard and browser supportability cascading style sheets.

Standardized coding way of application:

While developing the application maintain the coding standards will improve the performance and easily maintenance of application. In this coding standards we will explains how and where to write the business classes (BAL) and data classes (DAL) in the application.

Writing Data classes (DAL)

In the Data classes the developer is going to represent each table of database as a separate data class which holds every column of the table as a property with specific return type as the data type of the column in the table.

Writing Business classes (BAL):

It gives the complete picture of writing the code which will integrate the UI design and for the Data classes. Basically it is the code that we are going to write in the code behind file (ex: .cs, .vb files).

Database design

For storage and retrieval we need a persistent storage which we call as a Database.
Strong analysis on

a. What are the different tables
b. What are the fields in each table
c. What is the data type of each field
d. Defining the relationships between tables
e. Validation rules for each field

Knowledge on the SQL Server commands like

Data definite language commands (DDL)
Data manipulation language commands (DML)
Transaction control language Commands (TCL)

Create Stored Procedures for the required functionality

Stored procedures are the important aspect in the application development, stored procedures enable the users to change the logic without tinkering with the application. Even the developer can pass the parameters to the stored procedure from the front end, in .Net CLR makes it possible for the developers to write the stored procedures, triggers, user-defined functions and creating the database using the managed language such as C#.Net. Developer should identify the basic functionalities like Insert, Delete, Update, GetAll, GetRecordById etc… of the application and then start writing the stored procedure for them for each table.

Core concepts to cover

Master pages
Ado.net (Data Sets, Data Readers, Data Adaptors, Command objects)
State Management
Data controls (complete Grid view, Repeater)
Validation controls (Client side and Server side)

Note:
Please contact who really need the good career in IT and strong knowledge enough for manage up to 3 years of experience in the Dot net environment. We will have both class room and online training (for employees and busy people)

For more Project List contact : 9246599566.


Home :: About Us :: Demos ::Contact Us :: Online Training :: Privacy Policy :: Disclaimer :: Rss