<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Training</title>
	<atom:link href="http://www.srihithatechnologies.com/training/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.srihithatechnologies.com/training</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 07 Jul 2011 06:41:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Java Training in Hyderabad</title>
		<link>http://www.srihithatechnologies.com/training/java-training-in-hyderabad/</link>
		<comments>http://www.srihithatechnologies.com/training/java-training-in-hyderabad/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 13:55:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Courses Offered]]></category>

		<guid isPermaLink="false">http://srihithatechnologies.com/training/?p=48</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><span style="text-decoration: underline;"><strong>Java Course Content</strong></span></p>
<p><span style="text-decoration: underline;"><strong>Introduction to Java</strong></span></p>
<ul>
<li>History.</li>
<li>Object oriented features.</li>
<li>How to program and run on java.</li>
<li>How to install JDK.</li>
<li>Sample program.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Primitive Data Types</span></strong></p>
<ul>
<li>Introduction.</li>
<li>Default values provided.</li>
<li>Wrapper classes.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Variables</span></strong></p>
<ul>
<li>Types of variables.
<ul>
<li>Depending on place of declaration.</li>
<li>Depending on data type.</li>
</ul>
</li>
</ul>
<p><strong><span style="text-decoration: underline;">How to Create an Object</span></strong></p>
<ul>
<li>General Syntax.</li>
<li>Steps Involved in creating an object.</li>
<li>Garbage collection.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Encapsulation</span></strong></p>
<ul>
<li>Definition and explanation.</li>
<li>Understanding the business problem or need.</li>
<li>Examples.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Class and an Object</span></strong></p>
<ul>
<li>What is a class and an object</li>
<li>Need to create a class and how to create a class.</li>
<li>Need to create an object and how to create an object.</li>
<li>Properties of an object.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Constructor</span></strong></p>
<ul>
<li>What is a constructor?</li>
<li>Where and how to use a constructor.</li>
<li>Types of constructors.</li>
<li>Why Constructor overloading and chaining.</li>
<li>Constructor overloading with examples.</li>
<li>Constructor chaining with examples.</li>
<li>Use of ‘this’ keyword.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Static Block</span></strong></p>
<ul>
<li>Static Initializer</li>
</ul>
<p><strong><span style="text-decoration: underline;">Packages</span></strong></p>
<ul>
<li>What is a package?</li>
<li>Why package?</li>
<li>Different types of packages</li>
<li>User defined packages</li>
</ul>
<p><strong><span style="text-decoration: underline;">Arrays in Java</span></strong></p>
<ul>
<li>What is an array?</li>
<li>How to declare an array.</li>
<li>Enhanced for loop</li>
<li>User defined arrays</li>
</ul>
<p><span style="text-decoration: underline;">Command Line Arguments</span></p>
<p><span style="text-decoration: underline;">Access Specifiers</span></p>
<p><span style="text-decoration: underline;">Accessibility Modes</span></p>
<p><span style="text-decoration: underline;">Examples</span></p>
<p><strong><span style="text-decoration: underline;">Inheritance</span></strong></p>
<ul>
<li>What is inheritance</li>
<li>Types of inheritance</li>
<li>Support of  java to inheritance</li>
<li>Examples using ‘extends’ key word.</li>
<li>Constructors in inheritance</li>
<li>Method over riding</li>
<li>‘Super’ key word</li>
<li>‘final’ key word</li>
<li>‘Abstract’ key word.</li>
<li>Interfaces.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Polymorphism</span></strong></p>
<ul>
<li>What is binding?</li>
<li>Static polymorphism</li>
<li>Dynamic polymorphism</li>
<li>Method over loading</li>
<li>Method over riding</li>
</ul>
<p><strong><span style="text-decoration: underline;">Exception Handling</span></strong></p>
<ul>
<li>Try</li>
<li>Catch</li>
<li>Throw</li>
<li>Throws</li>
<li>Finally</li>
<li>User defined exceptions.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Wrapper Classes</span></strong></p>
<ul>
<li>Auto Boxing.</li>
<li>Auto un-Boxing.</li>
<li>Examples</li>
</ul>
<p><strong><span style="text-decoration: underline;">Singleton Classes</span></strong></p>
<p><strong><span style="text-decoration: underline;">Multithreading</span></strong></p>
<ul>
<li>Daemon thread.</li>
<li>Synchronization.</li>
<li>Dead lock.</li>
<li>Volatile modifier.</li>
</ul>
<p><span style="text-decoration: underline;">I/O STREAMS</span></p>
<p><span style="text-decoration: underline;">SERIALIZATION</span></p>
<p><span style="text-decoration: underline;">DIFFERENT WAYS IN CREATING AN OBJECT</span></p>
<p><span style="text-decoration: underline;">OBJECT CLASS</span></p>
<p><span style="text-decoration: underline;">FINALIZER</span></p>
<p><span style="text-decoration: underline;">STRING CLASS</span></p>
<p><span style="text-decoration: underline;">STRING TOKENIZER CLASS</span></p>
<p><span style="text-decoration: underline;">STRING BUFFER AND STRING BULDER</span></p>
<p><span style="text-decoration: underline;">AWT</span></p>
<p><span style="text-decoration: underline;">APPLET AND SWINGS</span></p>
<p><span style="text-decoration: underline;">EVENT HANDLING</span></p>
<p><span style="text-decoration: underline;">ANONYMOUS CLASS</span></p>
<p><span style="text-decoration: underline;">COLLECTIONS</span></p>
<p><strong><span style="text-decoration: underline;">ORACLE CERTIFIED JAVA PROGRAMMER(OCJP/SCJP)</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.srihithatechnologies.com/training/java-training-in-hyderabad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>J2EE Training in Hyderabad</title>
		<link>http://www.srihithatechnologies.com/training/j2ee-training-in-hyderabad/</link>
		<comments>http://www.srihithatechnologies.com/training/j2ee-training-in-hyderabad/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 13:32:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Courses Offered]]></category>

		<guid isPermaLink="false">http://srihithatechnologies.com/training/?p=40</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><span style="text-decoration: underline;"><strong>J2EE Course Content</strong></span></p>
