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
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
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
5 replies - 2505 views - 11/17/11 by Java Kata in Tips and Tricks
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
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
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, 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
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
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
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
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
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
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
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