| | |

Testing with Aliens: How to test a JPA Attribute Converter with Arquillian

This post was written together with Aslak Knutsen (@aslakknutsen). JPA Attribute Converters provide an easy way to define how an entity attribute gets persisted to the database. You can use them to implement lots of different features, e.g. to encrypt your data as I showed in a previous post: How to use a JPA Attribute Converter…

|

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…