<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Weiqi Gao&#039;s Observations - oci tag</title>
  <link>http://www.weiqigao.com/blog/tags/oci/</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>OpenDDS 2.0 Released</title>
    <link>http://www.weiqigao.com/blog/2009/09/24/opendds_2_0_released.html</link>
    
      
        <description>
          &lt;p&gt;&lt;a href= &#034;http://sstallion.blogspot.com/&#034; &gt;Steve Stallion&lt;/a&gt; has announced a new release of &lt;a href=&#034;http://www.opendds.org/&#034;&gt;OpenDDS&lt;/a&gt;, an open source implementation of the Object Management Group (OMG) &lt;a href=&#034;http://portals.omg.org/dds&#034;&gt;Data Distribution Service (DDS)&lt;/a&gt; by &lt;a href=&#034;http://www.ociweb.com/&#034;&gt;OCI&lt;/a&gt;.  It is implemented in C++ and supports C++ and Java bindings.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href= &#034;http://www.opendds.org/news.html&#034; &gt;OpenDDS.org&lt;/a&gt;:&lt;/p&gt;

&lt;h4&gt;Version 2.0 Released&lt;/h4&gt;
&lt;p&gt;We are pleased to announce the release of OpenDDS version 2.0!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This is the first release of OpenDDS that conforms to the minimum compliance profile as documented in formal/07-01-01 (version 1.2).  Near-complete support for the persistence profile and initial support for the content-subscription profile is also provided in this release.
  &lt;ul&gt;
    &lt;li&gt;Numerous API updates have been introduced for 1.2 compliance.&lt;/li&gt;
    &lt;li&gt;A number of QoS policies have been updated or implemented to meet the minimum compliance profile:
      &lt;ul&gt;
        &lt;li&gt;DESTINATION_ORDER&lt;/li&gt;
        &lt;li&gt;ENTITY_FACTORY&lt;/li&gt;
        &lt;li&gt;LIVELINESS&lt;/li&gt;
        &lt;li&gt;PRESENTATION&lt;/li&gt;
        &lt;li&gt;READER_DATA_LIFECYCLE&lt;/li&gt;
        &lt;li&gt;TIME_BASED_FILTER&lt;/li&gt;
        &lt;li&gt;WRITER_DATA_LIFECYCLE&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
  &lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Fixed bugs in QueryCondition.&lt;/li&gt;
&lt;li&gt;Fixed bugs in instance state management.&lt;/li&gt;
&lt;/ul&gt;
See the &lt;a href=&#034;http://www.opendds.org/releasenotes.html&#034; &gt;Release Notes&lt;/a&gt; for details.&lt;/p&gt;
&lt;/blockquote&gt;
        </description>
      
      
    
    
    
    <comments>http://www.weiqigao.com/blog/2009/09/24/opendds_2_0_released.html#comments</comments>
    <guid isPermaLink="true">http://www.weiqigao.com/blog/2009/09/24/opendds_2_0_released.html</guid>
    <pubDate>Fri, 25 Sep 2009 04:01:12 GMT</pubDate>
  </item>
  
  <item>
    <title>OpenDDS 1.3 Released</title>
    <link>http://www.weiqigao.com/blog/2009/07/29/opendds_1_3_released.html</link>
    
      
        <description>
          &lt;p&gt;Adam has announced a new release of &lt;a href=&#034;http://www.opendds.org/&#034;&gt;OpenDDS&lt;/a&gt;, an open source implementation of the Object Management Group (OMG) &lt;a href=&#034;http://portals.omg.org/dds&#034;&gt;Data Distribution Service (DDS)&lt;/a&gt; by &lt;a href=&#034;http://www.ociweb.com/&#034;&gt;OCI&lt;/a&gt;.  It is implemented in C++ and supports C++ and Java bindings.&lt;/p&gt;

&lt;blockquote&gt;
&lt;a href= &#034;http://www.opendds.org/news.html&#034; &gt;OpenDDS.org&lt;/a&gt;: 

&lt;h4&gt;Version 1.3 Released&lt;/h4&gt;


&lt;p&gt;We are pleased to announce the release of OpenDDS version 1.3!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Improved OMG DDS 1.2 specification conformance:

&lt;ul&gt;
&lt;li&gt;Communication Status entity structures and behaviors&lt;/li&gt;
&lt;li&gt;Implemented TRANSPORT_PRIORITY and LATENCY_BUDGET QoS&lt;/li&gt;
&lt;li&gt;Implemented the ReadCondition interface and associated operations on the DataReader&lt;/li&gt;
&lt;li&gt;Partially implemented the QueryCondition interface&amp;mdash;only queries of the form &#034;ORDER BY a[, b, c...]&#034; have any effect&lt;/li&gt;
&lt;li&gt;Implemented DataWriter::wait_for_acknowledgements()&lt;/li&gt;
&lt;li&gt;Instance handles and related operations are now spec-compliant&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Fixed bugs in DURABILITY, PARTITION and LIFESPAN QoS&lt;/li&gt;
&lt;li&gt;Added a command-line utility, opendds_repo_ctl for controlling the DCPSInfoRepo server&lt;/li&gt;
&lt;li&gt;Deleting a DataWriter now blocks, for a configurable amount of time, until pending samples have been delivered by the transport.&lt;/li&gt;
&lt;li&gt;Added a Java Message Service 1.1 (JMS) provider built on top of OpenDDS&lt;/li&gt;
&lt;li&gt;Added Windows Mobile 6 as a supported platform&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;See the &lt;a href=&#034;http://www.opendds.org/releasenotes.html&#034;&gt;Release Notes&lt;/a&gt; for details.&lt;/p&gt;
&lt;/blockquote&gt;
        </description>
      
      
    
    
    
    <comments>http://www.weiqigao.com/blog/2009/07/29/opendds_1_3_released.html#comments</comments>
    <guid isPermaLink="true">http://www.weiqigao.com/blog/2009/07/29/opendds_1_3_released.html</guid>
    <pubDate>Wed, 29 Jul 2009 12:07:04 GMT</pubDate>
  </item>
  
  </channel>
</rss>

