<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" version="2.0">
  <channel>
    <title>Rocky Mountain Software Symposium - Nov. 10 - 12, 2006</title>
    <link>http://www.nofluffjuststuff.com</link>
    <description>The best value in the Java/Open Source conferencing space hands down</description>
    <item>
      <title>Groovy: Greasing the Wheels of Java</title>
      <link>http://www.nofluffjuststuff.com/show_session_view.jsp?sessionId=3220</link>
      <description>&lt;div style="font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt;"&gt;&#xD;
&#xD;
    &lt;div style="background-color: #0860A9; color: #EFCE52; font-weight: bold; padding: 5px 5px 5px 5px;"&gt;&#xD;
        &lt;em&gt;Rocky Mountain Software Symposium - Session Information&lt;/em&gt;&#xD;
    &lt;/div&gt;&#xD;
&#xD;
    &lt;div style="border: 1px solid #999999; padding: 0 5px 0 5px;"&gt;&#xD;
&#xD;
    &lt;table cellpadding="0" cellspacing="0" style="font-size: 10pt;"&gt;&#xD;
&#xD;
        &#xD;
    &lt;tr&gt;&#xD;
        &lt;td&gt;&#xD;
&#xD;
        &lt;div style="margin: 5px 0 4px 0;"&gt;&#xD;
            &lt;b&gt;&lt;a style="color: #336699; text-decoration: none;" href="http://www.nofluffjuststuff.com/show_session_view.jsp?sessionId=3220&amp;showId=67" target="new"&gt;Groovy: Greasing the Wheels of Java&lt;/a&gt;&lt;/b&gt;&#xD;
            &lt;br /&gt;&lt;em&gt;by Scott Davis&lt;/em&gt;&#xD;
        &lt;/div&gt;&#xD;
&#xD;
                    &lt;a style="color: #336699; text-decoration: none;" href="http://www.nofluffjuststuff.com/speaker_view.jsp?speakerId=18" target="new"&gt;&#xD;
                &lt;img src="http://www.nofluffjuststuff.com//bio/18_Davis_medium.jpg" width="100" border="0" align="left" style="margin: 5 5 5 5;"/&gt;&#xD;
            &lt;/a&gt;&#xD;
                In this presentation, we take a very pragmatic "prove it in code" approach to learning Groovy. Since the syntax is (almost) identical to Java, we can dive right in from the very beginning, learning the "syntactic sugar" as we solve real world problems. &#xD;&lt;br /&gt;&#xD;&lt;br /&gt;You'll learn how easy it is to install Groovy and get started working with it. You'll tackle file I/O, reading and creating text files. You'll create and parse XML and HTML. You'll interact with databases. You'll create Groovlets (servlets sprinkled with Groovy-dust). And finally, you'll get a brief introduction to Grails (hint: the 'G' is silent).  &#xD;
        &#xD;
            &lt;br style="clear: both; font: 1px/1px Arial;"/&gt;&#xD;
&#xD;
        &lt;/td&gt;&#xD;
    &lt;/tr&gt;&#xD;
&#xD;
    &lt;/table&gt;&#xD;
&#xD;
    &lt;/div&gt;&#xD;
&#xD;
&lt;/div&gt;</description>
      <pubDate>Thu, 07 Sep 2006 01:22:00 CDT</pubDate>
      <guid isPermaLink="true">http://www.nofluffjuststuff.com/show_session_view.jsp?sessionId=3220</guid>
    </item>
    <item>
      <title>Rocky Mountain Software Symposium - Nov. 10 - 12, 2006</title>
      <link>http://www.nofluffjuststuff.com/show_view.jsp?showId=67</link>
      <description>&lt;div style="font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt;"&gt;&#xD;
&#xD;
&lt;p&gt;&#xD;
No Fluff Just Stuff is pleased to announce the &lt;a style="color: #336699; text-decoration: none;" href="http://www.nofluffjuststuff.com/show_view.jsp?showId=67" target="new"&gt;Rocky Mountain Software Symposium&lt;/a&gt;, Nov. 10 - 12, 2006.&#xD;
&lt;/p&gt;&#xD;
&#xD;
	&lt;div style="background-color: #0860A9; color: #EFCE52; font-weight: bold; padding: 5px 5px 5px 5px;"&gt;&#xD;
		&lt;em&gt;Catch these Featured Sessions&lt;/em&gt;&#xD;
	&lt;/div&gt;&#xD;
&#xD;
	&lt;div style="border: 1px solid #999999; padding: 0 5px 0 5px;"&gt;&#xD;
&#xD;
	&lt;table cellpadding="0" cellspacing="0" style="font-size: 10pt;"&gt;&#xD;
&#xD;
	&#xD;
	&lt;tr&gt;&#xD;
		&lt;td&gt;&#xD;
&#xD;
		&lt;div style="margin: 5px 0 4px 0;"&gt;&#xD;
			&lt;b&gt;&lt;a style="color: #336699; text-decoration: none;" href="http://www.nofluffjuststuff.com/show_session_view.jsp?sessionId=3231&amp;showId=67" target="new"&gt;Essential db4o&lt;/a&gt;&lt;/b&gt;&#xD;
			&lt;br /&gt;&lt;em&gt;by Ted Neward&lt;/em&gt;&#xD;
		&lt;/div&gt;&#xD;
&#xD;
					&lt;a style="color: #336699; text-decoration: none;" href="http://www.nofluffjuststuff.com/speaker_view.jsp?speakerId=9" target="new"&gt;&#xD;
				&lt;img src="http://www.nofluffjuststuff.com//bio/9_Neward_medium.jpg" width="100" border="0" align="left" style="margin: 5 5 5 5;"/&gt;&#xD;
			&lt;/a&gt;&#xD;
				Tired of writing object-table mappings? For years, Java developers have wrestled with the problems of storing objects into relational format and retrieving them back again; for all that Hibernate and JDO and other O/R tools make it easier (though not easy) to do, isn't there another way? In this presentation, we'll explore an alternative approach, real object persistence, using the db4o toolkit (www.db4objects.com).&#xD;
		&#xD;
			&lt;br style="clear: both; font: 1px/1px Arial;"/&gt;&#xD;
&#xD;
		&lt;/td&gt;&#xD;
	&lt;/tr&gt;&#xD;
&#xD;
	&#xD;
	&lt;tr&gt;&#xD;
		&lt;td&gt;&#xD;
&#xD;
		&lt;div style="margin: 5px 0 4px 0;"&gt;&#xD;
			&lt;b&gt;&lt;a style="color: #336699; text-decoration: none;" href="http://www.nofluffjuststuff.com/show_session_view.jsp?sessionId=3210&amp;showId=67" target="new"&gt;ACEGI Authentication - The AJAX way&lt;/a&gt;&lt;/b&gt;&#xD;
			&lt;br /&gt;&lt;em&gt;by Brian Pontarelli&lt;/em&gt;&#xD;
		&lt;/div&gt;&#xD;
&#xD;
					&lt;a style="color: #336699; text-decoration: none;" href="http://www.nofluffjuststuff.com/speaker_view.jsp?speakerId=1979" target="new"&gt;&#xD;
				&lt;img src="http://www.nofluffjuststuff.com//bio/1979_Pontarelli_medium.jpg" width="100" border="0" align="left" style="margin: 5 5 5 5;"/&gt;&#xD;
			&lt;/a&gt;&#xD;
				Learn how to use ACEGI in an AJAX friendly way so that when you user's sessions expire, they can quickly log back into the application and continue where they left off. This will cover in detail the changes that were made to the ACEGI framework to support AJAX authentication, why ACEGI needed to be changed and how to implement this solution in a new or existing application that uses the ACEGI framework for authentication. &#xD;
		&#xD;
			&lt;br style="clear: both; font: 1px/1px Arial;"/&gt;&#xD;
&#xD;
		&lt;/td&gt;&#xD;
	&lt;/tr&gt;&#xD;
&#xD;
	&#xD;
	&lt;tr&gt;&#xD;
		&lt;td&gt;&#xD;