<p style="text-align: right;"><strong>Duration: 30 Days</strong></p>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>Introduction to java</strong></span></p>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>JDBC</strong></span><br />
1.    What is  JDBC<br />
2.    JDBC Architecture<br />
3.    JDBC  API<br />
4.    Data Base Server<br />
5.    JDBC-ODBC Approach<br />
6.    What is DSN<br />
7.    Performing Data Base Operations<br />
8.    Retrieving Data from data base<br />
9.    Using Prepared Statement In Jdbc Application<br />
10.    Batch Updates</p>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>Web application development</strong></span><br />
What is web application<br />
Types of web programming<br />
Types of web pages<br />
Servlets</p>
<ul>
<li>What is  servlets</li>
<li> Servlets development</li>
<li> Skeleton structure of our servlets</li>
<li>Life cycle of our servlets</li>
<li>Steps to develop a web application</li>
<li>Web application deployment into tomcat</li>
<li>Servlets classified</li>
<li>Skeleton structure of a protocol dependent servlets</li>
<li>Order of method calls</li>
<li>http request methods</li>
<li>authentication servlets</li>
<li>servlets collaboration</li>
<li>session tracking</li>
<li>cookies</li>
<li>URL re writing</li>
<li>Filters</li>
<li>Filter API</li>
<li>Web application on servlets context listener</li>
<li>Scriptlet</li>
</ul>
<p><strong>2. JSP</strong></p>
<ol>
<li> Advantage , key points of jsp</li>
<li> Jsp life cycle</li>
<li> Scripting elements</li>
<li> Cookies</li>
<li> Using a java bean in a jsp</li>
<li> Jsp architectural models</li>
<li> Tag handler development</li>
<li> JSP compiler of web logic</li>
</ol>
<p>•    DB Native API<br />
•    Serialization  Deserialization<br />
•    Hibernate<br />
•    JNDI (Java Naming and Directory Interface)<br />
•    Pooling<br />
•    HTTP Protocol<br />
•    Cookie<br />
•    Session<br />
•    JSPL(JSP Standard Tab Libraries)<br />
•    Struts<br />
•    Data Access Object<br />
•    Spring</p>
<ul>
<li> Spring With Hibernate</li>
<li>Web Application with spring</li>
<li>Forms with spring</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.srihithatechnologies.com/training/j2ee-training-in-hyderabad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dot net Projects Training in Hyderabad</title>
		<link>http://www.srihithatechnologies.com/training/dot-net-projects-training-in-hyderabad/</link>
		<comments>http://www.srihithatechnologies.com/training/dot-net-projects-training-in-hyderabad/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 10:59:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Courses Offered]]></category>
		<category><![CDATA[Dot net Projects]]></category>
		<category><![CDATA[Dot net Projects Training in Hyderabad]]></category>

		<guid isPermaLink="false">http://srihithatechnologies.com/training/?p=12</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><span style="text-decoration: underline;"><strong>Dot net Projects Training in Hyderabad</strong></span></p>
