Hibernate is an
object-relational mapping (ORM) library for the Java language. Hibernate
provides data query and retrieval facilities that significantly reduce
the development time. Hibernate facilitates you to develop persistent
classes following an object-oriented styles such as inheritance,
polymorphism, composition, association, and collections.
This article only concern about data retrieving through
hibernate. (Data
...
Hibernate operations (Data Retriving) - Part 3
Hibernate is an
object-relational mapping (ORM) library for the Java language. Hibernate
provides data query and retrieval facilities that significantly reduce
the development time. Hibernate facilitates you to develop persistent
classes following an object-oriented styles such as inheritance,
polymorphism, composition, association, and collections.
This article only concern about data retrieving through hibernate. (Data...
Hibernate operations (Data Update) - Part 2
Hibernate is an
object-relational mapping (ORM) library for the Java language. Hibernate
provides data query and retrieval facilities that significantly reduce
the development time. Hibernate facilitates you to develop persistent
classes following an object-oriented styles such as inheritance,
polymorphism, composition, association, and collections.
This article only concern about data update through hibernate. (Data insertion...
Hibernate operations (Data insertion) - Part 1
Hibernate is an object-relational mapping (ORM) library for the Java language. Hibernate provides data query and retrieval facilities that significantly reduce the development time. Hibernate facilitates you to develop persistent classes following an object-oriented styles such as inheritance, polymorphism, composition, association, and collections.
This article only concern about data insertion to the db through hibernate.
And...
Add Hibernate javadoc to eclipse

Javadoc is a convenient way to learn and get help from documents which are provided by the programmer. These javadoc can be added to Eclipse IDE to view appropriate javadoc for a particular class or method or interface etc. These javadocs views on eclipse when auto complete (or content assist) appear. You can view the content assist by pressing...
Usefull PIC programming tips for PIC16f877A

This article totally depends on my experiences when I doing some microcontroller projects based on PIC16f877A. Further more following article describe the answers which I found for following questions.
How to make RA4 as a digital output?
How to make RB3 as a digital input?
Make RA4(4th bit of PORTA) as a digital output.
All the bits...
Create your own ant build file to create a jar file.
Apache Ant is a build tool mainly focus on Java to build Java applications. Ant uses the xml script file to perform tasks such as,
compiling source code,
running software tests,
creating jar files,
creating Javadocs, and
keeping your own file structure within the project folder.
As I earlier explained Ant uses simple xml file to perform its tasks. Therefore let's see how to write a simple xml...
Set custom pictures for slide show in ubuntu desktop wallpapers
Is that possible to change your desktop wallpaper automatically after some specific time period in Ubuntu environment?
Yes, it is.
To do that you should create xml file that contain all the information about,
picture files which you going to add for slide show,
time duration for each wallpaper can appear,
time for transition from one wallpaper to another.
This xml file should be written manually when you want to create custom...
How to install Adobe Flash Player plugin on Ubuntu for Firefox

NOTE Click here for latest version of this article. This is only valid for older version of Firefox.
Adobe flash player is also a plug-in for for Mozilla Firefox to view flash videos (ex: youtube videos) and play flash on-line games, etc. Therefore flash player became essential plug-in for most of the web browsers until HTML 5 take place...
Subscribe to:
Posts (Atom)