Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

hibernate

  • submit to reddit

Profiling JPA/Hibernate with JProfiler 7.1

JProfiler 7.1 is now available and introduces two significant additions to the JEE & probes section in JProfiler:The new JPA/Hibernate probe makes profiling persistence operations easier than ever before:With the probe tracker you can track selected hot...

0 replies - 224 views - 01/26/12 by Ingo Kegel in Announcements

New TorpedoQuery release version 1.3.0 The Hibernate type safe query builder

TorpedoQuery is a type safe Hibernate (JPA) query builder. TorpedoQuery help to maintain your hql queries because you use your real classes when you write your query.

0 replies - 386 views - 01/09/12 by Xavier Jodoin in Announcements

The Persistence Layer with Spring 3.1 and Hibernate

This is the first of a series of articles about Persistence with Spring. This article will focus on the configuration and implementation of the persistence layer with Spring 3.1 and Hibernate.

5 replies - 4104 views - 12/20/11 by Eugen Paraschiv in Articles

Here's what I mean by "Hibernate's exceptions are useless"

5 replies - 2505 views - 11/17/11 by Java Kata in Tips and Tricks

Revolution of Cloud (Google Cloud SQL with GAE)

With Google App engine SDK 1.5.5, Google have introduced Google Cloud SQL for GAE (Currently we can't connect any other external application with Google Cloud SQL. This can be only with Google App Engine Apps).

1 replies - 1376 views - 11/07/11 by Chandana in Announcements

Spring Hibernate on Google App Engine with Google Cloud SQL

In my blog I shared my first application which was developed with Google Cloud SQL. It was only a JSP and Servlet based web application. Afterwards I mainly focused on developing a Struts, Spring & Hibernate based application and deploying it to Google...

1 replies - 1636 views - 11/05/11 by Chandana in Announcements

Maven Integration Testing And Spring Restful Services

Introduction My original blog showed how to seperate maven unit and integration tests using a very simple example. http://johndobie.blogspot.com/2011/06/seperating-maven-unit-integration-tests.html Since then a lot of people asked me for a more realistic...

0 replies - 3681 views - 10/19/11 by John Dobie in Articles

JavATE 0.8 - The Domain Driven Design framework enters the NoSQL stream

JavATE, the Java Application Tiered Engine is a set of open source Java libraries that enables application development inspired by domain driven design.

0 replies - 876 views - 10/17/11 by Andrea Mattioli in Announcements

Hibernate Gotchas!

I've been using Hibernate for some time now and when I don't work on a hibernate project for a while I find myself doing the same mistakes I did the previous times So here is a sort of watch list for my self hopefully will be useful to someone else as well.

4 replies - 5695 views - 08/25/11 by Andrew Salvadore in Articles

Daily Dose: Windows Phone gets a New App Hub

Microsoft announced a new hub for Windows Phone developers today, called the "App Hub". The new marketplace will feature geographic markets, options for privately distributing your applications, and better application and account management...

0 replies - 17323 views - 07/21/11 by Ross Jernigan in Daily Dose

Hibernate + Spring - Testing the Data Access Layer with an In Memory Database

For some time I have been working on developing a Java web app using Spring MVC & Hibernate, and as many will have discovered, this throws up lots of questions with unit testing. To increase my coverage (and general test confidence) I decided to implement...

0 replies - 1471 views - 07/20/11 by Rob Hinds in Articles

Hibernate hard facts – Part 7

In the seventh article of this serie, we’ll have a look at the difference between saveOrUpdate() and merge().

0 replies - 5832 views - 06/06/11 by Nicolas Frankel in Articles

How I resolved SpringMVC+Hibernate Error: No Hibernate Session bound to thread

While developing a web application using SpringMVC and Hibernate I got "No Hibernate Session bound to thread Exception" becuase of some configuration issue.Here I am going to explain how I resolved the issue.I used the SpringMVC @Controller...

3 replies - 4828 views - 05/18/11 by Sivaprasadreddy... in Articles

My Resume Application: Built with ColdFusion + FW/1 + CouchDB

The last few days I decided I wanted to play around with Apache's CouchDB, one of the more popular database engines in the No-SQL movement. For those who have never heard of it CouchDB is a database engine written in Erlang, and is an Apache Foundation...

0 replies - 7457 views - 05/07/11 by Adam Presley in News

Daily Dose: Hibernate Search 3.4 Upgrades to Lucene 3.1

Hibernate 3.4 has several notable new features, including an upgrade to the new Lucene 3.1.  The focus of this release was improved faceting.  By dividing the results of each query into multiple categories, determining the number of matching elements with...

1 replies - 23335 views - 04/19/11 by Katie Mckinsey in Daily Dose