<?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>ASchroder.com &#187; Java Development</title>
	<atom:link href="http://www.aschroder.com/category/java-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aschroder.com</link>
	<description>Notes on Ecommerce Web Development</description>
	<lastBuildDate>Sun, 16 Jun 2013 14:45:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>App Engine Java MapReduce Example: bulk deleting entities</title>
		<link>http://www.aschroder.com/2012/12/app-engine-java-mapreduce-example-bulk-deleting-entities/</link>
		<comments>http://www.aschroder.com/2012/12/app-engine-java-mapreduce-example-bulk-deleting-entities/#comments</comments>
		<pubDate>Tue, 18 Dec 2012 20:49:22 +0000</pubDate>
		<dc:creator>Ashley</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Java Development]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[app engine]]></category>
		<category><![CDATA[datastore]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[map reduce]]></category>

		<guid isPermaLink="false">http://www.aschroder.com/?p=1873</guid>
		<description><![CDATA[As you may know, we run our OrderPipe ecommerce dashboard on Google&#8217;s App Engine &#8211; I&#8217;m a big fan of the platform, but it has some traps for new (and old) players. A recent issue required us to bulk delete entities on App Engine, and for that it seemed the best tool for the job [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.aschroder.com/2011/12/java-app-engine-integration-testing-with-spring-mvc-and-openpersistencemanagerinviewfilter/' rel='bookmark' title='Java App Engine integration testing with Spring MVC and OpenPersistenceManagerInViewFilter'>Java App Engine integration testing with Spring MVC and OpenPersistenceManagerInViewFilter</a></li>
<li><a href='http://www.aschroder.com/2012/02/sending-apple-ios-notifications-via-urban-airship-on-google-app-engine/' rel='bookmark' title='Sending Apple iOS Notifications via Urban Airship on Google App Engine'>Sending Apple iOS Notifications via Urban Airship on Google App Engine</a></li>
<li><a href='http://www.aschroder.com/2011/11/quick-update-on-site-monitor-and-google-app-engine-d-day/' rel='bookmark' title='Quick update on Site Monitor and Google App Engine D-Day'>Quick update on Site Monitor and Google App Engine D-Day</a></li>
</ol>
</div>
]]></description>
		<wfw:commentRss>http://www.aschroder.com/2012/12/app-engine-java-mapreduce-example-bulk-deleting-entities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opening (and closing) jQuery Mobile Collapsible sections programatically</title>
		<link>http://www.aschroder.com/2012/07/opening-and-closing-jquery-mobile-collapsible-sections-programatically/</link>
		<comments>http://www.aschroder.com/2012/07/opening-and-closing-jquery-mobile-collapsible-sections-programatically/#comments</comments>
		<pubDate>Thu, 12 Jul 2012 01:32:43 +0000</pubDate>
		<dc:creator>Ashley</dc:creator>
				<category><![CDATA[Java Development]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jquery mobile]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://www.aschroder.com/?p=1784</guid>
		<description><![CDATA[We use jQuery Mobile for OrderPipe, it&#8217;s a fantastic framework and I have a lot of love for it. One thing that has bugged me about the way our settings section works though is after making a change within a collapsible section (like inviting a user for example) the section would be closed afterwards. It [...]<div class='yarpp-related-rss yarpp-related-none'>

No related posts.
</div>
]]></description>
		<wfw:commentRss>http://www.aschroder.com/2012/07/opening-and-closing-jquery-mobile-collapsible-sections-programatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java App Engine integration testing with Spring MVC and OpenPersistenceManagerInViewFilter</title>
		<link>http://www.aschroder.com/2011/12/java-app-engine-integration-testing-with-spring-mvc-and-openpersistencemanagerinviewfilter/</link>
		<comments>http://www.aschroder.com/2011/12/java-app-engine-integration-testing-with-spring-mvc-and-openpersistencemanagerinviewfilter/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 08:33:23 +0000</pubDate>
		<dc:creator>Ashley</dc:creator>
				<category><![CDATA[Java Development]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[app engine]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.aschroder.com/?p=1636</guid>
		<description><![CDATA[In this post I&#8217;ll quickly show the technique I used for integration testing of Java services where the services rely on Spring data repositories being injected. We&#8217;re using Google&#8217;s App Engine to host and run our mobile sales dashboard for Magento/Amazon/Shopify so the tests will use the integration testing environment provided in the SDK. Starting [...]<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href='http://www.aschroder.com/2012/02/sending-apple-ios-notifications-via-urban-airship-on-google-app-engine/' rel='bookmark' title='Sending Apple iOS Notifications via Urban Airship on Google App Engine'>Sending Apple iOS Notifications via Urban Airship on Google App Engine</a></li>
<li><a href='http://www.aschroder.com/2009/11/pre-release-smtp-pro-magento-gmail-google-apps-email-beta-testing-win-a-prize/' rel='bookmark' title='Pre-release: SMTP Pro / Magento Gmail &amp; Google Apps Email Beta testing (win a prize)'>Pre-release: SMTP Pro / Magento Gmail &#038; Google Apps Email Beta testing (win a prize)</a></li>
<li><a href='http://www.aschroder.com/2010/12/magespeedtest-com-with-siege-performance-testing-magento-made-easy/' rel='bookmark' title='MageSpeedTest.com with Siege &#8211; Performance Testing Magento Made Easy'>MageSpeedTest.com with Siege &#8211; Performance Testing Magento Made Easy</a></li>
</ol>
</div>
]]></description>
		<wfw:commentRss>http://www.aschroder.com/2011/12/java-app-engine-integration-testing-with-spring-mvc-and-openpersistencemanagerinviewfilter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Content Delivery Network via cdn.aschroder.com

 Served from: www.aschroder.com @ 2013-06-19 20:59:08 by W3 Total Cache -->