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!

Showing posts with label linksOfTheWeek. Show all posts
Showing posts with label linksOfTheWeek. Show all posts

Links of the Week (CW41) - Wildfly

Hello and welcome to "Links of the week (CW41)" :-)

This week was really busy for me, so there was not so much time to read interesting articles. But that does not mean, that nothing happened. Wildfly 8.0.0.Beta1 was released on the 4th and it became my main topic of the last days. It is the first Wildfly release which implements all user facing EE7 APIs and contains several other improvements like the new high performance web server Undertow. Check the Release Notes and Documentation for more information.

Bear Giles wrote a great article about Database Encryption Using JPA Listeners. He describes a nice and easy way to separate persistence and security by using JPA Listeners.
JPA 2.1 Type Converter are an alternative way to encrypt data before persisting it in the database. A Type Converter can be used to convert an attribute from its entity representation to its database representation and back. If you want to learn more about Type Converters, have a look at the article I wrote on Monday: JPA 2.1 - How to implement a Type Converter


Have fun!
Thorben

Links of the Week (CW40) - OpenShift, JavaOne


Hello and welcome to "Links of the week (CW40)" :-)

As every week, I'd like to share the most interesting blog postings and articles I have read.

I read about two main topics during the last days. The first was OpenShift. As you might remember, I posted a link to an interview and howto last week. But I did not stop there and found more interesting links about it.

If you are new to OpenShift but want to use it, you should check the OpenShift Developer Center. The OpenShift Team provide lots of Ressources to learn more about OpenShift and how to use it. This is the point to start if you want to use OpenShift:

And if you want to learn more about the OpenShift architecture, you should read Shane Johnsons article about it:



My second big topic of the last two weeks was (of course) JavaOne2013. I was not able to attend so I tried to get as much content about it as possible.

There were a lot of talks about the keynotes. But to view the VoD is better than to read a summary. So I was happy when Oracle published them as VoDs:

If you want more content about JavaOne you should read Dustin Marks huge Collection of JavaOne2013 related resources. He collected lots of stuff and wrote a Brief summary for each. A must read for everyone who wasn't there.


Have fun!
Thorben

Links of the week (CW39) - OpenShift, Dukepad, robots ...


Hello and welcome to "Links of the week (CW39)" :-)

As every week, I'd like to share the most interesting blog postings and articles I have read. After posting only three links last week, I prepared something more for this week:

Markus Winand discussed two database related problems, that all developers should know of. They often occur when using ORM tools without thinking about the encapsulated database access:

Diane Mueller posted a short interview with JBoss Developer Stian Thorgersen at www.openshift.com. But even more interesting is the simple guide on how to setup Wildfly on OpenShift in a DIY cartridge (by Stian Thorgersen):

Konrad Garus discussed several ways to handle file IO if responsiveness is critical:

OK, three educational links shall be enough for this week. But I read some very interesting and (at least for me) entertaining blog postings from JavaOne 2013 which you should not miss:

What do you think about these articles? Did you already try to setup Wildfly on OpenShift? Please leave a comment.
I will definitely setup Wildfly on OpenShift during the next days. And I would love to build the DukePad. But I think I should wait for the pre-made kits they are working on :-D 

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/