<?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en"><title>Tags @ www.talios.com</title><rights>Copyright 2010 www.talios.com</rights><subtitle>(Tags) </subtitle><author><name>Mark Derricutt</name></author><updated>2010-05-26T13:46:00Z</updated><link rel="alternate" type="text/html" href="http://www.talios.com/"/><link rel="self" type="application/atom+xml" href="http://www.talios.com/tags/index.rss?t=DEVELOPMENT"/><id>tag:www.talios.com,2010:1</id><entry><id>tag:www.talios.com,2010-02-21:links.412201018</id><title>You might not be HATEOAS if...</title><content type="html" xml:lang="en" xml:base="http://www.talios.com/you_might_not_be_hateoas_if.htm"><![CDATA[There's been a lot of talk around the office and online lately about what HATEOAS actually means and how to actually implement it, so far I'm still not sure HOW to properly do HATEOAS, but I think the easiest way is to catalogue the various ways to N]]></content><link rel="alternate" type="text/html" href="http://www.talios.com/you_might_not_be_hateoas_if.htm"/><updated>2010-02-21T12:50:00Z</updated><published>2010-02-21T12:50:00Z</published></entry><entry><id>tag:www.talios.com,2009-08-16:links.412179546</id><title>Podcast Gear</title><content type="html" xml:lang="en" xml:base="http://www.talios.com/podcast_gear_1.htm"><![CDATA[For the past few months we've been recording the Illegal Argument java podcast and I thought I'd write down some quick thoughts on the tools/setup we're using.

