Developing Web applications with the Java Persistence API and JavaServer Faces The Java™ Persistence API (JPA) provides an easy mechanism to use with relational databases when you need applications to persist data. Although it is traditionally used with Enterprise Java™Beans (EJBs), JPA works quite well directly with Web applications. This article describes the simplified programming model and tools that IBM® Rational® Application Developer for WebSphere® Software Version 7.5 provides for easily building Web applications that use JPA. By henrikin Development > Java > JPAwith apiejbsjavajpapersistpersistencetutorial
Paul Wilson's .NET Blog Check out my "Real" NHibernate Example App As most of you know that follow my blog, I not only have my own WilsonORMapper , but I've also been tinkering with NHibernate some. Why? I needed to use a "free" set of code for my recent presentation on O/R Mapping at the Atlanta Code Camp . Anyhow, By alephin tech > programmingwith .netnhibernatepersistenceprogramming