<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Out of my mind...: Category Open Source</title>
    <link>http://blog.fredjean.net/articles/category/open-source</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Frederic Jean's Random Thoughts</description>
    <item>
      <title>Groovier Selenium Presentation</title>
      <description>&lt;p&gt;Here are the slides of my Groovier Selenium presentation that I gave at the &lt;a href="http://boulderjug.org"&gt;Boulder JUG&lt;/a&gt;, the &lt;a href="http://www.denverjug.org/index.jsp"&gt;Denver JUG&lt;/a&gt;, the &lt;a href="http://www.denveropensource.org/"&gt;Denver Open Source Users Group&lt;/a&gt; and at the &lt;a href="http://www.meetup.com/csopensource/calendar/7098172/"&gt;Colorado Springs Open Source Software Meetup&lt;/a&gt; group:&lt;/p&gt;
&lt;div style="width:425px;text-align:left" id="__ss_844235"&gt;
  &lt;a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/fredjean/groovier-selenium-djug-presentation?type=powerpoint" title="Groovier Selenium (Djug)"&gt;Groovier Selenium (Djug)&lt;/a&gt;&lt;object style="margin:0px" width="425" height="355"&gt;
    &lt;param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=groovier-selenium-djug-1229278046302380-1&amp;amp;stripped_title=groovier-selenium-djug-presentation" /&gt;
    &lt;param name="allowFullScreen" value="true" /&gt;
    &lt;param name="allowScriptAccess" value="always" /&gt;
    &lt;embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=groovier-selenium-djug-1229278046302380-1&amp;amp;stripped_title=groovier-selenium-djug-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355" /&gt;
  &lt;/object&gt;

  &lt;div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"&gt;
    View SlideShare &lt;a style="text-decoration:underline;" href="http://www.slideshare.net/fredjean/groovier-selenium-djug-presentation?type=powerpoint" title="View Groovier Selenium (Djug) on SlideShare"&gt;presentation&lt;/a&gt; or &lt;a style="text-decoration:underline;" href="http://www.slideshare.net/upload?type=powerpoint"&gt;Upload&lt;/a&gt; your own. (tags: &lt;a style="text-decoration:underline;" href="http://slideshare.net/tag/groovy"&gt;groovy&lt;/a&gt; &lt;a style="text-decoration:underline;" href="http://slideshare.net/tag/selenium"&gt;selenium&lt;/a&gt;)
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The presentations went pretty well and were well attended in all the groups. The audience in all the groups were engaged and had great questions that helped reshape the presentation for the follow up groups.&lt;/p&gt;


</description>
      <pubDate>Sun, 14 Dec 2008 11:20:06 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:e1b90921-c118-42bb-9f96-eb67a5f09642</guid>
      <author>fred@fredjean.net (Frederic Jean)</author>
      <link>http://blog.fredjean.net/articles/2008/12/14/groovier-selenium-presentation</link>
      <category>Agile Development</category>
      <category>Open Source</category>
      <category>Development Process</category>
      <category>Personal</category>
      <category>NetBeans</category>
      <category>Groovy</category>
      <category>groovierselenium</category>
      <category>groovy</category>
      <category>selenium</category>
      <category>test</category>
      <category>metaprogramming</category>
    </item>
    <item>
      <title>When A Project Goes Dormant</title>
      <description>&lt;p&gt;We use the &lt;a href="http://zkoss.org/" title="ZK Web Application Framework"&gt;ZK web application framework&lt;/a&gt; on our project at work. It was selected before I came back to Sun. ZK in itself is a pretty decent web framework that would allow JavaScript averse Java developers to write an Ajax-like dynamic web application without having to worry about the details of the browser. We've done some pretty amazing things with it.&lt;/p&gt;
&lt;p&gt;But this is not a post about ZK.&lt;/p&gt;
&lt;p&gt;Most of the team also uses &lt;a href="http://www.netbeans.org" title="NetBeans"&gt;NetBeans&lt;/a&gt; as our IDE. NetBeans has improved a lot over the last couple years. I even switched back to it when I was still at &lt;a href="http://www.transzap.com" title="TransZap"&gt;TransZap&lt;/a&gt; and used it a few times at OpenLogic for it's profiler. NetBeans 6.0 is really an amazing environment to code in Java, has great support for Ruby and has a &lt;a href="http://plugins.netbeans.org" title="Plugins Portal"&gt;community of plugin developers&lt;/a&gt; who are at work adding support for Groovy, Scala and other languages.&lt;/p&gt;
&lt;p&gt;This post is only partially about NetBeans though.&lt;/p&gt;
&lt;p&gt;I was pointed to the &lt;a href="http://www.sourceforge.net/projects/rem1" title="REM Project on Sourceforge"&gt;REM plugin&lt;/a&gt; when I came back to Sun. This plugin adds support for ZK to NetBeans. It was created as part of a school project and was posted on &lt;a href="http://www.sourceforge.net/" title="SourceForge"&gt;SourceForge&lt;/a&gt;. It was supporting ZK 2.3.0 and we were using ZK 2.3.0. This plugin made it much easier to learn ZK and write the pages themselves.&lt;/p&gt;
&lt;p&gt;Then we upgraded to ZK 2.4.1. The plugin didn't though. But it was still useful, so we kept using it.&lt;/p&gt;
&lt;p&gt;Work on NetBeans 6.0 was moving along quite nicely. I downloaded NetBeans 6.0 beta 2 to test it. I started installing my collection of plugins only to discover that REM wouldn't load. I posted a note on the forums asking about support for NetBeans 6 but didn't hear anything. So I downloaded the source code for the plugin, found the area of code that wouldn't work with NetBeans 6.0 and commented it out. It was still usable, but it wouldn't quite do for production work.&lt;/p&gt;
&lt;p&gt;I decided to contact the project owner and offered to help. That was the beginning of my official involvement with the REM plugin. In a few weeks, I upgraded the plugin to support ZK 2.4.1 and then ported it to NetBeans 6.0. This was done just in time for Sun's IT to upgrade the default IDE to NetBeans 6.0.&lt;/p&gt;
&lt;p&gt;This wouldn't have been possible if REM was a closed source product. We would have been either stuck on NetBeans 5.5 or we would have had to abandon the plugin. The open source nature of the project means that not only can we keep using the plugin moving forward but that we can contribute back to it and make it more valuable to people outside of Sun. This in turn helps the ZK community by adding value to it by integrating it with another IDE and helping it grow.&lt;/p&gt;


</description>
      <pubDate>Sat, 29 Dec 2007 11:21:22 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:7b194bc5-b1f8-4e87-a27b-f0bb83665206</guid>
      <author>fred@fredjean.net (Frederic Jean)</author>
      <link>http://blog.fredjean.net/articles/2007/12/29/when-a-project-goes-dormant</link>
      <category>Open Source</category>
      <category>Web Development</category>
      <category>NetBeans</category>
      <category>Java</category>
      <category>ZK</category>
      <category>REM</category>
      <category>Humor</category>
      <category>Java</category>
      <category>Open</category>
      <category>Source</category>
      <category>Software</category>
      <category>NetBeans</category>
      <category>ZK</category>
      <category>REM</category>
    </item>
    <item>
      <title>When A Project Goes Dormant</title>
      <description>&lt;p&gt;We use the &lt;a href="http://zkoss.org/" title="ZK Web Application Framework"&gt;ZK web application framework&lt;/a&gt; on our project at work. It was selected before I came back to Sun. ZK in itself is a pretty decent web framework that would allow JavaScript averse Java developers to write an Ajax-like dynamic web application without having to worry about the details of the browser. We've done some pretty amazing things with it.&lt;/p&gt;
&lt;p&gt;But this is not a post about ZK.&lt;/p&gt;
&lt;p&gt;Most of the team also uses &lt;a href="http://www.netbeans.org" title="NetBeans"&gt;NetBeans&lt;/a&gt; as our IDE. NetBeans has improved a lot over the last couple years. I even switched back to it when I was still at &lt;a href="http://www.transzap.com" title="TransZap"&gt;TransZap&lt;/a&gt; and used it a few times at OpenLogic for it's profiler. NetBeans 6.0 is really an amazing environment to code in Java, has great support for Ruby and has a &lt;a href="http://plugins.netbeans.org" title="Plugins Portal"&gt;community of plugin developers&lt;/a&gt; who are at work adding support for Groovy, Scala and other languages.&lt;/p&gt;
&lt;p&gt;This post is only partially about NetBeans though.&lt;/p&gt;
&lt;p&gt;I was pointed to the &lt;a href="http://www.sourceforge.net/projects/rem1" title="REM Project on Sourceforge"&gt;REM plugin&lt;/a&gt; when I came back to Sun. This plugin adds support for ZK to NetBeans. It was created as part of a school project and was posted on &lt;a href="http://www.sourceforge.net/" title="SourceForge"&gt;SourceForge&lt;/a&gt;. It was supporting ZK 2.3.0 and we were using ZK 2.3.0. This plugin made it much easier to learn ZK and write the pages themselves.&lt;/p&gt;
&lt;p&gt;Then we upgraded to ZK 2.4.1. The plugin didn't though. But it was still useful, so we kept using it.&lt;/p&gt;
&lt;p&gt;Work on NetBeans 6.0 was moving along quite nicely. I downloaded NetBeans 6.0 beta 2 to test it. I started installing my collection of plugins only to discover that REM wouldn't load. I posted a note on the forums asking about support for NetBeans 6 but didn't hear anything. So I downloaded the source code for the plugin, found the area of code that wouldn't work with NetBeans 6.0 and commented it out. It was still usable, but it wouldn't quite do for production work.&lt;/p&gt;
&lt;p&gt;I decided to contact the project owner and offered to help. That was the beginning of my official involvement with the REM plugin. In a few weeks, I upgraded the plugin to support ZK 2.4.1 and then ported it to NetBeans 6.0. This was done just in time for Sun's IT to upgrade the default IDE to NetBeans 6.0.&lt;/p&gt;
&lt;p&gt;This wouldn't have been possible if REM was a closed source product. We would have been either stuck on NetBeans 5.5 or we would have had to abandon the plugin. The open source nature of the project means that not only can we keep using the plugin moving forward but that we can contribute back to it and make it more valuable to people outside of Sun. This in turn helps the ZK community by adding value to it by integrating it with another IDE and helping it grow.&lt;/p&gt;


</description>
      <pubDate>Sat, 29 Dec 2007 11:21:22 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:7b194bc5-b1f8-4e87-a27b-f0bb83665206</guid>
      <author>fred@fredjean.net (Frederic Jean)</author>
      <link>http://blog.fredjean.net/articles/2007/12/29/when-a-project-goes-dormant</link>
      <category>Open Source</category>
      <category>Web Development</category>
      <category>NetBeans</category>
      <category>Java</category>
      <category>ZK</category>
      <category>REM</category>
      <category>Humor</category>
      <category>Java</category>
      <category>Open</category>
      <category>Source</category>
      <category>Software</category>
      <category>NetBeans</category>
      <category>ZK</category>
      <category>REM</category>
    </item>
  </channel>
</rss>
