Call REST API with node.js
Node.js is really cool. Based on Google V8 JavaScript engine allows to write the server side in JavaScript. The great benefits on that are: you can manipulate natively JSON, write [...]
Node.js is really cool. Based on Google V8 JavaScript engine allows to write the server side in JavaScript. The great benefits on that are: you can manipulate natively JSON, write [...]
This is a short test about our platform based on cloudfoundry that publish data from lego to an html5 webpage via websockets. The lego packet follows this stream: A console [...]
Cloud Found (https://www.cloudfoundry.org/) is a VMWare PAAS that has been released as open source and can be installed privately on your infrastructure. Once you have your cloud installed you can [...]
Using Hibernate and JPA you cannot have two classes with the same name (on different packages) mapped. This raise an error at runtime: Caused by: org.hibernate.DuplicateMappingException: duplicate import: MyClass refers [...]
With Firefox 5, Firefox 6, Chrome 13, Chrome 14 and Chrome 15 all JavaScript embedded in a Eclipse BIRT report don’t work anymore. Nothing is executed After some googling I [...]
CAS is an Open Source Single Sign On Server - http://www.jasig.org/cas. Iit can be integrated with both AD and LDAP. The task is easy if you know Spring and Tomcat - https://wiki.jasig.org/display/CASUM/LDAP, https://wiki.jasig.org/display/CASUM/SAML+1.1. [...]
In the last ten days two new development-as-a-service platforms are available on the Cloud. No more operating system to update and programs to install, just point to a web site and you [...]
Tornado is an Open Source Web Server for Python really interesting. It powers the FriendFeed and it is listed in the Facebook Open Source Technology page for Infrastructure. I tried [...]