<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>myGrid developer blog</title>
	<link>http://www.mygrid.org.uk/dev/blog</link>
	<description>The developers of myGrid tell of their quest of the code</description>
	<lastBuildDate>Thu, 14 Aug 2008 12:56:41 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Hellllloooooooo, where are you RESTLet</title>
		<description>We are currently developing a little REST based service for the storage of RDF.  It uses openAnzo (2.5.1) and Restlet (1.0.5).  All was going well until the client calls disappeared into a black hole.  No responses were coming back from the server, in fact nothing seemed to be arriving there.  ...</description>
		<link>http://www.mygrid.org.uk/dev/blog/2008/08/hellllloooooooo-where-are-you-restlet/</link>
			</item>
	<item>
		<title>Cross platform fun</title>
		<description>While debugging some test problems with the T2 code I discovered some issues between OSX and Windows regards file paths and line breaks.  Seems that instead of just

inputs.put("fileUrl", LocalworkerTranslator.class.getResource( "/AAC4_HUMAN.sp").getFile());

you have to ensure that the absolute path is correct by doing

URI uri = LocalworkerTranslator.class.getResource("/AAC4_HUMAN.sp") .toURI();

File newFile = new File(uri);

inputs.put("fileUrl", newFile.getAbsolutePath());

Also, ...</description>
		<link>http://www.mygrid.org.uk/dev/blog/2008/08/cross-platform-fun/</link>
			</item>
	<item>
		<title>Launch your Browser</title>
		<description>While developing the Taverna myExperiment plugin we needed some way of launching a browser when clicking on a link.  Launching a browser is fairly easy using Runtime.exec("firefox", URL);   However, how do you know what browsers are installed and what the default one is.  Step forward BrowserLauncher2 (http://browserlaunch2.sourceforge.net/).

BrowserLauncher launcher = ...</description>
		<link>http://www.mygrid.org.uk/dev/blog/2008/07/launch-your-browser/</link>
			</item>
	<item>
		<title>Raven</title>
		<description>I'm currently looking into an old bug, TAV-480, that seems to have reappeared. This bug is related to Raven, our classloader system based on Maven that allows us to do plugins and network updates. I'll come with another post about this bug, but first let's do an introduction of Raven.

The ...</description>
		<link>http://www.mygrid.org.uk/dev/blog/2008/04/raven/</link>
			</item>
	<item>
		<title>Taverna 1.7.1 released</title>
		<description>Taverna 1.7.1 was released today, including an updated preview of t2, the enactor of Taverna 2.0 scheduled for June 2008.

You can download 1.7.1 from SourceForge.



This update to Taverna resolves a number of issues with Taverna and the preview of the new t2 enactor.

For instance, you should now be able to ...</description>
		<link>http://www.mygrid.org.uk/dev/blog/2008/04/taverna-1-7-1/</link>
			</item>
	<item>
		<title>Stand up and be counted</title>
		<description>Taverna workflows are full of shims.  That's a fact.  Shims are the little adapter services, mostly using Beanshells, which convert the outputs of one workflow processor before sending it to the input of another.  They are always being re-invented and 90% of the time do the same ...</description>
		<link>http://www.mygrid.org.uk/dev/blog/2008/04/stand-up-and-be-counted/</link>
			</item>
	<item>
		<title>Data referencing in action in &#8220;Integrating ARC Grid with Taverna&#8221;</title>
		<description>Daniel Bayer at University of Lübeck has implemented an ARC Grid plugin for Taverna for submitting job to the grid system ARC, in particular for usage with KnowARC. Bayer, together with Steffen Möller and Hajo N. Krabbenhöft also recently got published in Bioinformatics.

The work seems very promising, and in particular ...</description>
		<link>http://www.mygrid.org.uk/dev/blog/2008/03/arc/</link>
			</item>
	<item>
		<title>Google Summer of Code 2008</title>
		<description>Google Summer of Code (GSoC) is a programme hosted by Google that gives students a chance to work (and paid a scholarship) during the summer 2008 for an open source project.

We're happy to announce that OMII-UK (the mother organisation of myGrid) has been accepted as one of GSoC's mentoring organisations. ...</description>
		<link>http://www.mygrid.org.uk/dev/blog/2008/03/gsoc/</link>
			</item>
	<item>
		<title>Code freeze of Taverna 1.7.1</title>
		<description>We're hopefully doing our code freeze for Taverna 1.7.1 today, 2008-03-28.

There's a few bug fixes, in addition to quite a bit of work on t2. There will also be a drag-and-drop-able, interactive workflow editor, basically you can edit the workflow by connecting lines between the processors. Those of you who ...</description>
		<link>http://www.mygrid.org.uk/dev/blog/2008/03/codefreeze/</link>
			</item>
	<item>
		<title>Future visions</title>
		<description>Writing a User Interface is quite often the hardest part of any development job.  Everyone likes different look and feel and they seem to take forever to develop.  I tend to hand code using Swing (Java's default GUI) because I have not found an interactive GUI designer which ...</description>
		<link>http://www.mygrid.org.uk/dev/blog/2008/03/future-visions/</link>
			</item>
</channel>
</rss>
