13/12/2013
HTML Quick Review
http://nataraz2java.blogspot.in/2013/12/html-quick-review.html
nataraz2java.blogspot.in
13/12/2013
HTML Quick Review
http://nataraz2java.blogspot.in/2013/12/html-quick-review.html
12/12/2013
XML & web services class notes by nataraz
http://nataraz2java.blogspot.in/2013/12/xml-web-services-class-notes-by-nataraz.html
Here providing XML & Web services are in single pdf, It was written in class dictated by nataraz sir in sathya technologis, contains 131 pages and following topics.
Introduction and Overview to XML.
XML Fundamentals.
XML Syntax's.
XML Namespaces.
XML DTD (Document Type Definition).
XML XSD (schema Definition).
Xquery and Xpath.
Publishing XML.
XML formatting with XSL-FO.Read More..
XML & web services class notes by nataraz | Nataraz Java notes
07/12/2013
JSP Class Notes by Nataraz Sir
http://nataraz2java.blogspot.in/2013/11/jsp-class-notes-by-nataraz-sir.html
JSP class notes by nataraz sir, It is written in class dictated by nataraz sir in sathya technologis, it contains the following topics.
Introduction to JSP.
Difference b/w JSP, ASP, ASP.NET and Servlets.
Comments and character in JSP.
JSP Syntax.
Creating your first jsp page.
JSP Scripting elements. Read more...
07/12/2013
Advanced Java Class Notes by Nataraz Sir
http://nataraz2java.blogspot.in/2013/11/advanced-java-class-notes-by-nataraz-sir.html
Advanced Java class notes by nataraz sir, It contains the following topics in advanced java.
Advanced Java Description
JDBC (Complete)
Example programs
Advanced Java Written Class Notes by Nataraz Sir | Nataraz Java notes
07/12/2013
Hibernate Written notes by nataraz sir
http://nataraz2java.blogspot.in/2013/11/hibernate-written-notes-by-nataraz-sir.html
Hibernate is the most popular open source java application framework as of current moment. It is one of the best job enablers to Hibernate class notes by nataraz sir, It is written in class dictated by nataraz sir in sathya technologis, contains 262 pages and following topics.
What is Hibernate Frame Work?
Introduction to ORM.
Introduction to hibernate.
Hibernate Configuration file & Mapping files..Read more...
07/12/2013
Spring Written Class Notes by Nataraz Sir
http://nataraz2java.blogspot.in/2013/11/spring-1.html
Spring 1.x and 2.x class notes by nataraz sir, It is written in class dictated by nataraz sir in sathya technologis, contains 291 pages and following topics.
What is Spring Frame Work?
Difference b/w plain JDBC and Spring JDBC application.
Difference b/w Struts and Spring.
Spring 1.x
Spring Core (base for all other).
Spring DAO (Data Access Object).
Spring Web...Read more...
07/12/2013
WebLogic Class notes by Nataraz sir
http://nataraz2java.blogspot.in/2013/12/weblogic-class-notes-by-nataraz-sir.html
Posted by hareesh nare Saturday, 7 December 2013 0 comments
WebLogic is a server software application that runs on a middle tier, between back-end databases and related applications and browser-based thin clients. WebLogic is a leading e-commerce online transaction processing (OLTP) platform, developed to connect users in a distributed computing environment and to facilitate the integration of mainframe applications with distributed corporate data and applications.Here are providing weblogic class notes by nataraz sir, It is written in class dictated by nataraz sir in sathya technologis, contains 271 pages and following topics.
Introduction to Weblogic application server.
WebLogic Components and architecture.
WebLogic Installation and Configuration.
Oracle WebLogic and Java.Read More...
03/12/2013
web services class notes by nataraz
http://nataraz2java.blogspot.in/2013/12/web-services-class-notes-by-nataraz.html
It is written in class dictated by nataraz sir in sathya technologis, contains 94 pages and following topics.
Introduction to Web services.
Web services definition.
Develop web services.
Develop web services with EJB.
Introduction to JAXB.
Introduction to STAX.
Understanding soap with HTTP.
And each module and concept related examples.
by nataraz sir. Refer these notes is very useful and gain good knowledge on Web Services.To get this notes see the link above.
28/11/2013
JSP Class Notes by Nataraz Sir
http://nataraz2java.blogspot.in/2013/11/jsp-class-notes-by-nataraz-sir.html
JSP class notes by nataraz sir, It is written in class dictated by nataraz sir in sathya technologis, it contains the following topics.
Introduction to JSP.
Difference b/w JSP, ASP, ASP.NET and Servlets.
Comments and character in JSP.
JSP Syntax.
Creating your first jsp page.
JSP Scripting elements. Read more...
27/11/2013
Advantages of Dependency Injection
http://nataraz2java.blogspot.in/2013/11/advantages-of-dependency-injection.html
I'm planning to know the benefits of dependency injection.
1.Separate of responsibility:-
Dependency injection does not reduce complexity, but it increases maintainability through separation of concerns and reduced coupling.
2.Loosely couple architecture:-
Dependency Injection is only a means to an end. Read more...
Difference between Dependency Injection and Factory in Spring
http://nataraz2java.blogspot.in/2013/11/difference-between-dependency-injection.html
Dependency Injection We learn what is Dependency Injection in last article. Now take a look on Factory In Spring FW. Factory Factory and Dependency Injection may look related but we can understand that they are different. If we use a factory Design Pattern the dependent class has the responsibility of creating the instance but the core of dependency...
23/11/2013
Spring Dependency Injection
Here we learn what is Dependency Injection and how Spring frame work supports Dependency Injection.
DI is a Jargon created by by Martin Fowler and it is also called as inversion of control. This increases the possibility to reuse these classes and to test them independently of other classes(Unit Testing).In object oriented design, objects have relationship with one another.Read more....
http://nataraz2java.blogspot.in/2013/11/spring-dependency-injection.html