hibernate

CTO Ari Zilka Says Terracotta is Fast

Terracotta is having a defining year in 2009.  Their Hibernate and EHcache products provide innovative methods for object-relational mapping and distributed...

0 replies - 2044 views - 11/18/09 by Mitch Pronschinske in Articles

JavATE 0.4

JavATE, the Java Application Tiered Engine is a set of Java libraries that enables application development using the domain driven methodology. It gives you...

2 replies - 204 views - 11/18/09 by amattioli in Announcements

The Importance of Distributed Caching

Over the past year we've seen more and more articles here on JavaLobby about distributed caching. Terracotta, in particular, have been at the forefront of many...

0 replies - 2118 views - 11/16/09 by James Sugrue in Articles

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 - 2931 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 - 2006 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 - 2701 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...

7 replies - 14880 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 - 11319 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 - 429 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 - 5660 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 - 6778 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 - 2447 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 - 5387 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 - 19308 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 - 12448 views - 08/11/08 by Pratik Patel in Articles