February 2012
2 posts
Installing MySQL Cluster on Mac OS X Lion
We had to work with MySQL Cluster for our midterm assignment in AA class. Most of my group members were on Macs, and we found out that there were no precompiled Mac binaries for MySQL Cluster. Furthermore, the instructions given by MySQL were misleading. Their documentation stated that
Mac OS X users should download the Quick Start Guide for Linux.
But said nothing about the fact that the...
Trying out Play!
Play! is a spankin’ new Java web framework that looks a lot like Ruby on Rails, but in Java, of course. It’s cool and refreshing and exciting because it does away with complicated J2EE stacks and throws the concept of servlets out of the window. However, for not being able to deploy a Play! app in a traditional way, you get many awesome things that eluded Java web development for ages,...