|

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…