Geeks Talk

Prepare for your Next Interview




nazeer

This is a discussion on nazeer within the Job Offers forums, part of the Career Enhancement category; I am new in java side. plz how to start Hibernate a simple program. what mean of POJO class? What is mean of Session? plz any one anwer me?...

  #1 (permalink)  
Old 06-17-2008
Junior Member
 
Join Date: Jun 2008
Location: Hyderabad
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
mysk786 is on a distinguished road
Arrow nazeer

I am new in java side.
plz how to start Hibernate a simple program.

what mean of POJO class?
What is mean of Session?
plz any one anwer me?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-27-2008
Expert Member
 
Join Date: Apr 2008
Location: tamilnadu
Posts: 735
Thanks: 15
Thanked 72 Times in 69 Posts
deepasree will become famous soon enough
Re: nazeer

Hi friend..

Pojo is an acronym for plain old java object, and is favoured by advocates of the idea that the simpler the design, the better. The name is used to emphasize that the object in question is an ordinary java object, not a special object, and in particular not an enterprise javabean (especially before ejb 3). The term was coined by martin fowler, rebecca parsons and josh mackenzie in september 2000: "we wondered why people were so against using regular objects in their systems and concluded that it was because simple objects lacked a fancy name. So we gave them one, and it's caught on very nicely." [1] the term continues the pattern of older terms for technologies that do not use fancy new features, such as pots (plain old telephone service) in telephony, and pods (plain old data structures) that are defined in c++ but use only c language features. The term has most likely gained widespread acceptance because of the need for a common and easily understood term that contrasts with complicated object frameworks. A javabean is a pojo that is serializable, has a no-argument constructor, and allows access to properties using getter and setter methods. An enterprise javabean is not a single class but an entire component model (again, ejb 3 reduces the complexity of enterprise javabeans). As designs using pojos have become more commonly-used, systems have arisen that give pojos some of the functionality used in frameworks and more choice about which areas of functionality are actually needed. Hibernate and spring are examples. The equivalent to pojo on the .net framework is plain old clr object.

Sessions..
You mean session tracking.. Please tell me..

Thanks
deepasree
Reply With Quote
  #3 (permalink)  
Old 08-27-2008
Expert Member
 
Join Date: Apr 2008
Location: tamilnadu
Posts: 735
Thanks: 15
Thanked 72 Times in 69 Posts
deepasree will become famous soon enough
Re: nazeer

hi friend..

just refer this link for hibernate program Running First Hibernate 3.0 Example

thanks
Deepasree
Reply With Quote
Reply

  Geeks Talk > Career Enhancement > Job Offers


Thread Tools
Display Modes



All times are GMT -4. The time now is 02:33 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved