Guanxi IdP 2.1.0 released
Posted & filed under Guanxi.
I’ve just released the Guanxi IdP 2.1.0. Main update is a new JDBC Attributor to let you pull attributes from a database. You can download the IdP from the Sourceforge site. (more…)
Posted & filed under Guanxi.
I’ve just released the Guanxi IdP 2.1.0. Main update is a new JDBC Attributor to let you pull attributes from a database. You can download the IdP from the Sourceforge site. (more…)
BDD is looking good!
fruit-patch
Rakefile
+- features
fruity.feature
+- step_definitions
fruity_steps.rb
and what do the fruity contents contain? (more…)
I’ve been playing around with CouchDB and after installing it behind Apache, I wrote a small toolkit to work with it using Java and Ruby, called CouchKit. The Java bindings make use of the GSon library to let you work with domain objects instead of raw JSON. You can download it from my GitHub site. README tells you everything you need to know. I’ll most probably extend it as a small project to keep me busy in my spare time but I plan to use JCouchPotato in the Guanxi IdP as I’ll thinking of building a CouchDB database to hold non LDAP identity data.
I’ve started to tinker with CouchDB so here’s how to get up and running from the source distro. This is how I built everything from source on OS X. (more…)