<?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>Logiciel Libre &#187; jsp</title>
	<atom:link href="http://adammonsen.com/post/tag/jsp/feed" rel="self" type="application/rss+xml" />
	<link>http://adammonsen.com</link>
	<description>blog and sundries of Adam Monsen</description>
	<lastBuildDate>Fri, 09 Jul 2010 19:23:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>simple AJAX/JSP example: sum of two numbers</title>
		<link>http://adammonsen.com/post/442</link>
		<comments>http://adammonsen.com/post/442#comments</comments>
		<pubDate>Sat, 23 May 2009 03:31:37 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Default]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[floss]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://adammonsen.com/?p=442</guid>
		<description><![CDATA[It&#8217;s been a while since I&#8217;ve done any front-end Web programming, so when Eva proposed a friendly challenge to quickly create a simple AJAX calculator, I gladly accepted. It took her about 20 minutes on an ASP.NET stack, and took me&#8230; *cough* &#8230;a couple of hours using JSP. The challenge was fun because I played [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I&#8217;ve done any front-end Web programming, so when Eva proposed a friendly challenge to quickly create a simple AJAX calculator, I gladly accepted. It took her about 20 minutes on an ASP.NET stack, and took me&#8230; *cough* &#8230;a couple of hours using JSP.</p>
<p>The challenge was fun because I played with and gained respect for JQuery and the Eclipse WTP. I think it took me longer than Eva because I first looked for tiny AJAX examples in Ruby on Rails and Django. After a couple of aborted attempts, I decided to use JSP after finding <a href="http://devzone.skillfusion.com/ajaxArticle1.php">this nice example</a>.</p>
<p>I&#8217;m sharing <a href='http://adammonsen.com/wp-content/uploads/2009/05/ajaxcalc.war'>my result</a> since I wasn&#8217;t able to find one quite as succinct. You can throw the war file in a Tomcat &#8220;webapps&#8221; directory or import it into Eclipse (ideally the Java EE version with WTP) to hack it. The WTP even has a nifty HTML WYSIWYG design view.</p>
]]></content:encoded>
			<wfw:commentRss>http://adammonsen.com/post/442/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
