Archive for the 'Java' Category
Rant on Testing Darkstar
I have been using the Darkstar server / framework to develop my game, Mooks. I have also been trying to adhere to TDD principles. What makes this difficult is that Darkstar uses a set of static objects to provide access to the model and service layers. While they do provide a way to inject you [...]
Read More..>>Ivy experiments
This week I have been trying to get back into one of my personal projects, Mooks. I have chosen to experiment with Ivy + Ant over Maven for this project. While Maven is nice, I still feel more comfortable with Ant. Given that Ivy supports Maven 2 repositories, I feel that it strikes a nice [...]
Read More..>>Building First Cup. Pt 1
Summary: I will walk you through making the application, FirstCup, using Spring, Maven, Flare, and BlazeDS. Introductory Fluff: For my Information Visualization class, we were tasked with finding a large data set and creating a system for visualizing it. My group and I chose the corpus of entries at JavaBlogs.com for our dataset. Most of [...]
Read More..>>Hooray For Processing
I have recently started the Human Computer Interaction program at Georgia Tech. A project called Processing (processing.org) has gotten a lot of mind share among the students as a quick tool to do prototyping for graphics, interfaces, games etc. The project is Java based, but it uses it’s own language and editor. The editor does [...]
Read More..>>