Quick Upload

Loading...
Flash Player 9 (or above) is needed to view slideshows. We have detected that you do not have it on your computer.To install it, go here
Post to Twitter Post to Twitter
Share on Facebook
Myspace Hi5 Friendster Xanga LiveJournal Facebook Blogger Tagged Typepad Freewebs BlackPlanet gigya icons

Apache Persistence Layers

from hgschmie, 7 months ago Add as contact

693 views | 0 comments | 1 favorites | 0 embeds (Stats)

Desc:

Embed customize close
 

More Info

This slideshow is Public

Views: 693 Comments: 0 Favorites: 1 Downloads: 66

View Details: 693 on Slideshare 0 from embeds
Flagged as inappropriate Flag as inappropriate

Flag as inappropriate

Select your reason for flagging this slideshow as inappropriate.

If needed, use the feedback form to let us know more details.

Slideshow Transcript

  1. Slide 1:Cayenne, OpenJPA, iBatis Apache Persistence Layers ApacheCon EU 2008 Henning Schmiedehausen henning@apache.org
  2. Slide 2:The O/R impedance mismatch People firstName: String name: String member: Boolean 1 ? 0..n Contact type: Integer info: String Objects (Java Knowledge) RDBMS
  3. Slide 3: In a nutshell… “Object-Relational mapping (O/RM), is a programming technique that links databases to object-oriented language concepts, creating (in effect) a ‘virtual object database’.” – Wikipedia
  4. Slide 4: Selection criterias • Data access (CRUD) • Developers knowledge • Database languages (SQL, DDL)
  5. Slide 5: Can we stop here? I just need to query data for my (web) application. I could use the