The first ever recording (not publicly available) was recorded directly to internal mike]]></content><link rel="alternate" type="text/html" href="http://www.talios.com/podcast_gear_1.htm"/><updated>2009-08-16T15:53:00Z</updated><published>2009-08-16T15:53:00Z</published></entry><entry><id>tag:www.talios.com,2009-05-30:links.412172571</id><title>Writing Stupid Specifications with Concordion</title><content type="html" xml:lang="en" xml:base="http://www.talios.com/writing_stupid_specifications_with_concordion_2.htm"><![CDATA[For a while I've been an avid lover of the concordion testing framework, but one thing I always struggled with was the separation of state/data between the specification and the fixture.  As a simple work around I added a simple "eval" command, which]]></content><link rel="alternate" type="text/html" href="http://www.talios.com/writing_stupid_specifications_with_concordion_2.htm"/><updated>2009-05-30T23:18:00Z</updated><published>2009-05-30T23:18:00Z</published></entry><entry><id>tag:www.talios.com,2009-05-17:links.412170600</id><title>Illegal Argument #5</title><content type="html" xml:lang="en" xml:base="http://www.talios.com/illegal_argument_5_1.htm"><![CDATA[Episode #5 of our new java podcast Illegal Argument is has been posted focusing on language diversity and Microsoft's new Axum programming language, static vs dynamic templates and much more.]]></content><link rel="alternate" type="text/html" href="http://www.talios.com/illegal_argument_5_1.htm"/><updated>2009-05-17T21:17:00Z</updated><published>2009-05-17T21:17:00Z</published></entry><entry><id>tag:www.talios.com,2009-04-24:links.412166184</id><title>Code Coverage of Clojure Code</title><content type="html" xml:lang="en" xml:base="http://www.talios.com/code_coverage_of_clojure_code.htm"><![CDATA[Since pulling in Dmitry's test-compile mojo, and adding a test script runner mojo to the clojure-maven-plugin I thought I'd try something fun like running the maven emma plugin against a very simple test project.

I was pleasantly surprised to see so]]></content><link rel="alternate" type="text/html" href="http://www.talios.com/code_coverage_of_clojure_code.htm"/><updated>2009-04-24T20:47:00Z</updated><published>2009-04-24T20:47:00Z</published></entry><entry><id>tag:www.talios.com,2009-02-01:links.412151110</id><title>Clojure running successfully under OSGi</title><content type="html" xml:lang="en" xml:base="http://www.talios.com/clojure_running_successfully_under_osgi.htm"><![CDATA[Functional languages, and specifically the clojure language are being talked about at the SMX offices recently and I thought it was about time I gave it a closer examination and I've always found the easiest way for me to learn about new technology/f]]></content><link rel="alternate" type="text/html" href="http://www.talios.com/clojure_running_successfully_under_osgi.htm"/><updated>2009-02-01T15:00:00Z</updated><published>2009-02-01T15:00:00Z</published></entry><entry><id>tag:www.talios.com,2008-12-16:links.412143818</id><title>Typesafe Entity References for Hibernate/JPA</title><content type="html" xml:lang="en" xml:base="http://www.talios.com/typesafe_entity_references_for_hibernatejpa.htm"><![CDATA[It would seem Gavin King's having similar thoughts to something I was working on last week, only with a much larger and grander scale:

The first problem isn't really solvable without major new language features (usually described as "DSL support").]]></content><link rel="alternate" type="text/html" href="http://www.talios.com/typesafe_entity_references_for_hibernatejpa.htm"/><updated>2008-12-16T20:53:00Z</updated><published>2008-12-16T20:53:00Z</published></entry><entry><id>tag:www.talios.com,2008-12-14:links.412143506</id><title>Should Sun embrace Maven?</title><content type="html" xml:lang="en" xml:base="http://www.talios.com/should_sun_embrace_maven.htm"><![CDATA[With all the talk from Sun about bringing a focus to modularity in the JDK via Project Jigsaw, I wonder how things would shape up if a modular build tool such as Apache Maven was also adopted.

I've never looked at the JDK sources/build process and I]]></content><link rel="alternate" type="text/html" href="http://www.talios.com/should_sun_embrace_maven.htm"/><updated>2008-12-14T16:15:00Z</updated><published>2008-12-14T16:15:00Z</published></entry><entry><id>tag:www.talios.com,2008-08-24:links.412124331</id><title>Does Your Team Have STDs?</title><content type="html" xml:lang="en" xml:base="http://www.talios.com/does_your_team_have_stds.htm"><![CDATA[Earlier in the week I was reading this post on STD's by Jared Richardson:

  Once one person catches an STD, it seems to spread quickly. STD, of course, stands for Shiny Things Development.

  &#8212; Agile Artisans::home

Over the last few months I']]></content><link rel="alternate" type="text/html" href="http://www.talios.com/does_your_team_have_stds.htm"/><updated>2008-08-24T22:53:00Z</updated><published>2008-08-24T22:53:00Z</published></entry><entry><id>tag:www.talios.com,2007-10-20:links.412052123</id><title>Leopard and Pair Programming for the win...</title><content type="html" xml:lang="en" xml:base="http://www.talios.com/leopard_and_pair_programming_for_the_win.htm"><![CDATA[I've just been watching the new Leopard Guided Tour from Apple and was impressed with the new desktop/screen sharing capabilities of iChat:



Is it just me or does anyone else think this would rock for distributed pair programming, hell - this would]]></content><link rel="alternate" type="text/html" href="http://www.talios.com/leopard_and_pair_programming_for_the_win.htm"/><updated>2007-10-20T19:12:00Z</updated><published>2007-10-20T19:12:00Z</published></entry><entry><id>tag:www.talios.com,2007-09-07:links.412038387</id><title>Otaku, Cedric&apos;s weblog: &quot;Next Generation Testing&quot; book now available for preorder</title><content type="html" xml:lang="en" xml:base="http://www.talios.com/otaku_cedrics_weblog_next_generation_testing_book_now_a.htm"><![CDATA[Otaku, Cedric's weblog: "Next Generation Testing" book now available for preorder:
Our book is now available for preorder on Amazon. The working title is "Next Generation Java Testing".

Go on - pre-order - you know you want to!  Go forth and test yo]]></content><link rel="alternate" type="text/html" href="http://www.talios.com/otaku_cedrics_weblog_next_generation_testing_book_now_a.htm"/><updated>2007-09-07T09:44:00Z</updated><published>2007-09-07T09:44:00Z</published></entry><entry><id>tag:www.talios.com,2005-12-11:links.1573221</id><title>The Power of Smalltalk IDE&apos;s</title><content type="html" xml:lang="en" xml:base="http://www.talios.com/the_power_of_smalltalk_ides.htm"><![CDATA[So it seems that every man and his dog is commenting on the power of Smalltalk IDEs in response to Cedric's interview with Vanguard Technologies.Now I'll admit that Cedric is partially wrong, and that all the Smalltalkers are right, Blaine Buxton wri]]></content><link rel="alternate" type="text/html" href="http://www.talios.com/the_power_of_smalltalk_ides.htm"/><updated>2005-12-11T17:46:00Z</updated><published>2005-12-11T17:46:00Z</published></entry><entry><id>tag:www.talios.com,2005-11-23:links.1555244</id><title>Dolphin Smalltalk 6 now available!</title><content type="html" xml:lang="en" xml:base="http://www.talios.com/dolphin_smalltalk_6_now_available.htm"><![CDATA[Congrats to the boys and girls at Object Arts for the release of Dolphin Smalltalk 6 - and special congratulations for a full swath of documentation.Now where was that purchase request form?]]></content><link rel="alternate" type="text/html" href="http://www.talios.com/dolphin_smalltalk_6_now_available.htm"/><updated>2005-11-23T12:41:00Z</updated><published>2005-11-23T12:41:00Z</published></entry></feed>