Ruminations on Development
GraphViz and ant2dot
So, in trying to understand the ANT build here at my new company Widgetbox
, I pulled out an old friend from my toolbox.
Using the ant2dot.xsl
file, I was able to transform the build.xml file into a "build.dot" file. Then using a MacOSX port
of GraphViz
, I was able to tranform the "build.dot" file into a build.png.
Seeing the build dependencies represented graphically can really help with comprehension of a new build.
Posted at 02:46PM Mar 26, 2008 by Nelson "Nelz" Carpentier in Java | Comments[0]
Moving On
It is with both mixed feelings that I'd like to announce that I am leaving PlanetOut
.
website from the database on up.
I will be watching the Gay.com website, looking forward to the summer release of the code that we've all worked so hard to deliver.
as a Senior Software Developer. The company is still pretty small and I'll be working side-by-side with some of the founders, along with the mostly Senior-level engineering team. They do most of their work in Java which they use to deliver lots JavaScript and lots of Flex.
Widgetbox is about 22 months into their existence with good funding. Getting into the company at this point reminds me of Eclipse's size when I first started my internship there in college. After working for companies in the hundreds of employees range for the last several years, it will be nice to get back to an environment where I'll be able to interact with all my coworkers on a daily basis.
Posted at 09:40PM Mar 16, 2008 by Nelson "Nelz" Carpentier in General | Comments[1]
Links - Groovy?!?
"Unadulterated Java is so groovy"
"Groovy-power automated builds with Gant"
"The Grinder, a Java Load Testing Framework"
"Making Agile Reviews Effective"
Posted at 04:20PM Mar 11, 2008 by Nelson "Nelz" Carpentier in General | Comments[0]
Links - All Sorts of Database Stuff
"Get Your Database Under Version Control"
This 5-part series outlines some great suggestions:
" SSW Rules to Better SQL Server Databases"
Posted at 12:06AM Mar 11, 2008 by Nelson "Nelz" Carpentier in Links | Comments[0]