<?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>Megatome &#187; sourceforge</title>
	<atom:link href="http://www.megatome.com/tag/sourceforge/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.megatome.com</link>
	<description>Just another idiot&#039;s ramblings</description>
	<lastBuildDate>Thu, 12 Jan 2012 00:45:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Frame2 Gets a Point Release</title>
		<link>http://www.megatome.com/2007/10/25/frame2-gets-a-point-release/</link>
		<comments>http://www.megatome.com/2007/10/25/frame2-gets-a-point-release/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 19:00:48 +0000</pubDate>
		<dc:creator>iamthechad</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[frame2]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[sourceforge]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[web-application-framework]]></category>

		<guid isPermaLink="false">http://frame2.megatome.com/archives/21</guid>
		<description><![CDATA[Frame2 1.3.1 is now available. The full source package is not updated yet, but it should be in the next day or so. This is a pretty minor release &#8211; only two changes, but I think they&#8217;re important changes. Enums are now supported in Events. This relies on the Enum.valueOf() behavior, so the values passed [...]]]></description>
			<content:encoded><![CDATA[<p>Frame2 1.3.1 is now available. The full source package is not updated yet, but it should be in the next day or so. This is a pretty minor release &#8211; only two changes, but I think they&#8217;re important changes.</p>
<ol>
<li><code>Enum</code>s are now supported in <code>Event</code>s. This relies on the <code>Enum.valueOf()</code> behavior, so the values passed in to the event must be legal values that enum values can be built from. This means that things like case are important.</li>
<li>Input views can now be events. I don&#8217;t know why this feature was missing. Frame2 already supported using an event for a cancel view (although the unit test didn&#8217;t actually test for that). What does it mean to be able to specify events in addition to forwards for input and cancel views? There may be cases where some data needs to be loaded or verified prior to displaying a JSP page. Sometimes this information can be lost when simply redirecting back to a JSP page. By specifying an event, the developer can be sure that the required data has been loaded before the JSP has been displayed.</li>
</ol>
<p>The Eclipse plugins and sample web applications have been updated with the latest Frame2 jars. Follow the download links in the sidebar, or go to <a href="http://sourceforge.net/projects/frame2">http://sourceforge.net/projects/frame2</a> if you don&#8217;t see the sidebar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megatome.com/2007/10/25/frame2-gets-a-point-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build Web Services with the Plugin</title>
		<link>http://www.megatome.com/2007/09/17/build-web-services-with-the-plugin/</link>
		<comments>http://www.megatome.com/2007/09/17/build-web-services-with-the-plugin/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 19:23:27 +0000</pubDate>
		<dc:creator>iamthechad</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[frame2]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[sourceforge]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[web-application-framework]]></category>
		<category><![CDATA[web-services]]></category>

		<guid isPermaLink="false">http://frame2.megatome.com/archives/18</guid>
		<description><![CDATA[The Eclipse plugin has just been updated, and a new plugin has been added to the mix. The new plugin allows users to create Frame2 projects with web services support by adding all of the required libraries and initial configuration. Also in the new plugin are two wizards: one for creating new Responders and one [...]]]></description>
			<content:encoded><![CDATA[<p>The Eclipse plugin has just been updated, and a new plugin has been added to the mix. The new plugin allows users to create Frame2 projects with web services support by adding all of the required libraries and initial configuration. Also in the new plugin are two wizards: one for creating new Responders and one for creating Schema mappings. The Getting Started guide has also been expanded to explain how to add web services support to the example application.</p>
<p>Again, the Update Manager site is the preferred method for downloading the plugins, since it will gracefully handle version and dependency conflicts.</p>
<p>Update Site for Eclipse:<br />
<a href="http://frame2.megatome.com/eclipse">http://frame2.megatome.com/eclipse</a></p>
<p>Sourceforge Downloads:<br />
<a href="http://sourceforge.net/project/showfiles.php?group_id=102634&amp;package_id=112600&amp;release_id=540150">Main Eclipse Plugin</a><br />
<a href="http://sourceforge.net/project/showfiles.php?group_id=102634&amp;package_id=245903&amp;release_id=540154">Web Services Eclipse Plugin</a> (requires at least version 1.3.3 of the regular plugin)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megatome.com/2007/09/17/build-web-services-with-the-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Plugin, It Is Done (For Now)</title>
		<link>http://www.megatome.com/2007/09/11/the-plugin-it-is-done-for-now/</link>
		<comments>http://www.megatome.com/2007/09/11/the-plugin-it-is-done-for-now/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 22:23:41 +0000</pubDate>
		<dc:creator>iamthechad</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[frame2]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[sourceforge]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[web-application-framework]]></category>

		<guid isPermaLink="false">http://frame2.megatome.com/archives/17</guid>
		<description><![CDATA[The Eclipse plugin for Frame2 is done, and has been released. Grab the file over at Sourceforge, or point your Eclipse Update Manager to http://frame2.megatome.com/eclipse. Using the Update Manager is the preferred method for installing the plugin. Sourceforge Download: Eclipse Plugin Update Site for Eclipse: http://frame2.megatome.com/eclipse]]></description>
			<content:encoded><![CDATA[<p>The Eclipse plugin for Frame2 is done, and has been released. Grab the file over <a href="http://http://sourceforge.net/project/showfiles.php?group_id=102634&amp;package_id=112600&amp;release_id=539085">at Sourceforge</a>, or point your Eclipse Update Manager to <a href="http://frame2.megatome.com/eclipse">http://frame2.megatome.com/eclipse</a>. Using the Update Manager is the preferred method for installing the plugin.</p>
<p>Sourceforge Download:<br />
<a href="http://sourceforge.net/project/showfiles.php?group_id=102634&amp;package_id=112600&amp;release_id=539085">Eclipse Plugin</a></p>
<p>Update Site for Eclipse:<br />
<a href="http://frame2.megatome.com/eclipse">http://frame2.megatome.com/eclipse</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.megatome.com/2007/09/11/the-plugin-it-is-done-for-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse Plugin Nearly Ready</title>
		<link>http://www.megatome.com/2007/09/10/eclipse-plugin-nearly-ready/</link>
		<comments>http://www.megatome.com/2007/09/10/eclipse-plugin-nearly-ready/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 22:25:31 +0000</pubDate>
		<dc:creator>iamthechad</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[frame2]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[sourceforge]]></category>
		<category><![CDATA[web-application-framework]]></category>

		<guid isPermaLink="false">http://frame2.megatome.com/archives/16</guid>
		<description><![CDATA[As the title says, the Eclipse plugin for Frame2 is almost done. Of course, &#8220;done&#8221; is a relative term. In this case, it means that the plugin has been updated to work with the latest version of the framework, including the updated DTD. Unfortunately, it also means that it still has the same limitations that [...]]]></description>
			<content:encoded><![CDATA[<p>As the title says, the Eclipse plugin for Frame2 is almost done. Of course, &#8220;done&#8221; is a relative term. In this case, it means that the plugin has been updated to work with the latest version of the framework, including the updated DTD. Unfortunately, it also means that it still has the same limitations that previous versions have had. Specifically, the plugin still does not support creating a Frame2 project with web services support. This can be added by hand and the Frame2 plugin won&#8217;t stomp on it, but neither are there any nice wizards for the web services tasks. This limitation is the next item on my list &#8211; I&#8217;m pretty sure that I can create an optional plugin that can be downloaded that will add the web services functionality for anyone that wants it. This will also help keep the download size of the &#8220;core&#8221; plugin as small as possible.</p>
<p>One other feature that the plugin is missing is a contextual editor for the Frame2 configuration file. It would nice to be able to get contextual help and hints when editing the config by hand, but I don&#8217;t think I have the time in the forseeable future to research how this works in Eclipse.</p>
<p>The plugin will be available for download from Sourceforge and I will be creating an update site here at frame2.megatome.com that will be the preferred way of getting the plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megatome.com/2007/09/10/eclipse-plugin-nearly-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Calculator</title>
		<link>http://www.megatome.com/2006/08/23/data-calculator/</link>
		<comments>http://www.megatome.com/2006/08/23/data-calculator/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 17:36:53 +0000</pubDate>
		<dc:creator>iamthechad</dc:creator>
				<category><![CDATA[Data Calculator]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sourceforge]]></category>
		<category><![CDATA[swipe]]></category>
		<category><![CDATA[toolkit]]></category>

		<guid isPermaLink="false">http://www.megatome.com/2006/08/23/data-calculator/</guid>
		<description><![CDATA[This has been a pet project of mine for a while, and I'm happy to announce that I can finally let everybody else see it.]]></description>
			<content:encoded><![CDATA[<p>This has been a pet project of mine for a while, and I&#8217;m happy to announce that I can finally let everybody else see it.</p>
<p>The <a href="http://turbulence.org/Works/swipe/main.html">Swipe Toolkit</a> is a neat collection of projects highlighting privacy issues. For some reason, <a href="http://turbulence.org/Works/swipe/calculator.html">their Data Calculator</a> really reached out to me. The only problem I saw was that the calculator was only a Flash application. I wanted something I could run locally, so I recreated the calculator as a Java application.</p>
<p>The nice people of the Swipe Project have given me permission to release my version as an Open Source project, so I&#8217;ve created a <a href="http://www.sourceforge.net/projects/datacalculator">new Sourceforge project</a> for the development.</p>
<p><strike>Right now, the only version available is for use with <a href="http://java.sun.com/products/javawebstart/">Java Web Start</a>. Head on over to the <a href="http://www.megatome.com/data-calculator">information page</a> and fire it up. Special versions, including installers, will be available soon for Windows, OS X, and hopefully Linux.</strike> In addition to the <a href="http://java.sun.com/products/javawebstart/">Java Web Start</a> version, there are now packages for Windows and OS X, as well as a generic source package. Go hit the <a href="http://www.megatome.com/data-calculator">main Data Calculator page</a> for the downloads.     <br /><a href="http://www.megatome.com/data-calculator">Data Calculator </a></p>
<p><!-- technorati tags begin --></p>
<p style="font-size: 10px; text-align: right">technorati tags:<a href="http://technorati.com/tag/privacy" rel="tag">privacy</a>, <a href="http://technorati.com/tag/swipe" rel="tag">swipe</a>, <a href="http://technorati.com/tag/toolkit" rel="tag">toolkit</a>, <a href="http://technorati.com/tag/open%20source" rel="tag">open source</a>, <a href="http://technorati.com/tag/OSI" rel="tag">OSI</a>, <a href="http://technorati.com/tag/sourceforge" rel="tag">sourceforge</a>, <a href="http://technorati.com/tag/java" rel="tag">java</a>, <a href="http://technorati.com/tag/data" rel="tag">data</a>, <a href="http://technorati.com/tag/personal" rel="tag">personal</a>, <a href="http://technorati.com/tag/security" rel="tag">security</a>, <a href="http://technorati.com/tag/data%20calculator" rel="tag">data calculator</a></p>
<p><!-- technorati tags end --></p>
<p style="font-size: 8px; text-align: right">Blogged with <a title="Flock" href="http://www.flock.com" target="_new">Flock</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.megatome.com/2006/08/23/data-calculator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

