Tag Archive: Tomcat


Fear not friends, there will be a SingOff post or two today.

Today I’ve been working on the back end of my software. UI is one thing, but you can only get so far with ‘lorem ipsum‘ data. Well, okay… in my case some fake data that sort of fits the project. So today, I started the process of moving from fake data to real data. This is always an iterative process that programmers and project designers know far too well.

First we sketch out what we think is the data we want. I usually jump from a text editor to a spread sheet. I realise this would probably be better right off the bat with a database; but that’s just crazy talk. I start out by trying to map out my main object (not really normalised at this point) and then make one or two side objects where I think they will need to stand off by themselves. With this model we build up some quick code to insert data by hand to have it generate out into a couple of different formats: (CSV, XML, JSON, etc) This allows me to easily re-use this data once output.

Now I go looking for actual data. I know what data I’m working with, so finding sample data on the interwebz is fairly easy. HOWEVER, and that’s a big however; once you start looking at real data and trying to shoehorn it into your model; you begin to realise exactly how limited your model is and where you need to make fixes. (This is why lorem ipsum only gets you so far).

Unfortunately, I need about 10 entries to work with the data correctly and each entry is about 60 lines/2000 characters of hand transposed data. (The whole database side of things happens once I am happy with what I have.) Oh, did I mention… if there is ANYONE reading who knows how to go from MySQL through REST calls into a JSON output (preferably using Tomcat) I may have some work/hobby time for you? Not kidding here. Also, if anyone knows a service that does this (with load balancing, metrics, yadda yadda yadda) comments welcome… knowledge dump will be appreciated/rewarded (eventually)

So, currently I’m up to 3 records. I’ll be working this afternoon on the other 7. Now that the first part is done, each record takes about 5-10 minutes to research and build up. Then I turn the whole monster around and have the Project import and use the data. That’s when things start to get ‘exciting.’

Those who I talked to informally about “The Project” should feel free to message me if they want details or are interested in some questions.

Until later… having fun and making great progress!

300px-Tomcat-logo.svgI have been known for having a penchant for finding a pet project and then blithely moving onto something else. It could be surmised by my silence on the project followed by a huge shift into analysing “The Sing Off” that once again I’ve been side tracked by something new and shiny. I am however pleased to say, that I am actually well managing two irons in the fire at the moment. Actually more than two.

While I have been very publicly posting about “The Sing Off” which I really missed doing; I have also been spending my daylight hours (when not drugged out of my gourd on Halcion) working on code for the first revenue step in The Project. So much so, that I’m currently reading “Tomcat for Beginners.”

Now I have to admit. My Java experience could probably be stuffed into the toe of a ballet dancer’s slipper while she’s ‘on point.’ Of course, when you are the only unpaid engineer on a project; you break out the interwebz and learn what you need to. Now granted… if any of my colleagues wouldn’t mind doing some coding for project credit that will be convertible to private shares when we see revenue… please feel free to write me.

That’s right; this isn’t actually a job offer. (Because I currently have no money to pay; but I will track time and effort) What I’m looking for is someone knowledgeable setting up Tomcat services, JSON, REST, and other such buzzwords.

If this piques your interest at all, drop me a line or a comment.

More as things come to fruition. 🙂