<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Web app investigation part 2 - StringTemplate</title>
	<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>
	<pubDate>Fri, 25 Jul 2008 05:23:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Keepoffthegrass</title>
		<link>http://hardlikesoftware.com/weblog/2006/12/11/web-app-investigation-part-2-stringtemplate/#comment-5</link>
		<author>Keepoffthegrass</author>
		<pubDate>Tue, 19 Dec 2006 09:48:36 +0000</pubDate>
		<guid>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>
	<item>
		<title>By: John Snyders</title>
		<link>http://hardlikesoftware.com/weblog/2006/12/11/web-app-investigation-part-2-stringtemplate/#comment-6</link>
		<author>John Snyders</author>
		<pubDate>Tue, 19 Dec 2006 14:41:18 +0000</pubDate>
		<guid>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 - 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: Didi</title>
		<link>http://hardlikesoftware.com/weblog/2006/12/11/web-app-investigation-part-2-stringtemplate/#comment-510</link>
		<author>Didi</author>
		<pubDate>Wed, 16 May 2007 17:25:31 +0000</pubDate>
		<guid>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>
</channel>
</rss>
