Cheat Sheet: New Features in JPA 2.1

JPA 2.1 introduced 12 new features, like StoreProcedureQueries, Entity Graphs and Attribute Converter, to make your work with the database easier and more efficient.
Download your free New Features in JPA 2.1 cheat sheet now, to get all the information you need to improve your database access.

This 5 page cheat sheet brings you:

- a short description and
- code snippets for each feature,
- links to more detailed articles.

Signup now and get your free New Features in JPA 2.1 cheat sheet and regular blog updates.

I respect your privacy and have ZERO TOLERANCE for spam!

Links of the week

This week I was busy with setting up this blog and other things. So there are only 3 links I like to share with you:

Chris Ritchie wrote a nice tutorial on how to use the new Java EE 7 Concurrency Utils:
Chris Ritchies Weblog: Simple Concurrency Example with Wildfly

QMX wrote a great post about open source development and the community:
http://blog.qmx.me/agilevale-2013-open-source/

Some of you might already know this page, but I found it this week and I think it's great :)
GitHub created a website to support the developer to choose the right license for their project. They created a nice overview of the most common open source licenses.
http://choosealicense.com/

JBoss Forge - Speedup your enterprise development

Hello and welcome to my blog!

In my first posting I want to show how to create a maven based Java EE project within 5 minutes with JBoss Forge. We will create a project with two entities (Book and Author) and a web interface to create, search and edit these objects.

This is the first part of my JBoss Forge series: