<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Nimble Code: Tag alacra</title>
    <link>http://www.nimblecode.com/articles/tag?tag=alacra</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Jacob Harris' Weblog</description>
    <item>
      <title>Moving On</title>
      <description>&lt;p&gt;Eight years. That&amp;#8217;s how long I have worked at Alacra, starting fresh
out of school in the heady days of the first web boom. Eight years is
an astounding length of time to most programmers, conditioned to a
revolving door approach to employment, and it is a testament to what
an interesting and nurturing place Alacra is that I&amp;#8217;ve been here this
long. Furthermore, I&amp;#8217;m hardly an anomaly among the developers, most of
whom have been here well over five years too. It&amp;#8217;s a place where
people like to stay, and it feels more like a family than an office
sometimes. But I am now leaving. Alacra&amp;#8217;s been my only post-college
job, and it&amp;#8217;s simply time for me to try something new.&lt;/p&gt;


	&lt;p&gt;Next week, I will start working at &lt;a href="http://www.nytdigital.com/"&gt;New York Times
Digital&lt;/a&gt;. Yes, that &lt;a href="http://www.nytimes.com/"&gt;New York
Times&lt;/a&gt; that is delivered to about 1.5 million readers
in dead tree form. That number might seem impressive in itself, but
&lt;strong&gt;50 times that number&lt;/strong&gt; of users read the online web version, meaning I
will be working on apparently &lt;a href="http://avc.blogs.com/a_vc/2006/05/the_leading_glo.html"&gt;the most popular online news site in the
world&lt;/a&gt;. Yow. No
pressure there. Seriously though, I am looking forward to the
challenges and I hope to learn a lot of new skills on the job. The &lt;a href="http://newyorktimesbuilding.com/"&gt;new office building&lt;/a&gt;
will also be pretty sweet when it opens.&lt;/p&gt;


	&lt;p&gt;Still, the change is weird. It&amp;#8217;s definitely been a strange two weeks
