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…

|

JBoss Forge – Speedup your enterprise development – Part III Integration Tests with Arquillian

In this third part of the JBoss Forge series, I will show you how to search and install plugins to extend the JBoss Forge functionality. After that we will use Forge to setup Arquillian and create an integration test for our webservice. If you are new to this series, make sure to check the first…

JBoss Forge – Speedup your enterprise development – Part II RESTful Webservices

This is the second part of my JBoss Forge series: In the first part, we installed JBoss Tools to get JBoss Forge eclipse integration. Then we created a Java EE project with the entities Book and Author and generated a web interface based on these entities. In this second part, we will add a RESTful…