I thought we saw the end of this nonsense years ago. But no. Exit Reality is Windows only. If you are on a Mac, http://q.exitreality.com/relaunch.html will tell you “Mac users are able to experience full hardware accelerated 3D by running Windows with either: (using OpenGL) or BootCamp (using Direct3D)” In other words, Mac users should… Continue reading Exit Reality is in a Different Reality – Windows Only
Month: September 2008
Example RESTful Java client for Ehcache
Rick Bryant sent me some sample code he wrote which shows how to use the RESTful Cache Server from Java. Thanks Rick. To use the sample just fire up the cache server: startup.sh and then run the following Java code. package samples; import java.io.InputStream; import java.io.OutputStream; import java.net.HttpURLConnection; import java.net.URL; /** * A simple example… Continue reading Example RESTful Java client for Ehcache