Java Development Topics:
Hibernate framework
Hibernate framework 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, and 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 and read tips and advice to find out how it can help your applications make the best use of the data available.
-
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...
-
Continuing Coverage of New Java 7 Features and APIs: Vi
10 Feb 2012
News - Here at TheServerSide.com, we've been providing some very dedicated coverage to the new features of Java 7, with a look at tackling some of the new Java 7 APIs like the new File I/O (NIO.2) and concurrency libraries with tutorials and learning guides in...
-
When will the OCAJP & OCPJP 7 Exams Be Released
10 Jan 2012
News - Highly anticipated, the new Oracle certification for Java, OCAJP, went out of beta on December 17th, 2011. So when will the new exam be released? And when will the OCPJP exam be released?
-
Designing and Architecting Tasks to Rule 2012
30 Dec 2011
News - The 2011 TSS Java Trends survey seems to indicate that overwhelmingly, designing and architecting tasks will rule with a whopping 70% of respondents indicating so. Coding entirely new apps jumped up to 39% as well. Seems that new apps are the new black...
-
OCPJP and OCAJP: New Java 7 certification requirements
21 Dec 2011
News - In order to obtain the certified architect position from Oracle, attending and passing a training course is now required. But what about the Java Professional and Java Associate designations, OCPJP and OCAJP for Java 7?
-
Problems with ORMs
TheServerSide Newsfeed | 02 Sep 2011
News - Object Relational Mapping tools like Hibernate have helped developers make huge productivity gains in dealing with relational databases in the past several years. However, the well-documented problems with object-relational impedance mismatch inevitably...
-
Hibernate gotchas
TheServerSide Newsfeed | 15 Aug 2011
News - When you don't work with a given technology for a while, you often find yourself doing the same mistakes time and time again. So, here is a sort of watch list for Hibernate: The Hibernate Gotchas!
-
Automating Hibernating Mapping and Queries For Java Web Development
01 May 2009
Article - Hibernate is a powerful library for mapping relational data to Java classes. Setting up the Hibernate object-relational mapping and writing basic Hibernate queries to create, read, update and delete table data can be tedious and time consuming. This...