SharePoint 2.0 Rocks

With apparently no fanfare, the Business Process Execution Language for Web Services (or BPEL) spec has been reved to 1.1. You can get it online from MSDN, IBM developerWorks and BEA dev2dev. For those who haven’t seen BPEL, it: “BPEL4WS represents a convergence of the ideas in the XLANG and WSFL specifications.” XLANG is the language that powers Microsoft BizTalk Server.

In other personal programming news, even though I’m in a Phoenix hotel, I didn’t work on my weblog infrastructure. I’m waiting to see what comes next from blogX. With Chris and Don working on it, my time is better spent in other places. I did build a tool to download my weblog entries and store them in a single XML file on my local system. Even converts from HTML to XHTML via SgmlReader. So I’m ready to migrate to something else.

Since I’m not building blog tools, I spent my hotel evening last night with Windows SharePoint Services (WSS). The more I play with this product, the more impressed I am with it. One of the features of WSS is the ability to be notified via email when something changes (a doc, a folder, a list, etc). Of course, those of us in the blogsphere would rather have an RSS feed to tell when something changed. So I built an RSS feed generator for WSS. I will post it after it undergoes some basic smoke testing (I sent it to Matt to see if he could get it to work). Since Office SharePoint Portal Server (SPS) is built on the same technology, it should work there as well (I asked Matt, who has an SPS up and running, to try this out too).

Finally, welcome Robert Scoble to MSFT. Interesting to see that he credits his weblog for helping him get hired. Glad to have you on board!

Final Flight of the Osiris

Just got back from seeing Dreamcatcher. Didn’t get to see it when it first came out for obvious reasons. My wife Julie read the book and enjoyed it – which is surprising since she doesn’t typically like Stephen King books. I liked it – looking forward to going back and reading the book myself.

One of the primary reasons to see Dreamcatcher now was because of the AniMatrix short “Final Flight of the Osiris“. I was reading the EW cover story on Matrix Reloaded which also talked about the AniMatrix DVD. It mentioned that “Osiris” was a lead-in to the events of Reloaded and the Enter the Matrix game so I had to go see it. Didn’t disappoint. Worth it to see even if you walk out before Dreamcatcher starts.

Chris points out the Japanese trailer which I missed – pondering if I should go check it out. If it’s got a spoiler, I might just give it a pass until after I see Reloaded.

Storing XML

Randomly jumping around on the web (waiting for the final Matrix trailer to download) I discovered Apache Xindice, a native XML database written in Java. It’s very read focused – getting XML documents into the system is pretty easy, querying them with XPath is pretty easy, updating them with XUpdate is not. I’m not sure I’m a big fan of XML based command grammars like this. DOM’s interface is ugly enough, XUpdate appears to be DOM’s interface cast in XML, so you end up with something like this:

<xupdate:modifications version="1.0" xmlns:xupdate="http://www.xmldb.org/xupdate">
  <xupdate:insert-after select="/addresses/address[1]" >
    <xupdate:element name="address">
      <xupdate:attribute name="id">2</xupdate:attribute>
      <fullname>John Smith</fullname>
      <born day='2' month='12' year='1974'/>
      <country>Germany</country>
    </xupdate:element>
  </xupdate:insert-after>
</xupdate:modifications>

[Xindice Developers Guide]

As I said, not very pretty.

Other Notes:

  • Just watched the Final Matrix Trailer – wow. Also check out the “I’m In” and “Prophecy” TV spots and the Enter the Matrix game trailer. Only disappointment: graphics on the game don’t look that great. I guess that what happens when you have to support substandard game consoles – you can’t take advantage of true power.
  • Seven of the lower seeded teams in the NHL Playoffs won their opening game. Only New Jersey came out on top of the top seeds.
  • As there is no hockey team in Seattle, I still root for teams from my previous home towns: Washington Capitals and Los Angeles Kings. Caps were 3-0 winners on the road in Tampa Bay tonight.
  • In further hockey news, Microsoft announced “NHL Rivals 2004” for XBOX today. I wonder if it will feature the Microsoft Hockey Challenge?

Rotor Community

Added a link to the Rotor Community Site. Haven’t had a chance for much spelunking, but it looks cool. Currently offers the SSCLI and an HPC project up there for participation.

Working 24×7

Harry Pierson writes:

I see Luke has resurfaced after going dark for 24 hours straight. I wonder if he was handling feature requests?

I apologize in advance to anybody who expects me to work 24×7 churning out new features and bugfixes for SharpReader because it’s just not going to happen. I actually have a full-time job, a wife, two kids, and there’s an unconfirmed rumour that I sometimes spend part of what little spare time I have left away from the computer.

While I definately plan to address bug-reports and feature-requests for SharpReader, you’ll have to be patient. It took me a while to get SharpReader to a state in which I felt confident enough to release it (I started on it last year as a pet-project to teach myself C#), and it will take a while for new features to be addressed.

Sorry…

[Luke Hutteman’s Weblog]

No, I’m sorry. I didn’t mean to suggest that you should work on SharpReader 24×7. I meant that it would take at least 24 hours to sift thru the email, blog entries, bug reports and feature requests that SharpDevelop generated. Everyone I read seems to have an entry about it – I would imagine that’s pretty overwhelming.

I’m wrote that I was willing to pay for SharpReader, but I still wouldn’t want you or anyone to sacrifice family, job, sanity, etc. I only have one kid, but he’s only 7 weeks old. And my full-time job takes me away from home for days at a time. Not that I have it better or worse than you – just that I’ve just taken a crash course in choosing between coding and real life so I think I know how you feel.

Awesome work on the 0.9 release. I eagerly await the next version, but I can be patient.