<p style="text-align: justify;">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.</p>
<p>Brief revision of core concepts<br />
Project architecture (3 Tier)<br />
Introduction and Usage of the Jquery library<br />
Asp.net Ajax controls<br />
Thorough implementation of Excel files in Asp.net Grid View<br />
Live scenarios of WCF Services<br />
Live scenarios of Google map control<br />
Usage of web services and windows services<br />
Deployment of application and uploading process of application to remote server<br />
Configuration of the remote server<br />
Note: Complete code will be provided for all the live scenarios</p>
<p style="text-align: justify;"><strong>Project architecture:</strong></p>
<p>Architecture will explains the clear picture of any web application development, Basically it<br />
explains the GUI Design of application<br />
Business standards and coding way of application<br />
Data base design of the application</p>
<p style="text-align: justify;"><strong>GUI Design of application:</strong></p>
<p>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.</p>
<p style="text-align: justify;"><strong>Standardized coding way of application:</strong></p>
<p>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.</p>
<p style="text-align: justify;"><strong>Writing Data classes (DAL)</strong></p>
<p>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.</p>
<p style="text-align: justify;"><strong>Writing Business classes (BAL):</strong></p>
<p>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).</p>
<p style="text-align: justify;"><strong>Database design </strong></p>
<p>For storage and retrieval we need a persistent storage which we call as a Database.<br />
Strong analysis on</p>
<p>a. What are the different tables<br />
b. What are the fields in each table<br />
c. What is the data type of each field<br />
d. Defining the relationships between tables<br />
e. Validation rules for each field</p>
<p style="text-align: justify;"><strong>Knowledge on the SQL Server commands like</strong></p>
<p>Data definite language commands (DDL)<br />
Data manipulation language commands (DML)<br />
Transaction control language Commands (TCL)</p>
<p style="text-align: justify;"><strong>Create Stored Procedures for the required functionality</strong></p>
<p>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&#8230; of the application and then start writing the stored procedure for them for each table.</p>
<p style="text-align: justify;"><strong>Core concepts to cover</strong></p>
<p>Master pages<br />
Ado.net (Data Sets, Data Readers, Data Adaptors, Command objects)<br />
State Management<br />
Data controls (complete Grid view, Repeater)<br />
Validation controls (Client side and Server side)</p>
<p><strong>Note: </strong><br />
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)</p>
<p style="text-align: justify;"><strong>For more Project List contact : 9246599566.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.srihithatechnologies.com/training/dot-net-projects-training-in-hyderabad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

