<?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>Java Blog</title>
	<atom:link href="http://blog.teamextension.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.teamextension.com</link>
	<description>blog.teamextension.com</description>
	<lastBuildDate>Mon, 07 May 2012 18:24:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Comparing Apache Tomcat and TomEE</title>
		<link>http://blog.teamextension.com/comparing-apache-tomcat-and-tomee-913</link>
		<comments>http://blog.teamextension.com/comparing-apache-tomcat-and-tomee-913#comments</comments>
		<pubDate>Mon, 07 May 2012 12:13:51 +0000</pubDate>
		<dc:creator>Bienvenido David</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=913</guid>
		<description><![CDATA[We downloaded Tomcat 7.0.27 and TomEE 1.0.0 and did a quick comparison. Here are the differences we found. The distributions being compared are apache-tomcat-7.0.27.tar.gz and apache-tomee-1.0.0-webprofile.tar.gz. 1. Tomcat is 7,467 KB. TomEE is 27,702 KB. 2. TomEE catalina.bat/catalina.sh has added the OpenEJB javaagent. 3. TomEE server.xml has the extra listener org.apache.tomee.catalina.ServerListener. 4. Tomcat has a [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/comparing-apache-tomcat-and-tomee-913/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java Service Restart Script</title>
		<link>http://blog.teamextension.com/java-service-restart-script-907</link>
		<comments>http://blog.teamextension.com/java-service-restart-script-907#comments</comments>
		<pubDate>Tue, 01 May 2012 02:09:04 +0000</pubDate>
		<dc:creator>Bienvenido David</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=907</guid>
		<description><![CDATA[Here&#8217;s a Bash script that can stop and start a Java service. The file app.jar is an executable jar file.]]></description>
		<wfw:commentRss>http://blog.teamextension.com/java-service-restart-script-907/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Ajax Timeouts with Spring Security</title>
		<link>http://blog.teamextension.com/jquery-ajax-timeouts-with-spring-security-894</link>
		<comments>http://blog.teamextension.com/jquery-ajax-timeouts-with-spring-security-894#comments</comments>
		<pubDate>Sun, 01 Apr 2012 17:49:09 +0000</pubDate>
		<dc:creator>Bienvenido David</dc:creator>
				<category><![CDATA[TeamEXtension]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=894</guid>
		<description><![CDATA[Here&#8217;s how we handled Ajax timeouts with Spring Security. In your login controller, set response status to 401. In your Ajax error callback, check for the 401 code and redirect to a page that is not the login page. If we redirect to the login page, Spring Security might go to Ajax request right after [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/jquery-ajax-timeouts-with-spring-security-894/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handling Exceptions in Spring MVC with Logging</title>
		<link>http://blog.teamextension.com/handling-exceptions-in-spring-mvc-with-logging-903</link>
		<comments>http://blog.teamextension.com/handling-exceptions-in-spring-mvc-with-logging-903#comments</comments>
		<pubDate>Wed, 21 Mar 2012 22:31:14 +0000</pubDate>
		<dc:creator>Bienvenido David</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=903</guid>
		<description><![CDATA[In your Spring servlet.xml, add a HandlerExceptionResolver. &#8220;/error/default&#8221; is the URL it will go to that will display an error message to the user. warnLogCategory is the logger category. Exceptions will be logged under the warning level and not the error level. The category value can be anything. Here we just set it to the [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/handling-exceptions-in-spring-mvc-with-logging-903/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache 2 Performance Tuning</title>
		<link>http://blog.teamextension.com/apache-2-performance-tuning-890</link>
		<comments>http://blog.teamextension.com/apache-2-performance-tuning-890#comments</comments>
		<pubDate>Thu, 01 Mar 2012 15:26:30 +0000</pubDate>
		<dc:creator>Bienvenido David</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=890</guid>
		<description><![CDATA[Here&#8217;s a list of performance tips taken from the official Apache Performance Tuning documentation. This is meant to serve as a quick cheat sheet. For the details, the trade-offs, the why and when to use these optimizations, please read the complete documentation. All these are for tuning your Apache server for every last ounce of [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/apache-2-performance-tuning-890/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Byteman Tutorial</title>
		<link>http://blog.teamextension.com/quick-byteman-tutorial-870</link>
		<comments>http://blog.teamextension.com/quick-byteman-tutorial-870#comments</comments>
		<pubDate>Wed, 01 Feb 2012 23:38:16 +0000</pubDate>
		<dc:creator>John Reyes</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=870</guid>
		<description><![CDATA[This is a quick tutorial on Byteman 2.0. You will need Eclipse and m2e to follow the steps below. 1. Download and unzip Byteman. 2. Create a new Maven Quickstart project in Eclipse. 3. Create the byteman script. This tutorial will use the filename quickbyteman.btm. 4. Set the content of the script. This script contains [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/quick-byteman-tutorial-870/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AWS Elastic Beanstalk Zone Apex</title>
		<link>http://blog.teamextension.com/aws-elastic-beanstalk-zone-apex-809</link>
		<comments>http://blog.teamextension.com/aws-elastic-beanstalk-zone-apex-809#comments</comments>
		<pubDate>Sun, 01 Jan 2012 12:00:12 +0000</pubDate>
		<dc:creator>Bienvenido David</dc:creator>
				<category><![CDATA[AWS]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=809</guid>
		<description><![CDATA[1. Go to your AWS Management Console and click on the Amazon EC2 tab. Click on Load Balancers and look for the load balancer your Elastic Beanstalk instance is using. Note down the Load Balancer DNS Name (A Record) and Hosted Zone ID. You will need these 2 values later. 2. Now click on the [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/aws-elastic-beanstalk-zone-apex-809/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Namespace Example</title>
		<link>http://blog.teamextension.com/javascript-namespace-example-814</link>
		<comments>http://blog.teamextension.com/javascript-namespace-example-814#comments</comments>
		<pubDate>Thu, 22 Dec 2011 23:57:47 +0000</pubDate>
		<dc:creator>Bienvenido David</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=814</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://blog.teamextension.com/javascript-namespace-example-814/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AWS Elastic Beanstalk with GoDaddy SSL</title>
		<link>http://blog.teamextension.com/aws-elastic-beanstalk-with-godaddy-ssl-803</link>
		<comments>http://blog.teamextension.com/aws-elastic-beanstalk-with-godaddy-ssl-803#comments</comments>
		<pubDate>Mon, 12 Dec 2011 16:16:44 +0000</pubDate>
		<dc:creator>Bienvenido David</dc:creator>
				<category><![CDATA[AWS]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=803</guid>
		<description><![CDATA[This is a step by step walk-though on how to install an SSL certificate on AWS Elastic Beanstalk. We will use a GoDaddy SSL certificate. The official documentation is on the AIM Creating and Uploading Server Certificates page, but that example is only for a 1024 bit certificate. This post also assumes you already have [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/aws-elastic-beanstalk-with-godaddy-ssl-803/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Java Assertions in Eclipse</title>
		<link>http://blog.teamextension.com/enable-java-assertions-in-eclipse-798</link>
		<comments>http://blog.teamextension.com/enable-java-assertions-in-eclipse-798#comments</comments>
		<pubDate>Sat, 10 Dec 2011 16:06:00 +0000</pubDate>
		<dc:creator>Bienvenido David</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.teamextension.com/?p=798</guid>
		<description><![CDATA[Here&#8217;s how you enable Java assertions in Eclipse. 1. Go to Window -> Preferences. 2. In the filter textbox, type &#8220;JRE&#8221; and click on &#8220;Installed JREs&#8221;. 3. Double click on the installed JRE on the right to edit. 4. Add &#8220;-ea&#8221; to the &#8220;Default VM Arguments&#8221; textbox. 5. Click &#8220;Finish&#8221; and &#8220;OK&#8221;. You now have [...]]]></description>
		<wfw:commentRss>http://blog.teamextension.com/enable-java-assertions-in-eclipse-798/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: blog.teamextension.com @ 2012-05-18 20:00:35 -->
