<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Monitor Wicket page request using JAMon</title>
	<atom:link href="http://blog.xebia.com/2008/02/02/monitor-wicket-page-request-using-jamon/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xebia.com/2008/02/02/monitor-wicket-page-request-using-jamon/</link>
	<description>Software development done right!</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:41:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: PavanM</title>
		<link>http://blog.xebia.com/2008/02/02/monitor-wicket-page-request-using-jamon/#comment-91567</link>
		<dc:creator>PavanM</dc:creator>
		<pubDate>Mon, 20 Apr 2009 14:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/2008/02/02/monitor-wicket-page-request-using-jamon/#comment-91567</guid>
		<description>Hello Jeroen,
      I was reading your article on JAMon and Jarep (http://java.dzone.com/articles/case-study-performance-tuning--0) I was quite impressed by the overall solution. Are you still using JAMon in your apps with Java5 ? Investigating on the right balance between JAMON and JMX on Java 5. Any comments ?
Thanks,
Pavan</description>
		<content:encoded><![CDATA[<p>Hello Jeroen,<br />
      I was reading your article on JAMon and Jarep (<a href="http://java.dzone.com/articles/case-study-performance-tuning--0" rel="nofollow">http://java.dzone.com/articles/case-study-performance-tuning&#8211;0</a>) I was quite impressed by the overall solution. Are you still using JAMon in your apps with Java5 ? Investigating on the right balance between JAMON and JMX on Java 5. Any comments ?<br />
Thanks,<br />
Pavan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik van Oosten</title>
		<link>http://blog.xebia.com/2008/02/02/monitor-wicket-page-request-using-jamon/#comment-54583</link>
		<dc:creator>Erik van Oosten</dc:creator>
		<pubDate>Fri, 26 Sep 2008 14:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/2008/02/02/monitor-wicket-page-request-using-jamon/#comment-54583</guid>
		<description>Nice!
Just one small remark. With this little change you also measure the duration of super.onBeginRequest:

@Override
protected void onBeginRequest() {
    super.onBeginRequest();
    startTime = System.currentTimeMillis();
}</description>
		<content:encoded><![CDATA[<p>Nice!<br />
Just one small remark. With this little change you also measure the duration of super.onBeginRequest:</p>
<p>@Override<br />
protected void onBeginRequest() {<br />
    super.onBeginRequest();<br />
    startTime = System.currentTimeMillis();<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blog.xebia.com/2008/02/02/monitor-wicket-page-request-using-jamon/feed/ ) in 0.45812 seconds, on Feb 9th, 2012 at 8:32 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 9:32 pm UTC -->
