26 Aug 2015
 
Tirasa

Migrating configuration chunks between Apache Syncope deployments

Written by giacomolm

Moving Apache Syncope connectors and resources from one deployment to another

Read All »

23 Oct 2013
 
Tirasa

Document your RESTful API with Cocoon 3

Written by ilgrosso

There are lots of ways of documenting RESTful APIs in Java: just google a bit and you will find the nice Enunciate and Swagger, for example. Such approachs, however, are often quite invasive and hardly customizable. Many providers - like as Apache CXF - are able to dynamically generate a WADL representation out of JAX-RS annotated classes: such XML representation can be easily put into an XSLT transformation in order to obtain some end-user REST documentation.

Read All »