Java Hibernate Tutorial Part 1 – Setup
This is an Hibernate Tutorial using Java JPA Annotations. The first part provides Eclipse Hibernate Database setup instructions.
Java Open Source Tools Tutorials and Videos
This is an Hibernate Tutorial using Java JPA Annotations. The first part provides Eclipse Hibernate Database setup instructions.
With the Google Eclipse Plugin, as often demoed, it takes 5 minutes to put a GWT/GAE Java “Hello World” application in production: this talk will be about what can you do after these first 5 minutes of total bliss. It will cover Google App Engine Java’s APIs, including recent features …
Querydsl is a framework which enables the construction of type-safe SQL-like queries for multiple backends including JPA, JDO and SQL. The screencast uses the Querydsl JPA module in combination with Hibernate and shows the creation of a Java project, the creation of two simple domain types and the creation of …
James Shore starts this series on Test Driven Development by describing what his goals are and then starts with a new project in Java with Eclipse where he will apply TDD using JUnit. Video Producer: James Shore
In this presentation, the developers of lombok show the audience what lombok is about and how you can use it to eliminate boilerplate from your java code. For example, instead of writing out common boilerplate such as getters, setters, toString, equals, and hashCode implementations, you can use lombok’s @Data annotation. …
Java EE 6 platform is an extreme makeover from the previous versions. It breaks the “one size fits all” approach with Profiles and improves Java EE 5 developer productivity features. It enables extensibility by embracing open source libraries and frameworks. NetBeans, Eclipse and IntelliJ provide extensive tooling for Java EE …