<?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"
	>
<channel>
	<title>Comments on: FreeMarker exception handling</title>
	<atom:link href="http://blog.cherouvim.com/freemarker-exception-handling/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cherouvim.com/freemarker-exception-handling/</link>
	<description>software engineering for beginners</description>
	<pubDate>Thu, 20 Nov 2008 13:34:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Harald Walker</title>
		<link>http://blog.cherouvim.com/freemarker-exception-handling/#comment-758</link>
		<dc:creator>Harald Walker</dc:creator>
		<pubDate>Mon, 09 Jul 2007 19:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cherouvim.com/freemarker-exception-handling/#comment-758</guid>
		<description>I like you tooltip solution. Much nicer than the long error message.</description>
		<content:encoded><![CDATA[<p>I like you tooltip solution. Much nicer than the long error message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimzava</title>
		<link>http://blog.cherouvim.com/freemarker-exception-handling/#comment-604</link>
		<dc:creator>dimzava</dc:creator>
		<pubDate>Thu, 21 Jun 2007 21:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cherouvim.com/freemarker-exception-handling/#comment-604</guid>
		<description>Spiro,

Indeed, freemarker offers some really cool stuff that compensates for the lack of a proper editor, although I have to say that sometimes I miss that familiar feeling of JSPs :-)</description>
		<content:encoded><![CDATA[<p>Spiro,</p>
<p>Indeed, freemarker offers some really cool stuff that compensates for the lack of a proper editor, although I have to say that sometimes I miss that familiar feeling of JSPs :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spiros Tzavellas</title>
		<link>http://blog.cherouvim.com/freemarker-exception-handling/#comment-601</link>
		<dc:creator>Spiros Tzavellas</dc:creator>
		<pubDate>Thu, 21 Jun 2007 14:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cherouvim.com/freemarker-exception-handling/#comment-601</guid>
		<description>Since Freemarker is "mind-blowing", "fun" and "surprising" I will probably give it a try :-)

@Argyro:

I know about the Eclipse plug-in, I've tried it in the past but it wasn't good enough.


Thanks for your replies.</description>
		<content:encoded><![CDATA[<p>Since Freemarker is &#8220;mind-blowing&#8221;, &#8220;fun&#8221; and &#8220;surprising&#8221; I will probably give it a try :-)</p>
<p>@Argyro:</p>
<p>I know about the Eclipse plug-in, I&#8217;ve tried it in the past but it wasn&#8217;t good enough.</p>
<p>Thanks for your replies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Argyro</title>
		<link>http://blog.cherouvim.com/freemarker-exception-handling/#comment-598</link>
		<dc:creator>Argyro</dc:creator>
		<pubDate>Thu, 21 Jun 2007 13:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cherouvim.com/freemarker-exception-handling/#comment-598</guid>
		<description>Hola, 

yes, it is really annoying that NetBeans does not support Freemarker Templates, though I think that it soon will (&lt;a href="http://208.44.201.216:18080/maven/org/netbeans/modules/org-netbeans-libs-freemarker/" rel="nofollow"&gt;see&lt;/a&gt;).
I thought that Eclipse did support .ftl. I have chosen that NetBeans renders .ftl files as HTML objects, so html looks fine and you can separate html and FreeMarker tags.  Sometimes I use Textpad (there is an ftl syntax) for convenience when minor corrections are involved.  

Anyway, the functionalities that FreeMarker provides you with (any many of them out of the box) is more than enough for me to live without the auto-completion and colorless. It is very easy to learn and use in general, and the most advanced users  can take advantage of its flexibility and high level functions. Plus, it's fun and surprising! 

Give it a try! :-)</description>
		<content:encoded><![CDATA[<p>Hola, </p>
<p>yes, it is really annoying that NetBeans does not support Freemarker Templates, though I think that it soon will (<a href="http://208.44.201.216:18080/maven/org/netbeans/modules/org-netbeans-libs-freemarker/" rel="nofollow">see</a>).<br />
I thought that Eclipse did support .ftl. I have chosen that NetBeans renders .ftl files as HTML objects, so html looks fine and you can separate html and FreeMarker tags.  Sometimes I use Textpad (there is an ftl syntax) for convenience when minor corrections are involved.  </p>
<p>Anyway, the functionalities that FreeMarker provides you with (any many of them out of the box) is more than enough for me to live without the auto-completion and colorless. It is very easy to learn and use in general, and the most advanced users  can take advantage of its flexibility and high level functions. Plus, it&#8217;s fun and surprising! </p>
<p>Give it a try! :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cherouvim</title>
		<link>http://blog.cherouvim.com/freemarker-exception-handling/#comment-597</link>
		<dc:creator>cherouvim</dc:creator>
		<pubDate>Thu, 21 Jun 2007 12:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cherouvim.com/freemarker-exception-handling/#comment-597</guid>
		<description>Spiro

I used to use JSP tag files as well, until I run into some &lt;a href="http://mail-archives.apache.org/mod_mbox/tomcat-users/200607.mbox/%3c44C72278.3050106@eworx.gr%3e" rel="nofollow"&gt;serious problems&lt;/a&gt; and the inability to do some &lt;a href="/runtime-dispatching-freemarker-macros-for-pojo-views/" rel="nofollow"&gt;funky stuff&lt;/a&gt;, so I switched to FreeMarker. It's very advanced, sometimes too low level; but that makes me happy. 

There is no support for .ftl files in NetBeans. I edit them as plain text with no support from the IDE (all gray, no auto completion, no xml syntax awareness etc). But this issue doesn't bother me at all, compared to the showstoppers mentioned above.

Have a look at the &lt;a href="http://freemarker.org/docs/index.html" rel="nofollow"&gt;FreeMarker manual&lt;/a&gt;. There are some mind-blowing stuff in there ;)</description>
		<content:encoded><![CDATA[<p>Spiro</p>
<p>I used to use JSP tag files as well, until I run into some <a href="http://mail-archives.apache.org/mod_mbox/tomcat-users/200607.mbox/%3c44C72278.3050106@eworx.gr%3e" rel="nofollow">serious problems</a> and the inability to do some <a href="/runtime-dispatching-freemarker-macros-for-pojo-views/" rel="nofollow">funky stuff</a>, so I switched to FreeMarker. It&#8217;s very advanced, sometimes too low level; but that makes me happy. </p>
<p>There is no support for .ftl files in NetBeans. I edit them as plain text with no support from the IDE (all gray, no auto completion, no xml syntax awareness etc). But this issue doesn&#8217;t bother me at all, compared to the showstoppers mentioned above.</p>
<p>Have a look at the <a href="http://freemarker.org/docs/index.html" rel="nofollow">FreeMarker manual</a>. There are some mind-blowing stuff in there ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spiros Tzavellas</title>
		<link>http://blog.cherouvim.com/freemarker-exception-handling/#comment-596</link>
		<dc:creator>Spiros Tzavellas</dc:creator>
		<pubDate>Thu, 21 Jun 2007 11:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cherouvim.com/freemarker-exception-handling/#comment-596</guid>
		<description>Hi Giannis,

this is really cool!!! Thanks for sharing!

I am currently using JSP 2.1 (with tag files) and I am not very happy with it. I am thinking to switch to FreeMarker but the fact that there is no good tool support keeps me bound to JSPs.

If I am correct you use Netbeans (I use Eclipse btw), do you have any problems with the Netbeans HTML editor when you are editing Freemarker files? Do you use another editor?</description>
		<content:encoded><![CDATA[<p>Hi Giannis,</p>
<p>this is really cool!!! Thanks for sharing!</p>
<p>I am currently using JSP 2.1 (with tag files) and I am not very happy with it. I am thinking to switch to FreeMarker but the fact that there is no good tool support keeps me bound to JSPs.</p>
<p>If I am correct you use Netbeans (I use Eclipse btw), do you have any problems with the Netbeans HTML editor when you are editing Freemarker files? Do you use another editor?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
