Internet storage review
A non-profit organization that’s just starting up needed someway to share files and backup files. Mailing files and taking with them USB sticks and using the dvd-writer is a solution,…
Big Data and Software Engineering
A non-profit organization that’s just starting up needed someway to share files and backup files. Mailing files and taking with them USB sticks and using the dvd-writer is a solution,…
What does the volatile keyword in Java do? For years I thought the keyword was quite obsolete, synchronization of values between the memory multiple processors seemed quite exotic. Since even…
A few weeks ago I attended a symposium that was hold to celebrate the 25 year anniversary of Computer Science at the Utrecht University. In the drink after I talked to…
OpenID is gaining popularity! Hyves is now also OpenId-provider, as published on the (Dutch) site Webwereld. This means you can use your hyve account to login to any site that…
A common problem in in developing Java Enterprise (JEE or J2EE) application is working with threads, or more generally executing code asynchronously. Starting and instantiating threads in the old-fashioned java…
I often view or read the InfoQ, a site with articles on software development, programming. Almost all content they publish is very good. One I just saw was: Tim Bray…
If you search on google on DummyResourceAdapter, you’ll find (at least currently) a lot of open administration consoles of JBoss, the JMX-console. These consoles should not be available to the…
Years ago I developed several Swing application – most of them are still being used now. Later I switched to webapplication using http, javascript and html. I do like thinking…
The language Ruby is very extendible, making the language very suitable for designing internal DSL’s – custom languages for domain, or single purpose as you could call it. Togetter with…
Like most Internet users, I use https a lot. Whenever I login to a, say, my bank, Firefox shows a nice picture of the bank and a message the communication…