Friday, August 3, 2007

Hibernate Reference

Working with object-oriented software and a relational database can be cumbersome and time consuming in today's enterprise environments. Hibernate is an object/relational mapping tool for Java environments. The term object/relational mapping (ORM) refers to the technique of mapping a data representation from an object model to a relational data model with a SQL-based schema.
Hibernate not only takes care of the mapping from Java classes to database tables (and from Java data types to SQL data types), but also provides data query and retrieval facilities and can significantly reduce development time otherwise spent with manual data handling in SQL and JDBC.
Hibernates goal is to relieve the developer from 95 percent of common data persistence related programming tasks.

Hibernate provides data storage and retrieval by direct mapping of Object and Relation without letting the application developer worry about the persistence logic.

Following resources helpful for understanding.

hibernate.javabeat.net/tutorials/index.php

www.roseindia.net/hibernate/index.shtml

www.developer.com/java/ent/article.php/10933_3391131_1

www.visualbuilder.com/java/hibernate/tutorial/pageorder/1/

ndpsoftware.com/HibernateMappingCheatSheet.html

Wednesday, July 18, 2007

SCJP Certification

Hello Friends, Most java developer at some stage in his career plans to get Java Certification.
As it will boost his career and also enrich his knowledge about basics of language .Basically there are very much online material available.By studying it
and practicing from this online guides ,developer will get most idea about the live online exam.Following are some of the useful links ,which I collected during my certification preparation. All the best for exam!

http://javachina.developergroup.org/
http://www.javacertificate.com/
http://www.javacamp.org/testengine/sampletester.html
http://www.revisingscjp.co.uk/
http://www.danchisholm.net/index.html
http://www.javaranch.com/mock.jsp
http://www.javacoding.net/certification/mocks
http://www.revisingscjp.co.uk/headlines/freeexams.jsp
http://www.sunguru.com/cgi-bin/java/randomquiz.cgi?
http://www.levteck.com/#Practice%20Exams
http://www.tipsmart.com/studytools/certlinks.htm#forums
http://www.jchq.net/mockexams/exam2.htm
http://bobcat.webappcabaret.net/javachina/faq/01.htm
http://directory.google.com/Top/Computers/Programming/Languages/Java/Resources/Certification/
http://www.geocities.com/online_java_certification/
http://www.angelfire.com/or/abhilash/site/quiz/quiz1.html
http://www.javabeat.net/javabeat/scjp5/index.php
http://www.javacamp.org/testengine/sampletester.html
http://www.whizlabs.com/
http://www.akgupta.com/java.htm
http://www.inesystems.com/scjp_exam.html
http://www.javaranch.com/maha/SCJP_FAQ/scjp_faq.html
http://java.boot.by/scjp-tiger/index.html
http://www.witscale.com/scjp_studynotes/introduction.html
http://java.sun.com/docs/books/tutorial/collections/intro/index.html
http://www.javaworld.com/javaworld/jw-11-2001/jw-1109-assert.html
http://java.sun.com/j2se/1.4.2/docs/guide/lang/assert.html
http://www.sun.com/training/certification/java/java_progj2se.html
http://www.danchisholm.net/july21/mybook/index.html
http://www.geocities.com/sahirshah/applets/mocktest.html
http://www.valoxo.ch/jr/mocks/mock01a.html
http://www.javabeat.net/javabeat/forum/viewtopic.php?t=269
http://rohitgeorge.netfirms.com/scjp.html
http://www.michael-thomas.com/tech/java/javacert/JCP_Keywords.htm
http://www.javadeveloper.co.in/scjp/scjp-mock-exams.html

Exam Simulator

http://www.javabeat.net/javabeat/scjp2/index.php
http://www.examulator.com/phezam/question.php
http://www.examulator.com/phezam/info.php
http://www.javaranch.com/mock.jsp

Tuesday, July 3, 2007

Java -Servlet FAQ

This FAQ series on Servlet will provide the developer quick single point guide to refresh the fundamentals of HTTP Servlet .Please follow series of FAQ at this link

Wednesday, June 20, 2007

Article on Java -J2EE technology

Vector or ArrayList- which is better and why?

See the Article on JavaWorld site


Tuesday, January 16, 2007

Welcome to the world of Java!

Hello Friends!
Welcome to the world of Java Technology!