<?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>BarneyBlog &#187; jfission</title>
	<atom:link href="http://www.barneyb.com/barneyblog/category/jfission/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Mon, 02 Mar 2020 13:20:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JFission 0.2rc2</title>
		<link>https://www.barneyb.com/barneyblog/2004/06/09/jfission-02rc2/</link>
		<comments>https://www.barneyb.com/barneyblog/2004/06/09/jfission-02rc2/#comments</comments>
		<pubDate>Thu, 10 Jun 2004 07:08:02 +0000</pubDate>
		<dc:creator>barneyb</dc:creator>
				<category><![CDATA[jfission]]></category>

		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=32</guid>
		<description><![CDATA[JFission 0.2rc2 is out, and available for download. RC1 was intended to be the final form, minus any bug fixes, of the 0.2 release, but after testing and using RC1, two things became apparent:

jf:loop needed to be a full-fledged replacement for c:forEach
grouped query output is a really nice feature, even if it's not used a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/go/jfission">JFission</a> 0.2rc2 is out, and <a href="/go/jf_download">available for download</a>. RC1 was intended to be the final form, minus any bug fixes, of the 0.2 release, but after testing and using RC1, two things became apparent:</p>
<ol>
<li><code>jf:loop</code> needed to be a full-fledged replacement for <code>c:forEach</code></li>
<li>grouped query output is a really nice feature, even if it's not used a whole lot</li>
</ol>
<p>As a result, the <code>jf:loop</code> tag in RC2 is quite different than it's RC1 counterpart.  It adds support for the <code>items</code>, <code>begin</code>, <code>end</code>, and <code>step</code> attributes of <code>c:forEach</code> (though <code>step</code> was already there for index looping), as well as the ability to group iteration over recordsets by using the new <code>groupBy</code> attribute and multiple nested <code>jf:loop</code> tags.</p>
<p>0.2rc2 will be the final form of the 0.2 release (again minus bug fixes), regardless of any potential features that come up.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.barneyb.com/barneyblog/2004/06/09/jfission-02rc2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JFission 0.2rc1</title>
		<link>https://www.barneyb.com/barneyblog/2004/05/27/jfission-02rc1/</link>
		<comments>https://www.barneyb.com/barneyblog/2004/05/27/jfission-02rc1/#comments</comments>
		<pubDate>Fri, 28 May 2004 03:02:01 +0000</pubDate>
		<dc:creator>barneyb</dc:creator>
				<category><![CDATA[jfission]]></category>

		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=30</guid>
		<description><![CDATA[The 0.2 release of JFission is imminent.  A release candidate has been made available on the download page, and it will probably be renamed directly into the official 0.2 release.  The online documentation and examples has been updated to reflect the changes and additions.
]]></description>
			<content:encoded><![CDATA[<p>The 0.2 release of <a href="/go/jfission">JFission</a> is imminent.  A release candidate has been made available on the <a href="/go/jf_download">download</a> page, and it will probably be renamed directly into the official 0.2 release.  The online documentation and examples has been updated to reflect the changes and additions.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.barneyb.com/barneyblog/2004/05/27/jfission-02rc1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JFission 0.1 Implemented</title>
		<link>https://www.barneyb.com/barneyblog/2004/05/01/jfission-01-implemented/</link>
		<comments>https://www.barneyb.com/barneyblog/2004/05/01/jfission-01-implemented/#comments</comments>
		<pubDate>Sun, 02 May 2004 05:18:35 +0000</pubDate>
		<dc:creator>barneyb</dc:creator>
				<category><![CDATA[jfission]]></category>

		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=26</guid>
		<description><![CDATA[I got the 0.1 functionality of JFission fully implemented and it has passed all the JUnit tests, which is promising.  It's not yet running on my real server, but it's on my dev box and running like a champ.  I'm working on updating the docs and then I'll put it up here for [...]]]></description>
			<content:encoded><![CDATA[<p>I got the 0.1 functionality of <a href="/go/jfission">JFission</a> fully implemented and it has passed all the JUnit tests, which is promising.  It's not yet running on my real server, but it's on my dev box and running like a champ.  I'm working on updating the docs and then I'll put it up here for download.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.barneyb.com/barneyblog/2004/05/01/jfission-01-implemented/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JFission Update</title>
		<link>https://www.barneyb.com/barneyblog/2004/04/25/jfission-update/</link>
		<comments>https://www.barneyb.com/barneyblog/2004/04/25/jfission-update/#comments</comments>
		<pubDate>Mon, 26 Apr 2004 02:14:55 +0000</pubDate>
		<dc:creator>barneyb</dc:creator>
				<category><![CDATA[jfission]]></category>

		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=24</guid>
		<description><![CDATA[I took a bunch of time and wrote some initial docs for JFission, and made a prerelease version available for download.  Included in the new info I posted is a list of all the functions that make up the 0.1 release.  The ones that are already implemented are marked as well, so you [...]]]></description>
			<content:encoded><![CDATA[<p>I took a bunch of time and wrote some initial docs for <a href="/go/jfission">JFission</a>, and made a prerelease version available for download.  Included in the new info I posted is a list of all the functions that make up the 0.1 release.  The ones that are already implemented are marked as well, so you can see what you get in the downloadable version.</p>
<p>I'm also thinking about including a couple tags in the 0.1 release, notably CFSILENT, though I've never written a JSP custom tag before, so I have no idea what I'm up against.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.barneyb.com/barneyblog/2004/04/25/jfission-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JFission</title>
		<link>https://www.barneyb.com/barneyblog/2004/04/07/jfission/</link>
		<comments>https://www.barneyb.com/barneyblog/2004/04/07/jfission/#comments</comments>
		<pubDate>Thu, 08 Apr 2004 04:36:42 +0000</pubDate>
		<dc:creator>barneyb</dc:creator>
				<category><![CDATA[jfission]]></category>

		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=23</guid>
		<description><![CDATA[After some careful thought today while I was supposed to be working, I decided to rename JSPCF to JFission.  It's a nicer name, I think, and has the right blend of subtle meaning to suit my intellect.  I've finalized the set of functions that will be included in the 0.1 release, and started [...]]]></description>
			<content:encoded><![CDATA[<p>After some careful thought today while I was supposed to be working, I decided to rename JSPCF to <a href="/go/jfission">JFission</a>.  It's a nicer name, I think, and has the right blend of subtle meaning to suit my intellect.  I've finalized the set of functions that will be included in the 0.1 release, and started implementing some of them and their test cases.  I'll eventually expand the JFission section of the site to include some more info, including the function list, but not right now.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.barneyb.com/barneyblog/2004/04/07/jfission/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSPCF, the taglib</title>
		<link>https://www.barneyb.com/barneyblog/2004/04/04/jspcf-the-taglib/</link>
		<comments>https://www.barneyb.com/barneyblog/2004/04/04/jspcf-the-taglib/#comments</comments>
		<pubDate>Mon, 05 Apr 2004 04:29:36 +0000</pubDate>
		<dc:creator>barneyb</dc:creator>
				<category><![CDATA[jfission]]></category>

		<guid isPermaLink="false">http://barneyb.com/barneyblog/?p=21</guid>
		<description><![CDATA[As I've been working on this site, I've started missing all the really handy stuff that CF provides.  So I started work on a JSP taglib that provides some of those nice features.  The JSTL which are build into the JSP 2.0 spec are a step in the right direction (after the nothing [...]]]></description>
			<content:encoded><![CDATA[<p>As I've been working on this site, I've started missing all the really handy stuff that CF provides.  So I started work on a JSP taglib that provides some of those nice features.  The JSTL which are build into the JSP 2.0 spec are a step in the right direction (after the nothing that was there before), but they are still pretty bare.  Right now, I've not planned a formal release, but this site is running a development version with much success.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.barneyb.com/barneyblog/2004/04/04/jspcf-the-taglib/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
