hibernate

The Definitive Guide to Terracotta: Cluster the JVM for Spring, Hibernate and POJO Scalability

Chapter 1 : Theory and Foundation Forming a Common Understanding You can consider this chapter as an introduction. The Terracotta Framework is defined as a transparent clustering service for...

2 replies - 2221 views - 10/30/09 by Manuel Jordan in Book Reviews

JBoss MQ and Hibernate Lazy Loading

Today I will present a recent problem which I have faced in enterprise applications with an architecture that is based on DMZ and communications between...

2 replies - 1655 views - 10/27/09 by slim.ouertani in News

Adobe Launches ColdFusion 9 into the Cloud

Adobe ColdFusion 9 and ColdFusion Builder Beta 2 are available today along with a private beta of the new ColdFusion in the Cloud that will run in the Amazon...

0 replies - 2423 views - 10/05/09 by Mitch Pronschinske in News

Hibernate Performance Tuning

Hibernate is a powerful, high performance object/relational persistence and query service. Hibernate lets you develop persistent classes following...

6 replies - 14191 views - 06/10/09 by sendon1982 in Articles

Introduction to Hibernate Filters

Hibernate is one of the most popular ORM solutions being used in the Java persistence world. In this article we will learn how to use Hibernate filters. A...

16 replies - 10736 views - 05/14/09 by ashutoshsharma in Articles

Inforama Document Automation System 1.2 Released

Inforama is a Java based Document Automation system which allows document templates to be created quickly and easily using OpenOffice. Templates are populated...

0 replies - 405 views - 05/08/09 by Val Cassidy in Announcements

Spatial Search with Hibernate+Lucene

Lucene is a powerful full-text indexing and query library. It powers many popular web sites like Sourceforge and Wikipedia. With its popularity, Lucene has...

1 replies - 5550 views - 03/04/09 by samyem in Articles

Migrating Java EE Web Applications to Adobe Flex and Granite Data Services

One of the original goals of the Granite Data Services project (current version is 1.2.0 GA) was to make easier the migration of existing J2EE applications to...

4 replies - 6528 views - 01/09/09 by Franck Wolff in Articles

Answers to My Two Most Pressing Questions on Hibernate Search

The other day I finished going through this new Manning book on Hibernate Search. This is basically a good book, and is useful. I still think Hibernate Search...

0 replies - 2410 views - 01/05/09 by Rob Williams in Articles

Hibernate Search : Mapping Entities

 All Hibernate Search mapping metadata is described through annotations. Hibernate Search metadata is very code centric and shares a lot of information from...

2 replies - 5242 views - 11/18/08 by Meera Subbarao in Articles

Using a Hibernate Interceptor To Set Audit Trail Properties

In almost every application I've done, the database tables have some kind of audit trail fields. Sometimes this is a separate "audit log" table where...

10 replies - 18705 views - 08/27/08 by Scott Leberknight in Articles

Harder Than it Should be - Hibernate Maven POM Dependencies

In preparation for my upcoming No Fluff Just Stuff session in Cincinnati, I decided to finally rework the code example to use Hibernate as the JPA provider -...

1 replies - 11928 views - 08/11/08 by Pratik Patel in Articles

Hibernate - Dynamic Table Routing

I have been searching for a method to dynamically route objects to databases at runtime using Hibernate and recently I found a solution which fit the bill....

2 replies - 7224 views - 06/13/08 by alvinsingh in Articles

Seam and Hibernate Development with JBoss

JBoss Developer Studio includes brand new tools for Seam, a powerful application framework for building next generation Web 2.0 applications. These Seam...

0 replies - 11088 views - 06/11/08 by James Sugrue in Videos

Hibernate - Tuning Queries Using Paging, Batch Size, and Fetch Joins

This article covers queries - in particular a tuning test case and the relations between simple queries, join fetch queries, paging query results, and batch...

2 replies - 37121 views - 06/09/08 by eyal.lupu in Articles