22 Dec 2016
 

Add REST endpoints to Apache Syncope 2.0

Written by ilgrosso

The REST interface of Apache Syncope 2.0 offers full access to IdM features, but what if you need to extend?

Read All »

23 Feb 2016
 
05 Feb 2015
 

Maven notifications under KDE

Written by ilgrosso

Empowering KDE notifications for our beloved Maven builds.

Read All »

11 Aug 2014
 

What's new in Syncope 1.2.0

Written by ilgrosso

1.2.0 brings enhancements in several areas: REST, workflow, notifications, resource management, ...

Read All »

12 Dec 2013
 
Tirasa

Create PKCS12 client certificate via OpenSSL

Written by fabio

As is so often the case, working with SSL you need to configure and test a strong authentication (SSL client authentication). In all these cases, you need to provide an ad-hoc client certificate to perform a succesful handshake.

Read All »

11 Dec 2013
 
Tirasa

Create a new keystore to host a server ssl certificate

Written by fabio

Few basic steps to create a complete keystore to host a server certificate. Create your custom self-signed CA if not yet available a trusted one # openssl genrsa -des3 -out ca.key 1024 # openssl req -new -x509 -day

Read All »

10 Jul 2012
 
Tirasa

Controlling Oracle WebLogic 12c with Cargo Maven Plugin 1.2.2

Written by ilgrosso

Cargo is a really nice piece of software that comes handy when developing web apps, by enabling deployment on a significant number of JEE containers at a very low price of some configuration parameters. The current version (1.2.2) has support for Oracle WebLogic up to 10.3.x; however, with some very little modifications it can handle 12c as well.

Read All »

20 Mar 2012
 
Tirasa

Apache fun: Cocoon 2.1.X and Tomcat 7

Written by ilgrosso

Will you ever think to deploy a webapp based on the most diffuse and popular Apache Cocoon version (2.1) onto the most recent Apache Tomcat? Well, despite of the fact that the former reached its widest spread when the the latter's major version was 3, 4 or 5 at most, it is actually possible. Only, completely undocumented :-)

Read All »