&#xD;
		&lt;div style="margin: 5px 0 4px 0;"&gt;&#xD;
			&lt;b&gt;&lt;a style="color: #336699; text-decoration: none;" href="http://www.nofluffjuststuff.com/show_session_view.jsp?sessionId=3216&amp;showId=67" target="new"&gt;Java/Ruby Integration with JRuby and ReST&lt;/a&gt;&lt;/b&gt;&#xD;
			&lt;br /&gt;&lt;em&gt;by Bruce Tate&lt;/em&gt;&#xD;
		&lt;/div&gt;&#xD;
&#xD;
					&lt;a style="color: #336699; text-decoration: none;" href="http://www.nofluffjuststuff.com/speaker_view.jsp?speakerId=12" target="new"&gt;&#xD;
				&lt;img src="http://www.nofluffjuststuff.com//bio/12_Tate_medium.jpg" width="100" border="0" align="left" style="margin: 5 5 5 5;"/&gt;&#xD;
			&lt;/a&gt;&#xD;
				You can have rapid web development with Rails without losing access to your critical Java code. With the explosion of the Ruby programming language, more developers will need a strategy for letting Java and Ruby interoperate. This session explores two strategies: JRuby and Rails-based web services. &#xD;
		&#xD;
			&lt;br style="clear: both; font: 1px/1px Arial;"/&gt;&#xD;
&#xD;
		&lt;/td&gt;&#xD;
	&lt;/tr&gt;&#xD;
&#xD;
	&#xD;
	&lt;/table&gt;&#xD;
&#xD;
	&lt;/div&gt;&#xD;
&#xD;
&lt;/div&gt;</description>
      <pubDate>Mon, 04 Sep 2006 15:00:00 CDT</pubDate>
      <guid isPermaLink="true">http://www.nofluffjuststuff.com/show_agenda.jsp?showId=67</guid>
    </item>
    <item>
      <title>Rocky Mountain Software Symposium - Nov. 10 - 12, 2006</title>
      <link>http://www.nofluffjuststuff.com/show_view.jsp?showId=67</link>
      <description>&lt;div style="font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt;"&gt;&#xD;
&#xD;
&lt;p&gt;&#xD;
No Fluff Just Stuff is pleased to announce the &lt;a style="color: #336699; text-decoration: none;" href="http://www.nofluffjuststuff.com/show_view.jsp?showId=67" target="new"&gt;Rocky Mountain Software Symposium&lt;/a&gt;, Nov. 10 - 12, 2006.&#xD;
&lt;/p&gt;&#xD;
&#xD;
	&lt;div style="background-color: #0860A9; color: #EFCE52; font-weight: bold; padding: 5px 5px 5px 5px;"&gt;&#xD;
		&lt;em&gt;Catch these Featured Sessions&lt;/em&gt;&#xD;
	&lt;/div&gt;&#xD;
&#xD;
	&lt;div style="border: 1px solid #999999; padding: 0 5px 0 5px;"&gt;&#xD;
&#xD;
	&lt;table cellpadding="0" cellspacing="0" style="font-size: 10pt;"&gt;&#xD;
&#xD;
	&#xD;
	&lt;tr&gt;&#xD;
		&lt;td&gt;&#xD;
&#xD;
		&lt;div style="margin: 5px 0 4px 0;"&gt;&#xD;
			&lt;b&gt;&lt;a style="color: #336699; text-decoration: none;" href="http://www.nofluffjuststuff.com/show_session_view.jsp?sessionId=3231&amp;showId=67" target="new"&gt;Essential db4o&lt;/a&gt;&lt;/b&gt;&#xD;
			&lt;br /&gt;&lt;em&gt;by Ted Neward&lt;/em&gt;&#xD;
		&lt;/div&gt;&#xD;
&#xD;
					&lt;a style="color: #336699; text-decoration: none;" href="http://www.nofluffjuststuff.com/speaker_view.jsp?speakerId=9" target="new"&gt;&#xD;
				&lt;img src="http://www.nofluffjuststuff.com//bio/9_Neward_medium.jpg" width="100" border="0" align="left" style="margin: 5 5 5 5;"/&gt;&#xD;
			&lt;/a&gt;&#xD;
				Tired of writing object-table mappings? For years, Java developers have wrestled with the problems of storing objects into relational format and retrieving them back again; for all that Hibernate and JDO and other O/R tools make it easier (though not easy) to do, isn't there another way? In this presentation, we'll explore an alternative approach, real object persistence, using the db4o toolkit (www.db4objects.com).&#xD;
		&#xD;
			&lt;br style="clear: both; font: 1px/1px Arial;"/&gt;&#xD;
