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!

Wildfly 8.0.0.Beta1 Released - all major features and user facing EE7 APIs implemented

Wildfly 8.0.0.Beta1

Yesterday, the Wildfly team released Wildfly 8.0.0.Beta1!
The server is available at the Wildfly download page. If you want to read a detailed description of all changes, check the official release notes.

What's new?

Java EE 7 APIs
This is the first Wildfly version which implements all user facing EE7 APIs. This includes updates for JPA, Batch processing, Concurrency, JCA and others.
If you want to try Java EE7 features or have already done that, make sure to use to this version.

Port Reduction
The development team plans to reduce the number of used ports to two with 8.0.0.final. Port 8080 for the application and port 9990 for the management interface. This is done by multiplexing the different protocols over HTTP.
That goal is nearly achieved in this release. Beside the two mentioned ports, Wildfly uses the deprecated native management port 9999. This port will be removed in 8.0.0.Final release.

Management Role Based Access Control (RBAC) and Auditing
Now Wildfly supports RBAC to implement different permissions for the management interface.

Issues
The development team resolved 219 issues in this release.

Road Map

Based on the Wildfly JIRA, the road map for Wildfly 8 looks like this:
8.0.0.CR1     11/Nov/13
8.0.0.Final    25/Nov/13

Links

Wildfly download page
Release Notes
Road Map

No comments:

Post a Comment