<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Weiqi Gao&#039;s Observations - sett tag</title>
  <link>http://www.weiqigao.com/blog/tags/sett/</link>
  <description>Sharing My Experience...</description>
  <language>en</language>
  <copyright>Weiqi Gao</copyright>
  <lastBuildDate>Fri, 11 May 2012 12:48:36 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  <image>
    <url>http://pebble.sourceforge.net/common/images/powered-by-pebble.gif</url>
    <title>Weiqi Gao&#039;s Observations</title>
    <link>http://www.weiqigao.com/blog/</link>
  </image>
  
  
  <item>
    <title>Software Engineering Tech Trend (SETT): Experiments With JavaFX 3D Scenes</title>
    <link>http://www.weiqigao.com/blog/2012/05/01/software_engineering_tech_trend_sett_experiments_with_javafx_3d_scenes.html</link>
    
      
        <description>
          &lt;p&gt;The last article I wrote for &lt;a href= &#034;http://www.ociweb.com/&#034; &gt;OCI&lt;/a&gt;&#039;s online newsletter Java News Brief (JNB) was &lt;a href= &#034;http://jnb.ociweb.com/jnb/jnbDec2010.html&#034; &gt;Six JDK Classes You Think You Know&lt;/a&gt;, which several readers have told me was fun.  That was the last article in the JNB series. The following month, the series began its publication under the new name &lt;a href= &#034;http://www.ociweb.com/sett/index.html&#034; &gt;Software Engineering Tech Trend (SETT)&lt;/a&gt;, with an expanded scope covering a broader array of software engineering topics.  Here&#039;s a sample of the articles that was published in SETT in the last year and a half:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href= &#034;http://sett.ociweb.com/sett/settJan2011.html&#034; &gt;Learning Programming Languages with Koans&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href= &#034;http://sett.ociweb.com/sett/settApr2011.html&#034; &gt;Sensing the World from an Android[tm] Device&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href= &#034;http://ociweb.com/sett/settJun2011.html&#034; &gt;Introduction to jQuery&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href= &#034;http://ociweb.com/sett/settJul2011.html&#034; &gt;GPU Computing with OpenCL&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href= &#034;http://ociweb.com/sett/settFeb2012.html&#034; &gt;Spock for the Java Developer: An Introduction&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In this months SETT article, &lt;a href= &#034;http://sett.ociweb.com/sett/settMay2012.html&#034; &gt;Experiments With JavaFX 3D Scenes&lt;/a&gt;, I show you one aspect of JavaFX, its 3D scenes support, through a set of experiments that go from simple animated squares moving along straight lines to an animated formation of a tetrahedron in 3D.  I was hoping to show you an animation of a dodecahedron being formed from a stack of pentagons,but I ran out of time for the article and have to settle for a tetrahedron there.&lt;/p&gt;

&lt;p&gt;I did, however, finish an animated dodecahedron after I submitted the article.  And here is how it goes:&lt;/p&gt;

&lt;center&gt;
&lt;iframe width=&#034;640&#034; height=&#034;480&#034; src=&#034;http://www.youtube.com/embed/x243BZHweIw?rel=0&#034; frameborder=&#034;0&#034; allowfullscreen&gt;&lt;/iframe&gt;
&lt;/center&gt;

&lt;p&gt;Enjoy!&lt;/p&gt;
        </description>
      
      
    
    
    
    <comments>http://www.weiqigao.com/blog/2012/05/01/software_engineering_tech_trend_sett_experiments_with_javafx_3d_scenes.html#comments</comments>
    <guid isPermaLink="true">http://www.weiqigao.com/blog/2012/05/01/software_engineering_tech_trend_sett_experiments_with_javafx_3d_scenes.html</guid>
    <pubDate>Wed, 02 May 2012 03:28:20 GMT</pubDate>
  </item>
  
  <item>
    <title>Java News Brief (JNB) Expands Scope, Becomes Software Engineering Tech Trends</title>
    <link>http://www.weiqigao.com/blog/2011/01/02/java_news_brief_jnb_expands_scope_becomes_software_engineering_tech_trends.html</link>
    
      
        <description>
          &lt;p&gt;(&lt;em&gt;Via &lt;a href= &#034;mailto:jnb@ociweb.com&#034; &gt;Java News Brief (JNB) mailing list&lt;/a&gt;.&lt;/em&gt;)&lt;/p&gt;


&lt;blockquote&gt;
&lt;p&gt;&lt;a href= &#034;http://www.ociweb.com/sett/&#034; &gt;Java News Brief Editor&lt;/a&gt;: For twelve years, the Java News Brief has served as a successful tool for promoting Java and educating the software development community.&lt;/p&gt;

&lt;p&gt;Beginning in January, the JNB has a new name! The new &#034;Software Engineering Tech Trends&#034; will continue to cover Java and related technologies but will also address the broader spectrum of relevant technologies available today, including JavaScript, Ruby, Groovy, Python, Scala, Objective-C, Clojure, and .Net Rich Internet Application (RIA).&lt;/p&gt;

&lt;p&gt;If you wish to be removed from this mailing list, send a blank message to jnb-leave@ociweb.com.  Otherwise, we will automatically move your subscription to the new list.  New list e-mail will originate from sett@ociweb.com&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Object Computing, Inc&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I feel that this expansion of scope reflect a trend that&#039;s already happening in the industry:&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;For quite some time now, some of the best Java programmers I know have experimented, advocated, and used non-Java technologies to engineer and deliver software systems and solutions.&lt;/li&gt;

&lt;li&gt;The popularity of the non-denominational &lt;a href= &#034;http://lambdalounge.org/&#034; &gt;Lambda Lounge&lt;/a&gt; in St. Louis in the past two years shows that there is a thirst among software engineers for knowledge and information beyond Java.&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;The newly renamed &lt;a href= &#034;http://www.ociweb.com/sset/&#034; &gt;Software Engineering Tech Trends&lt;/a&gt; is published on the first day of every month.  You can subscribe to the SETT mailing list by sending an email to &lt;a href= &#034;mailto:sett-join@ociweb.com&#034; &gt;sett-join@ociweb.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The &lt;a href= &#034;http://sett.ociweb.com/sett/settJan2011.html&#034; &gt;first issue&lt;/a&gt; of SETT is already out.  In it &lt;a href= &#034;http://marioaquino.blogspot.com/2011/01/test-driven-learning-with-koans.html&#034; &gt;Mario Aquino&lt;/a&gt; talks about &lt;a href= &#034;http://sett.ociweb.com/sett/settJan2011.html&#034; &gt;Learning Programming Languages with Koans&lt;/a&gt;.&lt;/p&gt;
        </description>
      
      
    
    
    
    <comments>http://www.weiqigao.com/blog/2011/01/02/java_news_brief_jnb_expands_scope_becomes_software_engineering_tech_trends.html#comments</comments>
    <guid isPermaLink="true">http://www.weiqigao.com/blog/2011/01/02/java_news_brief_jnb_expands_scope_becomes_software_engineering_tech_trends.html</guid>
    <pubDate>Sun, 02 Jan 2011 17:10:39 GMT</pubDate>
  </item>
  
  </channel>
</rss>

