20 Apr 2017
 

Apache Syncope Enduser: Testing (part 2)

Written by mdicarlo

Following the first post on this topic - which introduced some testing tools for the Apache Syncope Enduser UI - this post will explain how test-driven development works

Read All »

10 Oct 2016
 
07 Aug 2015
 

Jasig CAS as SAML Service Provider

Written by massi

CAS is probably the most used open access manager, let's spice it with SAML 2.0.

Read All »

15 Jan 2015
 
Tirasa

Java library for Windows NT security descriptor management

Written by fabio

Java library available to read and update Active Directory ntSecurityDescriptor attribute.

Read All »

28 Nov 2013
 
Tirasa

Manage Javascript and CSS dependencies via Maven

Written by ilgrosso

Every JEE developer will eventually need some Javascript & CSS spice in his applications: jQuery, jQuery UI, Bootstrap, AngularJS, highlight.js, YUI ... What's the usual solution? Grab files from somewhere and statically include them in your source tree.

Read All »

16 Jan 2013
 
Tirasa

Eseguire comandi unix in Java

Written by massi

Per lo sviluppo del connettore UNIX di ConnId avevo bisogno di una buona libreria che mi permettesse di eseguire da remoto dei comandi UNIX su server remoti. Dopo aver provato diverse librerie per l'esecuzione di comandi Unix in Java, la mia scelta definitiva è caduta su vngx-jsch una libreria che, a detta dello sviluppatore, migliora la più famosa jsch.

Read All »

16 Jan 2013
 
Tirasa

Exec unix command with Java

Written by massi

To develop Unix connector of ConnId framework, I needed a good java library to execute unix command on remote server. After several tests, I choose vngx-jsch, a library that, according to its developers, improves jsch library.

Read All »

28 Nov 2012
 
Tirasa

Java: guess content type of byte array

Written by ilgrosso

Maybe it is a not a common usecase, but I've just had need to know the content type of a bare byte[ ]. After been searching the whole Internet and evaluated dozens of utility libraries I finally ended up with a very simple but effective solution.

Read All »