<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sones GraphDB &#187; REST</title>
	<atom:link href="http://developers.sones.de/category/connectors/rest/feed/" rel="self" type="application/rss+xml" />
	<link>http://developers.sones.de</link>
	<description></description>
	<lastBuildDate>Thu, 20 Oct 2011 15:16:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>use Mule ESB with GraphDB</title>
		<link>http://developers.sones.de/2011/08/31/use-mule-esb-with-graphdb/</link>
		<comments>http://developers.sones.de/2011/08/31/use-mule-esb-with-graphdb/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 14:03:38 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[Connectors]]></category>
		<category><![CDATA[GraphDB]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[use-case]]></category>

		<guid isPermaLink="false">http://developers.sones.de/2011/08/31/use-mule-esb-with-graphdb/</guid>
		<description><![CDATA[We always think about new ways to integrate GraphDB into existing environments. And one of those environments our users are working with right now are the several Enterprise Service Busses which are available right now. One big player in the ESB environment is the Mule Open Source ESB: “Mule is a lightweight enterprise service bus [...]]]></description>
			<content:encoded><![CDATA[<p>We always think about new ways to integrate GraphDB into existing environments. And one of those environments our users are working with right now are the several Enterprise Service Busses which are available right now. </p>
<p>One big player in the ESB environment is the Mule Open Source ESB:</p>
<p><em>“<a href="http://www.mulesoft.org/" target="_blank">Mule</a> is a lightweight enterprise service bus (ESB) and integration framework. It can handle services and applications using disparate transport and messaging technologies. The platform is Java-based, but can broker interactions between other platforms such as .NET using web services or sockets.</em></p>
<p><em>The architecture is a scalable, highly-distributable object broker that can seamlessly handle interactions across legacy systems, in-house applications and almost all modern transports and protocols.”</em></p>
<p>In order to show how a GraphDB integrates into those typical ESB environments we created a small example.</p>
<p>The architecture of this example is like this:</p>
<p><a href="http://developers.sones.de/wiki/doku.php?id=tutorials:muleexampleapp" target="_blank"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px; padding-top: 0px" title="mule-esb" border="0" alt="mule-esb" src="http://developers.sones.de/wp-content/uploads/2011/08/mule-esb.png" width="400" height="432" /></a></p>
<p>The idea behind this is that an example Message-WebApp is posting a message to the Mule ESB and then this message gets transformed and in the last consequence consumed by a sones RESTful webservice hosted by a GraphDB. </p>
<p>You can read more in this <a href="http://developers.sones.de/wiki/doku.php?id=tutorials:muleexampleapp" target="_blank">tutorial here</a> and you can <a href="https://github.com/sones/sones-mule" target="_blank">download the sourcecode here</a>.</p>
<p>Source 1: <a title="http://www.mulesoft.org/" href="http://www.mulesoft.org/" target="_blank">http://www.mulesoft.org/</a>    <br />Source 2: <a title="https://github.com/sones/sones-mule" href="https://github.com/sones/sones-mule" target="_blank">https://github.com/sones/sones-mule</a>    <br />Source 3: <a title="http://developers.sones.de/wiki/doku.php?id=tutorials:muleexampleapp" href="http://developers.sones.de/wiki/doku.php?id=tutorials:muleexampleapp">http://developers.sones.de/wiki/doku.php?id=tutorials:muleexampleapp</a></p>
]]></content:encoded>
			<wfw:commentRss>http://developers.sones.de/2011/08/31/use-mule-esb-with-graphdb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebShell access to all test instances</title>
		<link>http://developers.sones.de/2010/01/07/webshell-access-to-all-test-instances/</link>
		<comments>http://developers.sones.de/2010/01/07/webshell-access-to-all-test-instances/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 14:09:50 +0000</pubDate>
		<dc:creator>bietiekay</dc:creator>
				<category><![CDATA[GraphDB]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[sones]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[WebShell]]></category>

		<guid isPermaLink="false">http://developers.sones.de/?p=570</guid>
		<description><![CDATA[For an easier access to any sones GraphDB instance you can use the our new web based shell. It is based on well-known technologies and libraries like HTML, JavaScript, JQuery and our REST API. You can choose between a text-based output format like shown in the following screen shot, a XML output format or a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify">For an easier access to any sones GraphDB instance you can use the our new <a href="/documentation/connectors/webshell/">web based shell</a>. It is based on well-known technologies and libraries like <a href="http://en.wikipedia.org/wiki/HTML">HTML</a>, <a href="http://en.wikipedia.org/wiki/JavaScript">JavaScript</a>, <a href="http://jquery.com/">JQuery</a> and our <a href="/documentation/connectors/rest-api/">REST API</a>. You can choose between a text-based output format like shown in the following screen shot, a <a herf="http://en.wikipedia.org/wiki/Xml">XML</a> output format or a <a href="http://en.wikipedia.org/wiki/JSON">JSON</a> output format.</p>
<p><img class="aligncenter size-full wp-image-528" title="WebShell-01-small" alt="WebShell-01-small" src="http://developers.sones.de/wp-content/uploads/2010/01/WebShell-01-small.PNG" width="550" height="284" /></p>
<p style="text-align: justify">The WebShell ist Open Source Software and licensed under the <a href="http://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22New_BSD_License.22.29">New BSD License</a>.</p>
<p>To get access to your own personal test instance go to the <a href="http://www.sones.com/partner" target="_blank">sones homepage</a> and register a new account. When you’re logged in you’re only one click away from accessing the sones graphDB WebShell. You can log in using the given URL and the username and password.</p>
]]></content:encoded>
			<wfw:commentRss>http://developers.sones.de/2010/01/07/webshell-access-to-all-test-instances/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