&#xD;
		&lt;/td&gt;&#xD;
	&lt;/tr&gt;&#xD;
&#xD;
	&#xD;
	&lt;tr&gt;&#xD;
		&lt;td&gt;&#xD;
&#xD;
		&lt;div style="margin: 5px 0 4px 0;"&gt;&#xD;
			&lt;b&gt;&lt;a style="color: #336699; text-decoration: none;" href="http://www.nofluffjuststuff.com/show_session_view.jsp?sessionId=3180&amp;showId=67" target="new"&gt;Automating Business Value with FIT and FitNesse&lt;/a&gt;&lt;/b&gt;&#xD;
			&lt;br /&gt;&lt;em&gt;by David Hussman&lt;/em&gt;&#xD;
		&lt;/div&gt;&#xD;
&#xD;
					&lt;a style="color: #336699; text-decoration: none;" href="http://www.nofluffjuststuff.com/speaker_view.jsp?speakerId=23" target="new"&gt;&#xD;
				&lt;img src="http://www.nofluffjuststuff.com//bio/23_Hussman_medium.jpg" width="100" border="0" align="left" style="margin: 5 5 5 5;"/&gt;&#xD;
			&lt;/a&gt;&#xD;
				The presentation will briefly discuss stories, the origin and authoring of story tests, and a demonstration of how FIT and FitNesse (FIT living within a Wiki) can be used to automate acceptance tests.&#xD;
		&#xD;
			&lt;br style="clear: both; font: 1px/1px Arial;"/&gt;&#xD;
&#xD;
		&lt;/td&gt;&#xD;
	&lt;/tr&gt;&#xD;
&#xD;
	&#xD;
	&lt;tr&gt;&#xD;
		&lt;td&gt;&#xD;
&#xD;
		&lt;div style="margin: 5px 0 4px 0;"&gt;&#xD;
			&lt;b&gt;&lt;a style="color: #336699; text-decoration: none;" href="http://www.nofluffjuststuff.com/show_session_view.jsp?sessionId=3223&amp;showId=67" target="new"&gt;J2EE Security @ Work: J2EE Meets JAAS&lt;/a&gt;&lt;/b&gt;&#xD;
			&lt;br /&gt;&lt;em&gt;by Tom Marrs&lt;/em&gt;&#xD;
		&lt;/div&gt;&#xD;
&#xD;
					&lt;a style="color: #336699; text-decoration: none;" href="http://www.nofluffjuststuff.com/speaker_view.jsp?speakerId=29" target="new"&gt;&#xD;
				&lt;img src="http://www.nofluffjuststuff.com//bio/29_Marrs_medium.jpg" width="100" border="0" align="left" style="margin: 5 5 5 5;"/&gt;&#xD;
			&lt;/a&gt;&#xD;
				Have you wasted time writing lots of security-based code and ever wondered if there's a&#xD;
better way to add security to your application? Are you confused by declarative security?&#xD;
Have you read about JAAS (Java Authentication and Authorization Service) but wondered where&#xD;
it fits? Have you ever said, "Can I just see a working example"? If so, then this talk is for you.&#xD;
		&#xD;
			&lt;br style="clear: both; font: 1px/1px Arial;"/&gt;&#xD;
&#xD;
		&lt;/td&gt;&#xD;
	&lt;/tr&gt;&#xD;
&#xD;
	&#xD;
	&lt;/table&gt;&#xD;
&#xD;
	&lt;/div&gt;&#xD;
&#xD;
&lt;/div&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:00:00 CDT</pubDate>
      <guid isPermaLink="true">http://www.nofluffjuststuff.com/show_view.jsp?showId=67</guid>
    </item>
  </channel>
</rss>

