<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>From the Mule’s Mouth &#187; Uncategorized</title>
	<atom:link href="http://blogs.mulesoft.org/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mulesoft.org</link>
	<description>Musings from the MuleSoft Experts</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:37:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<copyright>2006-2008 </copyright>
	<managingEditor>webmaster@mulesoft.com (From the Mule’s Mouth)</managingEditor>
	<webMaster>webmaster@mulesoft.com (From the Mule’s Mouth)</webMaster>
	<ttl>1440</ttl>
	<image>
		<url>http://blog.mulesource.org/wp-content/uploads/2008/11/mulecast-icon.gif</url>
		<title>From the Mule’s Mouth</title>
		<link>http://blogs.mulesoft.org</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Musings from the MuleSource Experts</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Technology">
		<itunes:category text="Software How-To" />
	</itunes:category>
	<itunes:category text="Technology" />
	<itunes:author>From the Mule’s Mouth</itunes:author>
	<itunes:owner>
		<itunes:name>From the Mule’s Mouth</itunes:name>
		<itunes:email>webmaster@mulesoft.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://blog.mulesource.org/wp-content/uploads/2008/11/mulecast-icon.gif" />
		<item>
		<title>Upcoming Webinar:  Designing Integrations for Reliability</title>
		<link>http://blogs.mulesoft.org/upcoming-webinar-designing-integrations-for-reliability/</link>
		<comments>http://blogs.mulesoft.org/upcoming-webinar-designing-integrations-for-reliability/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 06:44:36 +0000</pubDate>
		<dc:creator>michael.khalili</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.mulesoft.org/?p=7742</guid>
		<description><![CDATA[We often find Mule used in mission critical environments.  With new capabilities such as high availability clustering in Mule 3.2 , Mule is even more suitable for applications where message loss is unacceptable. To help you get the most out of Mule 3.2, Mike Schilling, Architect at MuleSoft, will provide a series of best practices for [...]]]></description>
		<wfw:commentRss>http://blogs.mulesoft.org/upcoming-webinar-designing-integrations-for-reliability/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Processing email attachments with Mule</title>
		<link>http://blogs.mulesoft.org/processing-email-attachments-with-mule/</link>
		<comments>http://blogs.mulesoft.org/processing-email-attachments-with-mule/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 16:53:19 +0000</pubDate>
		<dc:creator>dzapata</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.mulesoft.org/?p=4578</guid>
		<description><![CDATA[Processing email attachments using Mule ESB is easy.  The following Mule configuration checks an IMAP email inbox for new emails. The attachments are converted to a string and then saved to a file. The key to processing attachments is to use a expression-transformer which pulls the list of attachments which can be used by the [...]]]></description>
		<wfw:commentRss>http://blogs.mulesoft.org/processing-email-attachments-with-mule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page Models: An Object Oriented approach to integration tests design</title>
		<link>http://blogs.mulesoft.org/page-models-an-object-oriented-approach-to-integration-tests-design/</link>
		<comments>http://blogs.mulesoft.org/page-models-an-object-oriented-approach-to-integration-tests-design/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 13:05:15 +0000</pubDate>
		<dc:creator>Nahuel Dalla Vecchia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[integration_tests]]></category>
		<category><![CDATA[page_model_pattern]]></category>
		<category><![CDATA[selenium]]></category>
		<category><![CDATA[selenium_ide]]></category>
		<category><![CDATA[test_recorder]]></category>
		<category><![CDATA[webdriver]]></category>

		<guid isPermaLink="false">http://blogs.mulesoft.org/?p=4724</guid>
		<description><![CDATA[When your test base can be measured in tens of tests (or more) you should pay attention to bests practices and design principles if you want a highly maintainable code, quite resistant to technological changes, changes on the UI, etc. This article introduces Page Model pattern that is a great help in that regard.]]></description>
		<wfw:commentRss>http://blogs.mulesoft.org/page-models-an-object-oriented-approach-to-integration-tests-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Testing &amp; Selenium</title>
		<link>http://blogs.mulesoft.org/web-testing-selenium/</link>
		<comments>http://blogs.mulesoft.org/web-testing-selenium/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 16:57:13 +0000</pubDate>
		<dc:creator>Nahuel Dalla Vecchia</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[integration test]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[page model]]></category>
		<category><![CDATA[reusability]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://blogs.mulesoft.org/?p=4558</guid>
		<description><![CDATA[Why are GUI integration tests needed? On which testing tool technology should I base my tests? What are the cost/benefit of the choosing one over the other? In this brief article we will give you a quick look at the answers to those questions.]]></description>
		<wfw:commentRss>http://blogs.mulesoft.org/web-testing-selenium/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RESTx version 0.9.4: JavaScript everywhere, MIME types and more</title>
		<link>http://blogs.mulesoft.org/restx-version-0-9-4-javascript-everywhere-mime-types-and-more/</link>
		<comments>http://blogs.mulesoft.org/restx-version-0-9-4-javascript-everywhere-mime-types-and-more/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 16:50:01 +0000</pubDate>
		<dc:creator>juergen.brendel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[0.9.4]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[RESTful]]></category>
		<category><![CDATA[RESTx]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://blogs.mulesoft.org/?p=3316</guid>
		<description><![CDATA[Version 0.9.4 of RESTx &#8211; the fastest way to create RESTful web services &#8211; has just been released. The main features introduced by this version are the ability to write components in server-side JavaScript, the addition of a JavaScript client library and much improved handling of content types for input and output. You can download [...]]]></description>
		<wfw:commentRss>http://blogs.mulesoft.org/restx-version-0-9-4-javascript-everywhere-mime-types-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screencast: From install to RESTful resource in less than 3 minutes</title>
		<link>http://blogs.mulesoft.org/screencast-from-install-to-restful-resource-in-less-than-3-minutes/</link>
		<comments>http://blogs.mulesoft.org/screencast-from-install-to-restful-resource-in-less-than-3-minutes/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 14:00:24 +0000</pubDate>
		<dc:creator>juergen.brendel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[RESTful]]></category>
		<category><![CDATA[RESTx]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[simple]]></category>

		<guid isPermaLink="false">http://blogs.mulesoft.org/?p=2825</guid>
		<description><![CDATA[We have put up a screencast that shows you how to get started with RESTx, our platform for the rapid, easy creation of RESTful web services. RESTx allows developers to contribute data access, integration and processing components in Java or Python, using a very simple API. Then, with nothing more than a browser and a [...]]]></description>
		<wfw:commentRss>http://blogs.mulesoft.org/screencast-from-install-to-restful-resource-in-less-than-3-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easily optimizing Python: Extending with Java</title>
		<link>http://blogs.mulesoft.org/easily-optimizing-python-extending-with-java/</link>
		<comments>http://blogs.mulesoft.org/easily-optimizing-python-extending-with-java/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 16:38:14 +0000</pubDate>
		<dc:creator>juergen.brendel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[jython]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[RESTx]]></category>

		<guid isPermaLink="false">http://blogs.mulesoft.org/?p=2795</guid>
		<description><![CDATA[Our RESTx project &#8211; a platform for the rapid and easy creation of RESTful web services and resources &#8211; is largely written in Python. Python is a dynamic, duck-typed programming language, which puts very little obstacles between your idea and working code. At least that&#8217;s the feeling I had when I started to work with [...]]]></description>
		<wfw:commentRss>http://blogs.mulesoft.org/easily-optimizing-python-extending-with-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turbo charging front-end development with user-created RESTful resources</title>
		<link>http://blogs.mulesoft.org/turbo-charging-front-end-development-with-user-created-restful-resources/</link>
		<comments>http://blogs.mulesoft.org/turbo-charging-front-end-development-with-user-created-restful-resources/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 14:00:41 +0000</pubDate>
		<dc:creator>juergen.brendel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[ext js]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javasacript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[RESTful]]></category>
		<category><![CDATA[RESTx]]></category>

		<guid isPermaLink="false">http://blogs.mulesoft.org/?p=2704</guid>
		<description><![CDATA[In this article, I will show you how RESTx &#8211; an open source project for the creation of RESTful web services and RESTful resources &#8211; allows front-end developers to quickly and easily make their own data resources, without having to rely on the back-end server team for every new requirement. Example scenario So, let&#8217;s say you [...]]]></description>
		<wfw:commentRss>http://blogs.mulesoft.org/turbo-charging-front-end-development-with-user-created-restful-resources/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Super simple data integration with RESTx: An example</title>
		<link>http://blogs.mulesoft.org/super-simple-data-integration-with-restx-an-example/</link>
		<comments>http://blogs.mulesoft.org/super-simple-data-integration-with-restx-an-example/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 17:17:00 +0000</pubDate>
		<dc:creator>juergen.brendel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[data integration]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[RESTful]]></category>
		<category><![CDATA[RESTx]]></category>
		<category><![CDATA[simplicity]]></category>

		<guid isPermaLink="false">http://blogs.mulesoft.org/?p=2649</guid>
		<description><![CDATA[Most people who ever worked in real-world data integration projects agree that at some point custom code becomes necessary. Pre-fabricated connectors, filter and pipeline logic can only go so far. And to top it off, using those pre-fabricated integration logic components often becomes cumbersome for anything but the most trivial data integration and processing tasks. [...]]]></description>
		<wfw:commentRss>http://blogs.mulesoft.org/super-simple-data-integration-with-restx-an-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Developer Survey &#8211; Win $100</title>
		<link>http://blogs.mulesoft.org/developer-survey-win-100/</link>
		<comments>http://blogs.mulesoft.org/developer-survey-win-100/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 14:31:09 +0000</pubDate>
		<dc:creator>Sateesh Narahari</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[iBeans]]></category>
		<category><![CDATA[Survey]]></category>

		<guid isPermaLink="false">http://blogs.mulesoft.org/?p=1853</guid>
		<description><![CDATA[In our continuous quest to understand developer trends and preferences, we are conducting a short survey. The survey should take around 5 minutes to complete and will help us gain insight into developer trends. We may contact you for a follow-up discussion to get detailed input from you. We will also enter your name into [...]]]></description>
		<wfw:commentRss>http://blogs.mulesoft.org/developer-survey-win-100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

