<?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: Web app investigation part 2 &#8211; StringTemplate</title>
	<atom:link href="http://hardlikesoftware.com/weblog/2006/12/11/web-app-investigation-part-2-stringtemplate/feed/" rel="self" type="application/rss+xml" />
	<link>http://hardlikesoftware.com/weblog/2006/12/11/web-app-investigation-part-2-stringtemplate/</link>
	<description>The writings of John Snyders, mostly about software.</description>
	<lastBuildDate>Wed, 26 Sep 2012 15:52:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Didi</title>
		<link>http://hardlikesoftware.com/weblog/2006/12/11/web-app-investigation-part-2-stringtemplate/comment-page-1/#comment-510</link>
		<dc:creator>Didi</dc:creator>
		<pubDate>Wed, 16 May 2007 17:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://hardlikesoftware.com/weblog/2006/12/11/web-app-investigation-part-2-stringtemplate/#comment-510</guid>
		<description>is it possible to get the source that you created during your play with StringTemplate?</description>
		<content:encoded><![CDATA[<p>is it possible to get the source that you created during your play with StringTemplate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Snyders</title>
		<link>http://hardlikesoftware.com/weblog/2006/12/11/web-app-investigation-part-2-stringtemplate/comment-page-1/#comment-6</link>
		<dc:creator>John Snyders</dc:creator>
		<pubDate>Tue, 19 Dec 2006 14:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://hardlikesoftware.com/weblog/2006/12/11/web-app-investigation-part-2-stringtemplate/#comment-6</guid>
		<description>The short answer to Keepoffthegrass is No and Yes. 

StringTemplate is about presentation. It is not involved in server side processing of a request. So if the question was about StringTemplate giving you the ability to avoid the request object then the answer is no.

If you are doing Servlet or something on top of it then the request object is where the form values come from - no changing that. Frameworks such as Struts can automatically populate a bean of your choosing with request data. If you can combine StringTemplate with another framework (many allow you to plug in different presentation layers) then the answer is   yes.</description>
		<content:encoded><![CDATA[<p>The short answer to Keepoffthegrass is No and Yes. </p>
<p>StringTemplate is about presentation. It is not involved in server side processing of a request. So if the question was about StringTemplate giving you the ability to avoid the request object then the answer is no.</p>
<p>If you are doing Servlet or something on top of it then the request object is where the form values come from &#8211; no changing that. Frameworks such as Struts can automatically populate a bean of your choosing with request data. If you can combine StringTemplate with another framework (many allow you to plug in different presentation layers) then the answer is   yes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keepoffthegrass</title>
		<link>http://hardlikesoftware.com/weblog/2006/12/11/web-app-investigation-part-2-stringtemplate/comment-page-1/#comment-5</link>
		<dc:creator>Keepoffthegrass</dc:creator>
		<pubDate>Tue, 19 Dec 2006 09:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://hardlikesoftware.com/weblog/2006/12/11/web-app-investigation-part-2-stringtemplate/#comment-5</guid>
		<description>If you generate a website form with stringtemplate is there anyway to access the forms values without directly interrogating the request object?</description>
		<content:encoded><![CDATA[<p>If you generate a website form with stringtemplate is there anyway to access the forms values without directly interrogating the request object?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
