> Hibernate framework news, help and research - TheServerSide.com

Java Development Topics:

Hibernate framework

Hibernate is an object/relational mapping library (ORM) for the Java language. It provides a object/relational persistence query service. With hibernate, you can map an object-oriented domain model to a traditional relational database. It is an open source product developed by Red Hat.

Data is one of the most valuable assets a company has. With Hibernate you can put it to good use in Java applications. In this section on Hibernate, get news, research, and tutorials on the Hibernate framework. Also, read tips and advice to find out how Hibernate framework can help your applications make the best use of the data available.

News:

1 - 3 of 20
  • Modern application development with portlet technology 01 Nov 2012

    News - How has portal technology changed in the past five or six years? You might think the big change is with the API, and the support portlet applications have for new scripting languages and AJAX support. But Liferay's Richard Sezov has a different...

  • Big Data and portal technology 18 Oct 2012

    News - Unlike past years, in 2012, Big Data technologies are making a name for themselves at portal technology conferences. Why? Content continues to amass, and standard CMS systems can't cope. Once again, it's Big Data to the rescue.

  • Liferay Portal 6.1: Setting the Standard for Enterprise 24 Feb 2012

    News - If you've ever worked with WebSphere, the term 'portal' is a dirty word. But Liferay has redefined the portal space with an open-source, feature full offering that is only about 250 megs in size and more feature full than anything IBM has ever offered in...

VIEW ALL News ON Hibernate framework

Reference & Learning:

1 - 3 of 28
  • ALM plays a key role in being a well-grounded developer 10 Jan 2013

    Feature - Martijn Verburg and Ben Evans recently released their first joint effort entitled "The Well Grounded Developer." In reviewing this book, one thing in particular jumped out at TheServerSide's editorship. It's clear that according to Ben and Martijn,...

  • Solving big data problems with MongoDB and MySQL 10 Jan 2013

    Feature - Choosing between schemaless NoSQL databases and strong-schema relational designs isn't an either-or decision, as this case study points out. When dealing with their big data problem, Craigslist decided that their MySQL servers could use a little help...

  • How cloud computing impacts Java development 23 Aug 2012

    Feature - How do cloud computing technologies impact the day-to-day development patterns of typical Java developers?

VIEW ALL Reference & Learning ON Hibernate framework

Expert Technical Advice:

1 - 3 of 6
  • Permanently setting web.xml parameters 22 Mar 2013

    Tip - Some settings in the web.xml file can easily be changed by developers, causing runtime problems on the server at deployment. Here is how to permanently set web configuration parameters on the server that will not be overridden.

  • Water-Scrum-fall: It's a phenomenally bad methodology 07 Jun 2012

    Video Tip - The bottom line? You're either Agile or you're not, and if you're not, using water-Scrum-fall to squeeze in Agile methodologies may only create problems and resentment.

  • The intricacies of safe and unsafe casting in Java 7 26 Jan 2012

    Tip - One of the problems with casting is that it does have the potential to cause a loss of precision, especially if the number that gets cast does indeed fall outside of the range of the target type. Here we will explain why this happens.

VIEW ALL Expert Technical Advice ON Hibernate framework