in this liminal zone, and I am filled with conflicting emotions. I am
sad about leaving all my colleagues at Alacra, but enthusiastic about the
opportunities ahead. It&amp;#8217;s an exciting time.&lt;/p&gt;</description>
      <pubDate>Tue, 25 Jul 2006 10:37:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:b5d05e04-301f-406a-9f20-de303b783b09</guid>
      <author>harrisj@nimblecode.com (Jacob Harris)</author>
      <link>http://www.nimblecode.com/articles/2006/07/25/moving-on</link>
      <category>Career</category>
      <category>alacra</category>
      <category>nytimes</category>
      <trackback:ping>http://www.nimblecode.com/articles/trackback/942</trackback:ping>
    </item>
    <item>
      <title>The Silliness of SOA</title>
      <description>&lt;p&gt;There seems to be a lot of buzz around the concept of Service-Oriented Architecture (SOA), as long as you don&amp;#8217;t ask any of its proponents what it actually means. For an example of the ways in which English can be mangled by technical jargon beyond recognition, check out some of the definitions from &lt;a href="http://searchwebservices.techtarget.com/originalContent/0,289142,sid26_gci1017004,00.html"&gt;A Defining Moment for &lt;span class="caps"&gt;SOA&lt;/span&gt;&lt;/a&gt; and &lt;a href="http://searchwebservices.techtarget.com/originalContent/0,289142,sid26_gci1044083,00.html"&gt;Revisiting the Definitive &lt;span class="caps"&gt;SOA &lt;/span&gt;Definition&lt;/a&gt; to see what I mean. My personal favorite from the bunch is&lt;/p&gt;


	&lt;blockquote&gt;
		&lt;p&gt;SOA is a form of technology architecture that adheres to the principles of service orientation. When realized through the Web services technology platform, &lt;span class="caps"&gt;SOA&lt;/span&gt; establishes the potential to support and promote these principles throughout the business process and automation domains of an enterprise.&lt;/p&gt;
	&lt;/blockquote&gt;


	&lt;p&gt;which really tells me nothing at all about why this is cool and where you would start if your &lt;span class="caps"&gt;CEO&lt;/span&gt; suddenly decided you needed it. Cutting through the bombast and hype, it seems like &lt;span class="caps"&gt;SOA&lt;/span&gt; is basically&lt;/p&gt;


	&lt;blockquote&gt;
		&lt;p&gt;Wrapping a backend database or similar resource in a small component for business logic you can talk to with &lt;span class="caps"&gt;XML&lt;/span&gt;.&lt;/p&gt;
	&lt;/blockquote&gt;


	&lt;p&gt;This is definitely cool for many reasons (loose coupling, security, building big things from small parts), but I don&amp;#8217;t understand why there&amp;#8217;s so much hype about it now. Not to boast, but we&amp;#8217;ve been doing this at &lt;a href="http://www.alacra.com"&gt;Alacra&lt;/a&gt; for &lt;strong&gt;8 years&lt;/strong&gt; now, and I&amp;#8217;m really gobsmacked that this sort of architecture would be a revelation to anyone, especially since it builds on design patterns good sense and the older Unix and later Internet philosophy that &lt;a href="http://www.smallpieces.com/"&gt;Small Pieces Loosely Joined&lt;/a&gt; can make great things. And &lt;span class="caps"&gt;SOA&lt;/span&gt; is pretty much what the earliest &lt;span class="caps"&gt;XML&lt;/span&gt;-driven web services were.&lt;/p&gt;


	&lt;p&gt;I can only assume that the latest hype about &lt;span class="caps"&gt;SOA&lt;/span&gt; is less about what the technology is, but what it is not. Hint: add a P and you can see what businesses find so refreshing about &lt;span class="caps"&gt;SOA&lt;/span&gt;. SOAP is a heavyweight protocol that can be good for some external APIs, but is a lot more work than a simple quick and dirty internal application often needs. Imagine being able to drop the requirements of &lt;span class="caps"&gt;WSDL&lt;/span&gt; bindings, &lt;span class="caps"&gt;XML&lt;/span&gt; typing, even limited data structures to get the most lightweight, low-ceremony solutions you can feel comfortable with using. And since it&amp;#8217;s internal, you don&amp;#8217;t have to worry about the &amp;#8220;shame&amp;#8221; of not being fully &lt;span class="caps"&gt;SOAP&lt;/span&gt;+WS-whatever compliant for your &lt;span class="caps"&gt;API&lt;/span&gt;. Looking at it this way, no wonder they&amp;#8217;re excited. I&amp;#8217;d be excited too if I were able to stop documenting and start hacking for change.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Nov 2005 09:06:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:e28be0e8-8e39-44fd-8427-1e243441332d</guid>
      <author>harrisj@nimblecode.com (Jacob Harris)</author>
      <link>http://www.nimblecode.com/articles/2005/11/10/the-silliness-of-soa</link>
      <category>Web Services</category>
      <category>soa</category>
      <category>soap</category>
      <category>xml</category>
      <category>alacra</category>
      <trackback:ping>http://www.nimblecode.com/articles/trackback/52</trackback:ping>
    </item>
    <item>
      <title>Emerging from the Deep Web</title>
      <description>&lt;p&gt;After a long period of working in relative obscurity to the web at large, my employer &lt;a href="http://www.alacra.com/"&gt;Alacra&lt;/a&gt; has now launched a store to sell some of the premium content to the public. Gentlemen, I present to you (in Beta form), &lt;a href="http://www.alacrastore.com/"&gt;Alacra Store&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;It&amp;#8217;s a very interesting time for us here at Alacra. Although we are a small company compared to the media behemoths that surround us (ie, Thomson, Lexis, etc.), we have always managed to thrive by delivering agile and powerful solutions to our customers and making their happiness our #1 priority. And although I can&amp;#8217;t really talk about it, there are great things afoot. For more analysis, see the always excellent &lt;a href="http://avc.blogs.com/a_vc/2005/08/the_alacra_stor.html"&gt;Fred Wilson&lt;/a&gt;. I particularly like it when he says&lt;/p&gt;


&lt;blockquote&gt;
I have been involved with a lot of companies over the years, but very few, if any, are as loved by their customers and are as unknown to the rest of the world as Alacra.&lt;/blockquote&gt;
&lt;blockquote&gt;But that may change shortly. Hopefully not the â€śloved by their customersâ€? part. I am talking about the â€śunknown to the rest of the worldâ€? part.&lt;/blockquote&gt;

	&lt;p&gt;That&amp;#8217;s us. And if there is one thing I love even more than the new technologies we will be using with the store, it&amp;#8217;s the fact that I can finally show people the stuff &lt;span class="caps"&gt;I  &lt;/span&gt;(and my able colleagues) have been working on.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Aug 2005 02:55:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:1b51a747cead1aa988f2fa0d500d2420</guid>
      <author>harrisj@nimblecode.com (Jacob Harris)</author>
      <link>http://www.nimblecode.com/articles/2005/08/16/emerging-from-the-deep-web</link>
      <category>Web Commerce</category>
      <category>alacra</category>
      <trackback:ping>http://www.nimblecode.com/articles/trackback/36</trackback:ping>
    </item>
  </channel>
</rss>
