<?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>Application Performance, Scalability and Architecture – The dynaTrace Blog &#187; REST</title>
	<atom:link href="http://blog.dynatrace.com/tag/rest/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dynatrace.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 10:35:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Behind the Scenes of Serialization in Java</title>
		<link>http://blog.dynatrace.com/2011/03/02/behind-the-scenes-of-serialization-in-java/</link>
		<comments>http://blog.dynatrace.com/2011/03/02/behind-the-scenes-of-serialization-in-java/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 14:15:19 +0000</pubDate>
		<dc:creator>Alois Reitbauer</dc:creator>
				<category><![CDATA[Architecture and Performance]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Patterns and Practices]]></category>
		<category><![CDATA[BestPractice]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Remoting]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://blog.dynatrace.com/?p=2893</guid>
		<description><![CDATA[When building distributed applications one of the central performance-critical components is serialization. Most modern frameworks make it very easy to send data over the wire. In many cases you don’t see at all what is going on behind the scenes. Choosing the right serialization strategy however is central for achieving good performance and scalability. Serialization [...]]]></description>
		<wfw:commentRss>http://blog.dynatrace.com/2011/03/02/behind-the-scenes-of-serialization-in-java/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Tracing Intermittent Errors &#8211; Guest blog by Lucy Monahan from Novell</title>
		<link>http://blog.dynatrace.com/2009/12/02/tracing-intermittent-errors-guest-blog-by-lucy-monahan-from-novell/</link>
		<comments>http://blog.dynatrace.com/2009/12/02/tracing-intermittent-errors-guest-blog-by-lucy-monahan-from-novell/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 19:18:17 +0000</pubDate>
		<dc:creator>Andreas Grabner</dc:creator>
				<category><![CDATA[Patterns and Practices]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.dynatrace.com/?p=1094</guid>
		<description><![CDATA[Lucy Monahan is a Principal Performance QA Engineer at Novell, and helps to manage their distributed Agile process. Intermittent problems can be difficult to solve: the value may be corrupted potentially at any time before the value is used the transaction may involve multiple enterprise servers using remote calls and the root cause could be [...]]]></description>
		<wfw:commentRss>http://blog.dynatrace.com/2009/12/02/tracing-intermittent-errors-guest-blog-by-lucy-monahan-from-novell/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Performance Considerations in Distributed Applications</title>
		<link>http://blog.dynatrace.com/2009/09/28/performance-considerations-in-distributed-applications/</link>
		<comments>http://blog.dynatrace.com/2009/09/28/performance-considerations-in-distributed-applications/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 16:45:59 +0000</pubDate>
		<dc:creator>Alois Reitbauer</dc:creator>
				<category><![CDATA[Architecture and Performance]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Patterns and Practices]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Remoting]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://blog.dynatrace.com/?p=931</guid>
		<description><![CDATA[Distribution and communication between applications and services is a central concept in modern application architectures. In order to profit from distribution you have to keep some basic principles in mind &#8211; otherwise you can easily run into performance and scalability problems. During development these problems often do not surface.  Then suddenly in load testing or [...]]]></description>
		<wfw:commentRss>http://blog.dynatrace.com/2009/09/28/performance-considerations-in-distributed-applications/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Lessons learned from getting .NET to REST with Java</title>
		<link>http://blog.dynatrace.com/2009/08/24/lessons-learned-from-getting-net-to-rest-with-java/</link>
		<comments>http://blog.dynatrace.com/2009/08/24/lessons-learned-from-getting-net-to-rest-with-java/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 16:46:05 +0000</pubDate>
		<dc:creator>Andreas Grabner</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Agile Performance]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Patterns and Practices]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.dynatrace.com/?p=699</guid>
		<description><![CDATA[On a recent project I had to call Java REST services from a .NET Client. Several problems came up &#8211; ranging from authentication to hidden performance issues. I want to share my lessons learned and encourage you to share your own opinions and experiences on this topic. The Context: REST to automate analysis processes in [...]]]></description>
		<wfw:commentRss>http://blog.dynatrace.com/2009/08/24/lessons-learned-from-getting-net-to-rest-with-java/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

