Wednesday, May 13, 2009

No coincidence

Sometimes you run across things (or old friends) at nearly the same time, and it seems like they just naturally belong together.

Highly automated installs and clouds seem like they just go together. Perhaps a fun experiment here in the future.

Monday, May 11, 2009

JAXB

Having some fun with JAXB the past few days. Working with a schema (FDDI) that lends nicely to inheritance. I didn't (haven't) found a good way to do it automatically -- maybe with some binding files, but that would probably be more work than doing it manually; so that's the approach I've taken.

I found some information posted here regarding the jaxb.index file which helped me get over a hurdle, so now I'm moving forward again.

JAXB is another example of how Java can be impressive. Just a few lines of code to accomplish a great deal; as long as you know the library well. Unfortunately the documentation doesn't seem to be as available or useful as it could be, at least for my situation.