<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Weiqi Gao&#039;s Observations - jnb tag</title>
  <link>http://www.weiqigao.com/blog/tags/jnb/</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>
  
  <item>
    <title>Java News Brief (JNB): Six JDK Classes You Think You Know</title>
    <link>http://www.weiqigao.com/blog/2010/12/01/java_news_brief_jnb_six_jdk_classes_you_think_you_know.html</link>
    
      
        <description>
          &lt;p&gt;This month&#039;s &lt;a href= &#034;http://www.ociweb.com/&#034; &gt;OCI&lt;/a&gt; Java News Brief (&lt;a href= &#034;http://jnb.ociweb.com/jnb/jnbDec2010.html&#034; &gt;JNB&lt;/a&gt;) is online now, in which Weiqi Gao &lt;a href= &#034;http://www.google.com/#q=Java+Quiz+%2Bsite:http://www.weiqigao.com/blog/&#034; &gt;challenges your Java knowledge&lt;/a&gt; with brain-teasers, &lt;a href= &#034;http://www.google.com/#q=Java+Quiz+%2Bsite:http://www.weiqigao.com/blog/&#034; &gt;&lt;i&gt;Friday Java Quiz&lt;/i&gt;&lt;/a&gt;-style:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href= &#034;http://jnb.ociweb.com/jnb/jnbDec2010.html&#034; &gt;Weiqi Gao&lt;/a&gt;: For over ten years, the OCI Java News Brief series has been bringing noteworthy new developments in the Java space to its loyal readers. Simply by following this series alone, you would have learned &lt;span style=&#034;color:red&#034;&gt;eight&lt;/span&gt; scripting languages for the JVM, &lt;span style=&#034;color:green&#034;&gt;ten&lt;/span&gt; web frameworks, &lt;span style=&#034;color:purple&#034;&gt;seven&lt;/span&gt; ways to mock your tests, and countless cool open source libraries to make your job easier.&lt;/p&gt;

&lt;p&gt;However, with the progress of time, the Java platform has become more mature and has established itself as the development platform of choice for many application domains. Naturally, the jobs of some of the Java developers are much more mainstream than cutting-edge now.&lt;/p&gt;

&lt;p&gt;With this change of pace of evolution, our focus naturally shifts from the shiny new libraries and tools to something more fundamental—the basic language constructs and the JDK class libraries—because these are the bread and butter of everyday life of the Java developer.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Weiqi went on posing five quizzes, involving six JDK classes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;java.lang.Double&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;java.lang.Thread&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;java.lang.Runtime&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;java.util.Properties&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;java.lang.String&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;java.sql.ResultSet&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Go &lt;a href= &#034;http://jnb.ociweb.com/jnb/jnbDec2010.html&#034; &gt;check it out&lt;/a&gt;!&lt;/p&gt;
        </description>
      
      
    
    
    
    <comments>http://www.weiqigao.com/blog/2010/12/01/java_news_brief_jnb_six_jdk_classes_you_think_you_know.html#comments</comments>
    <guid isPermaLink="true">http://www.weiqigao.com/blog/2010/12/01/java_news_brief_jnb_six_jdk_classes_you_think_you_know.html</guid>
    <pubDate>Thu, 02 Dec 2010 04:03:00 GMT</pubDate>
  </item>
  
  </channel>
</rss>

