Pages

Saturday, October 29, 2011

Spring/Hibernate Tutorial Links

Monday, October 17, 2011

Hibernate Tutorial [Java Brains]

Hibernate is a popular open source object relational mapping tool for Java platform. It provides powerful, ultra-high performance object/relational persistence and query service for Java. Hibernate lets you develop persistent classes following common Java idiom - including association, inheritance, polymorphism, composition and the Java collections framework. The Hibernate Query Language, designed as a "minimal" object-oriented extension to SQL, provides an elegant bridge between the object and relational worlds.

Spring Tutorial[Java Brains]

Spring is a light weight, non-invasive IoC Container and AOP framework. It provides support for JPA, Hibernate, Web services, Schedulers, Ajax, Struts, JSF and many other frameworks. The Spring MVC components can be used to develop MVC based web applications. Spring framework provides many features that makes the development of enterprise application easy.

Wednesday, October 12, 2011

Spring 3 Hello World...

Download Spring 3.1 from here

Once you extract, create a user library named Spring3 and include all the jars from spring-framework-3.1.0.M2\dist directory. Add one more jar(commons-logging.jar) that you can find in spring-framework-3.1.0.M2\projects\spring-build\lib\ivy directory.

Friday, March 18, 2011

Android Development Tutorial

Summary of Tutorial:

1. Install JDK/Eclipse/Android SDK.

Android SDK:
http://dl.google.com/android/installer_r10-windows.exe

2. Set JAVA path. (To verify, go to command prompt and enter javac.)