<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">

<channel>
	<title>Planet NetBeans</title>
	<link>http://www.planetnetbeans.org/</link>
	<language>en</language>
	<description>Planet NetBeans - http://www.planetnetbeans.org/</description>

<item>
	<title>NetBeans for PHP: Static code analysis</title>
	<guid isPermaLink="false">https://blogs.oracle.com/netbeansphp/entry/static_code_analysis</guid>
	<link>https://blogs.oracle.com/netbeansphp/entry/static_code_analysis</link>
	<description>&#38;lt;p&gt;
Hi all, today we will show you how you can check quality of your PHP code in &#38;lt;strong&gt;NetBeans 7.4&#38;lt;/strong&gt;. For this task, we use standard PHP tools &#38;lt;a href=&#34;http://pear.php.net/manual/en/package.php.php-codesniffer.php&#34; target=&#34;_blank&#34; title=&#34;PHP_CodeSniffer&#34;&gt;PHP_CodeSniffer&#38;lt;/a&gt; and&#38;amp;nbsp;&#38;lt;a href=&#34;http://phpmd.org/&#34; target=&#34;_blank&#34; title=&#34;‎PHP Mess Detector&#34;&gt;PHP Mess Detector&#38;lt;/a&gt;.&#38;lt;/p&gt; 
  &#38;lt;p&gt;As always if NetBeans uses any external tool, verify IDE Options that everything is set correctly:&#38;lt;/p&gt; 
  &#38;lt;p&gt;&#38;lt;img src=&#34;https://blogs.oracle.com/netbeansphp/resource/article_images/code-analysis-1.png&#34; alt=&#34;IDE Options&#34; /&gt; &#38;lt;/p&gt; 
  &#38;lt;p&gt;If it is, you are ready to inspect your code (one can select a PHP project or a PHP file):&#38;lt;/p&gt; 
  &#38;lt;p&gt;&#38;lt;img src=&#34;https://blogs.oracle.com/netbeansphp/resource/article_images/code-analysis-2.png&#34; alt=&#34;Inspect Code&#34; /&gt; &#38;lt;/p&gt; 
  &#38;lt;p&gt;Inspect dialog will appear. Here, we can e.g. select only one inspection tool or create custom configuration:&#38;lt;/p&gt; 
  &#38;lt;p&gt;&#38;lt;img src=&#34;https://blogs.oracle.com/netbeansphp/resource/article_images/code-analysis-3.png&#34; alt=&#34;Inspect Dialog&#34; /&gt; &#38;lt;/p&gt; 
  &#38;lt;p&gt;If we are ready and run the inspection (please notice that it can take a long time for big projects), analysis results are shown:&#38;lt;/p&gt; 
  &#38;lt;p&gt;&#38;lt;img src=&#34;https://blogs.oracle.com/netbeansphp/resource/article_images/code-analysis-4.png&#34; alt=&#34;Inspection Results&#34; /&gt; &#38;lt;/p&gt; 
  &#38;lt;p&gt;As you can see, the results are categorized by files and folders so we can easily recognize which area of our project needs our attention first. If we double click any of these results, the given warning(s) is shown to us on the proper line:&#38;lt;/p&gt; 
  &#38;lt;p&gt;&#38;lt;img src=&#34;https://blogs.oracle.com/netbeansphp/resource/article_images/code-analysis-5.png&#34; alt=&#34;Inspection Warning&#34; /&gt; &#38;lt;/p&gt; 
  &#38;lt;p&gt;If anything goes wrong (e.g. inspection is running too long), one can easily verify what each tool does exactly in the &#38;lt;i&gt;Output&#38;lt;/i&gt; window:&#38;lt;/p&gt; 
  &#38;lt;p&gt;&#38;lt;img src=&#34;https://blogs.oracle.com/netbeansphp/resource/article_images/code-analysis-6.png&#34; alt=&#34;Inspection Log&#34; /&gt;&#38;lt;/p&gt; 
  &#38;lt;p&gt;If anyone of you has a tip for another PHP code analysis tool, let us know via NetBeans Bugzilla or leave a comment here (&#38;lt;b&gt;please notice that the comments are moderated so they will not appear here immediately&#38;lt;/b&gt;).&#38;lt;/p&gt; 
  &#38;lt;p&gt;&#38;lt;span style=&#34;line-height: 18px;&#34;&gt;That's all for today, as always, please&#38;amp;nbsp;&#38;lt;/span&gt;&#38;lt;a title=&#34;Development version of NetBeans&#34; target=&#34;_blank&#34; href=&#34;http://bits.netbeans.org/download/trunk/nightly/latest/&#34; style=&#34;line-height: 18px;&#34;&gt;test it&#38;lt;/a&gt;&#38;lt;span style=&#34;line-height: 18px;&#34;&gt;&#38;amp;nbsp;and report all the issues or enhancements you find in&#38;amp;nbsp;&#38;lt;/span&gt;&#38;lt;a href=&#34;http://netbeans.org/community/issues.html&#34; target=&#34;_blank&#34; title=&#34;NetBeans Bugzilla&#34; style=&#34;line-height: 18px;&#34;&gt;NetBeans Bugzilla&#38;lt;/a&gt;&#38;lt;span style=&#34;line-height: 18px;&#34;&gt;&#38;amp;nbsp;(component&#38;amp;nbsp;&#38;lt;/span&gt;&#38;lt;em style=&#34;line-height: 18px;&#34;&gt;php&#38;lt;/em&gt;&#38;lt;span style=&#34;line-height: 18px;&#34;&gt;, subcomponent&#38;amp;nbsp;&#38;lt;/span&gt;&#38;lt;em style=&#34;line-height: 18px;&#34;&gt;Code&#38;lt;/em&gt;&#38;lt;span style=&#34;line-height: 18px;&#34;&gt;).&#38;lt;/span&gt; &#38;lt;/p&gt;</description>
	<pubDate>Wed, 22 May 2013 10:28:05 +0000</pubDate>
</item>
<item>
	<title>Geertjan's Blog: Coalescent Theory Calculation Software on the NetBeans Platform</title>
	<guid isPermaLink="false">https://blogs.oracle.com/geertjan/entry/calculations_in_coalescent_theory_on</guid>
	<link>https://blogs.oracle.com/geertjan/entry/calculations_in_coalescent_theory_on</link>
	<description>&#60;p&#62;Coalescent is an open source tool in &#60;a href=&#34;https://en.wikipedia.org/wiki/Coalescent_theory&#34;&#62;coalescent theory&#60;/a&#62;. &#60;/p&#62;
  &#60;p&#62;It provides solutions for the exact calculation of likelihood under infinite sites 
and &#60;a href=&#34;http://en.wikipedia.org/wiki/Infinite_alleles_model&#34;&#62;infinite alleles&#60;/a&#62; models of mutations in population genetics. 
&#60;/p&#62;
  &#60;p&#62;Additionally, it checks phylogeny and draws gene trees for infinite sites
 data.&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/genomemap-1.4.0-screenshot-1.jpeg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/genomemap-1.4.0-screenshot-1-small.png&#34; /&#62;&#60;/a&#62; &#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/genomemap-1.4.0-screenshot-2.jpeg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/genomemap-1.4.0-screenshot-2-small.png&#34; /&#62;&#60;/a&#62; &#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/genomemap-1.4.0-screenshot-3.jpeg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/genomemap-1.4.0-screenshot-3-small.png&#34; /&#62;&#60;/a&#62; &#60;/p&#62; 
  &#60;p&#62;&#60;br /&#62;Planned features for the upcoming releases will focus on the following areas:&#60;br /&#62; &#60;/p&#62; 
  &#60;ol&#62; 
    &#60;li&#62;Importance sampling under infinite sites model.&#60;/li&#62; 
    &#60;li&#62;MCMC under infinite sites model model.&#60;/li&#62; 
    &#60;li&#62;Exact calculation with infinite sites/alleles and various migration models.&#60;/li&#62; 
    &#60;li&#62;Exact calculation with infinite sites/infinite alleles and discrete recombination models.&#60;/li&#62; 
    &#60;li&#62;Sampling algorithms for migration and recombination.&#60;/li&#62; 
    &#60;li&#62;Fine-scale recombinations, such as LDHat/LDHelmet.&#60;/li&#62; 
  &#60;/ol&#62; 
  &#60;p&#62; &#60;/p&#62; 
  &#60;p&#62;More info:&#60;/p&#62;&#60;a href=&#34;https://freecode4susant.atlassian.net/wiki/pages/viewpage.action?pageId=9109506&#34; target=&#34;_blank&#34;&#62;https://freecode4susant.&#60;u&#62;&#60;/u&#62;atlassian.net/wiki/pages/&#60;u&#62;&#60;/u&#62;viewpage.action?pageId=9109506&#60;/a&#62;&#60;br /&#62; 
  &#60;p&#62;&#60;a href=&#34;http://pubmedcentralcanada.ca/pmcc/articles/PMC3575375/&#34; target=&#34;_blank&#34;&#62;http://pubmedcentralcanada.ca/&#60;u&#62;&#60;/u&#62;pmcc/articles/PMC3575375/&#60;/a&#62; &#60;/p&#62;</description>
	<pubDate>Wed, 22 May 2013 07:57:20 +0000</pubDate>
</item>
<item>
	<title>NetBeans DZone: NetBeans Weekly News (Issue #588 - May 21, 2013 )</title>
	<guid isPermaLink="false">http://netbeans.dzone.com/140645 at http://netbeans.dzone.com</guid>
	<link>http://feeds.dzone.com/~r/zones/netbeans/~3/a4kXsAdcNh8/netbeans-weekly-news-issue-588</link>
	<description>Project News
Develop Mobile Web Applications On Your Android Device in NetBeans IDE

 There's an exciting new feature coming to NetBeans IDE 7.4: Support for JavaScript debugging and visual CSS editing on Android devices. But no need to wait till GA release, you can test out the feature now, using the NetBeans 7.4 nightly builds.Legacy
      Sponsored: 
    
            
                   ...&#60;img src=&#34;http://feeds.feedburner.com/~r/zones/netbeans/~4/a4kXsAdcNh8&#34; height=&#34;1&#34; width=&#34;1&#34; /&#62;</description>
	<pubDate>Tue, 21 May 2013 08:39:12 +0000</pubDate>
</item>
<item>
	<title>Geertjan's Blog: Health Manager on the NetBeans Platform</title>
	<guid isPermaLink="false">https://blogs.oracle.com/geertjan/entry/health_manager_on_the_netbeans</guid>
	<link>https://blogs.oracle.com/geertjan/entry/health_manager_on_the_netbeans</link>
	<description>&#60;div&#62;&#60;a href=&#34;http://www.vobium.com/health&#34;&#62;Vobium Health Manager&#60;/a&#62;, by &#60;a href=&#34;http://www.vobium.com&#34;&#62;Vobium Technologies&#60;/a&#62;, is software to store and organize your family's medical information securely on your computer.&#60;/div&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/04-health-main.JPG&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/04-health-main.png&#34; style=&#34;border: 1px solid black;&#34; /&#62;&#60;/a&#62; &#60;/p&#62; 
  &#60;div&#62; 
    &#60;p&#62;Many more screenshots can be found here: &#60;a href=&#34;http://www.vobium.com/health/screenshots&#34;&#62;http://www.vobium.com/health/screenshots&#60;/a&#62;&#60;/p&#62; 
  &#60;/div&#62; 
  &#60;div&#62;You can manage records across 25+ categories like diseases, allergies, doctor visits, tests &#38;amp; checkups, medicines, vaccinations, surgeries, therapies, diet &#38;amp; fitness, pregnancies, baby milestones, etc, and quickly search for any records whenever needed.&#60;/div&#62; 
  &#60;div&#62;&#60;br /&#62;&#60;/div&#62; 
  &#60;div&#62;You can generate reports (in PDF or Microsoft Excel format) and carry your data on a USB pen drive, print them, bring them to your doctor visits, or email it to someone. You can print an emergency medical card and keep it in your wallet.&#60;/div&#62; 
  &#60;p&#62; &#60;/p&#62; 
  &#60;div&#62; 
    &#60;p&#62;The first time I saw the screenshots, such as the one above, I didn't believe this was written in Java and &#60;a href=&#34;https://platform.netbeans.org/screenshots.html&#34;&#62;based on the NetBeans Platform&#60;/a&#62;! However, Bhavin Khambhadia from Vobium tells me:&#60;/p&#62; 
    &#60;p&#62; &#60;/p&#62; 
    &#60;blockquote style=&#34;border: 2px solid #666666; padding: 8px; background-color: #cccccc;&#34;&#62;The majority of our end users are Windows based and hence Vobium Health Manager should look like a Windows application. To achieve this, we extended SynthLookAndFeel. We hired an in-house UI designer who created the application wireframe, icons/images, and color combinations for our application. We leveraged rich-client effects for Java Swing applications, as described in &#34;&#60;a href=&#34;http://filthyrichclients.org/&#34;&#62;Filthy Rich Clients&#60;/a&#62;&#34; by Chet Haase and Romain Guy, together with inputs available from other sources, such as blogs, white papers, in-house POTs, and Google searches.&#60;/blockquote&#62; 
    &#60;p&#62;Here's a screenshot of the application open in NetBeans IDE, showing its modular structure on the NetBeans Platform:&#60;/p&#62; 
    &#60;p&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/vobium-in-ide2.jpg&#34; /&#62;&#60;/p&#62; 
    &#60;p&#62; &#60;/p&#62; 
    &#60;p&#62;Finally, some nice movies to watch on YouTube:&#60;/p&#62; 
    &#60;p&#62;&#60;a href=&#34;http://www.youtube.com/user/VobiumHealthManager?feature=watch&#34;&#62;http://www.youtube.com/user/VobiumHealthManager?feature=watch&#60;/a&#62;&#60;/p&#62; 
  &#60;/div&#62;</description>
	<pubDate>Tue, 21 May 2013 07:38:44 +0000</pubDate>
</item>
<item>
	<title>APIDesign - Blogs: Bck2Brwsr Goes Server Side: Run the Same Code on Server and Client!</title>
	<guid isPermaLink="false">http://wiki.apidesign.org/wiki/JSON4Jersey</guid>
	<link>http://wiki.apidesign.org/wiki/JSON4Jersey</link>
	<description>&#60;p&#62;I'd like to introduce my &#60;a href=&#34;http://wiki.apidesign.org/wiki/JSON4Jersey&#34; title=&#34;JSON4Jersey&#34;&#62;small contribution&#60;/a&#62; to Jersey project. It provides (yet another, but this time very lightweight) converter from &#60;a href=&#34;http://wiki.apidesign.org/wiki/Java&#34; class=&#34;mw-redirect&#34; title=&#34;Java&#34;&#62;Java&#60;/a&#62; to &#60;a href=&#34;http://wiki.apidesign.org/wiki/JSON&#34; title=&#34;JSON&#34;&#62;JSON&#60;/a&#62; and back. Together with &#60;a href=&#34;http://wiki.apidesign.org/wiki/Bck2Brwsr&#34; title=&#34;Bck2Brwsr&#34;&#62;Bck2Brwsr&#60;/a&#62; or &#60;a href=&#34;http://wiki.apidesign.org/wiki/FXBrwsr&#34; title=&#34;FXBrwsr&#34;&#62;FXBrwsr&#60;/a&#62; you can now smoothly execute the same &#60;a href=&#34;http://wiki.apidesign.org/wiki/Java&#34; class=&#34;mw-redirect&#34; title=&#34;Java&#34;&#62;Java&#60;/a&#62; code on client as well as on your server.
&#60;/p&#62;&#60;p&#62;--&#60;a href=&#34;http://wiki.apidesign.org/wiki/User:JaroslavTulach&#34; title=&#34;User:JaroslavTulach&#34;&#62;JaroslavTulach&#60;/a&#62; 12:45, 20 May 2013 (UTC)
&#60;/p&#62;</description>
	<pubDate>Mon, 20 May 2013 12:45:00 +0000</pubDate>
</item>
<item>
	<title>Geertjan's Blog: Live Band Music Manager on the NetBeans Platform</title>
	<guid isPermaLink="false">https://blogs.oracle.com/geertjan/entry/live_band_music_manager_on</guid>
	<link>https://blogs.oracle.com/geertjan/entry/live_band_music_manager_on</link>
	<description>&#60;p&#62;&#60;a href=&#34;http://chordmaestro.secondchancesoldier.com/&#34;&#62;Chord Maestro&#60;/a&#62; is an application on the NetBeans Platform that displays chord charts on a computer, TV, or large (confidence) monitor, without requiring a lot of unnecessary effort. Chord Maestro was made for live bands and church worship leaders tired of using music stands and having to deal with an ever expanding library of paper chord charts.&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/ChordQueueEvents.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/ChordQueueEvents.png&#34; style=&#34;border: 1px solid black;&#34; /&#62;&#60;/a&#62; &#60;/p&#62; 
  &#60;p&#62;A comment from Mike Kelly, the developer behind Chord Maestro, as well as the recently highlighted &#60;a href=&#34;https://blogs.oracle.com/geertjan/entry/military_chemical_biological_on_the&#34;&#62;US Navy chemical &#38;amp; biological modeling software&#60;/a&#62;:&#60;/p&#62; 
  &#60;blockquote style=&#34;border: 2px solid #666666; padding: 8px; background-color: #cccccc;&#34;&#62;I built this app in about three months in my free time (which ain't much with a two year old running around). We've been using it every Sunday at church for a while now and it has allowed us to do away with paper music and music stands. Everyone that sees it is shocked that it is not a commercially built tool. &#60;/blockquote&#62; 
  &#60;p&#62;(Much) more info:&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;http://chordmaestro.secondchancesoldier.com/&#34;&#62;http://chordmaestro.secondchancesoldier.com&#60;/a&#62; &#60;/p&#62;</description>
	<pubDate>Mon, 20 May 2013 07:45:52 +0000</pubDate>
</item>
<item>
	<title>Arun Gupta, Miles to go ...: Java EE 7 Launch Webcast: Jun 12th, Register Now</title>
	<guid isPermaLink="false">https://blogs.oracle.com/arungupta/entry/java_ee_7_launch_webcast</guid>
	<link>https://blogs.oracle.com/arungupta/entry/java_ee_7_launch_webcast</link>
	<description>&#60;br /&#62;
The &#60;a href=&#34;https://blogs.oracle.com/theaquarium/entry/java_ee_7_platform_completes&#34;&#62;Java
EE 7 Platform JSR was approved&#60;/a&#62; a few days ago and is ready to
be released ...ta da!&#60;br /&#62;
&#60;br /&#62;
Want to learn the latest and the greatest improvements in the
platform from the best ?&#60;br /&#62;
&#60;br /&#62;
Mark the date for webinars in two different time zones:&#60;br /&#62;
&#60;br /&#62;
Jun 12, 2013, 9am PT&#60;br /&#62;
Jun 12, 2013, 9pm PT&#60;br /&#62;
&#60;br /&#62;
&#60;a href=&#34;https://event.on24.com/eventRegistration/EventLobbyServlet?target=registration.jsp&#38;amp;eventid=615713&#38;amp;sessionid=1&#38;amp;key=453EBA948F6408FE613E61903CBAEBFA&#38;amp;partnerref=Java_EE7_Launch_glassfishblogs_06122013&#38;amp;sourcepage=register&#34;&#62;Register
now!&#60;/a&#62;&#60;br /&#62;
&#60;br /&#62;
What will you see in this online event ?&#60;br /&#62;
&#60;ul&#62;
&#60;li&#62;Business Keynote (Hasan Rizvi and Cameron Purdy)&#60;br /&#62;
&#60;/li&#62;
&#60;li&#62;Technical Keynote (Linda DeMichiel)&#60;br /&#62;
&#60;/li&#62;
&#60;li&#62;Breakout Sessions on different JSRs by specification leads&#60;/li&#62;
&#60;li&#62;Live Chat&#60;/li&#62;
&#60;li&#62;Lots of Demos&#60;/li&#62;
&#60;li&#62;Community, Partner, and Customer video testimonials&#60;/li&#62;
&#60;/ul&#62;
&#60;br /&#62;
Feel free to use any of the following images to promote the launch
webcast on your blog, website, social media, or elsewhere. You can
also copy/paste the code fragment shown next to them:&#60;br /&#62;
&#60;br /&#62;
&#60;table cellpadding=&#34;5&#34; width=&#34;100%&#34; border=&#34;0&#34; cellspacing=&#34;5&#34;&#62;
&#60;tbody&#62;
&#60;tr&#62;
&#60;td valign=&#34;top&#34;&#62;&#60;a href=&#34;https://event.on24.com/eventRegistration/EventLobbyServlet?target=registration.jsp&#38;amp;eventid=615713&#38;amp;sessionid=1&#38;amp;key=453EBA948F6408FE613E61903CBAEBFA&#38;amp;partnerref=Java_EE7_Launch_glassfishblogs_06122013&#38;amp;sourcepage=register&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/arungupta/resource/javaee7-launch-jun12-185x225.png&#34; alt=&#34;&#34; height=&#34;225&#34; border=&#34;0&#34; width=&#34;185&#34; /&#62;&#60;/a&#62;&#60;/td&#62;
&#60;/tr&#62;
&#60;tr&#62;
&#60;td valign=&#34;top&#34;&#62; &#38;lt;a&#60;br /&#62;
href=&#34;https://event.on24.com/eventRegistration/EventLobbyServlet?target=registration.jsp&#38;amp;eventid=615713&#38;amp;sessionid=1&#38;amp;key=453EBA948F6408FE613E61903CBAEBFA&#38;amp;partnerref=Java_EE7_Launch_glassfishblogs_06122013&#38;amp;sourcepage=register&#34;&gt;&#38;lt;img&#60;br /&#62;
alt=&#34;&#34;&#60;br /&#62;
src=&#34;https://blogs.oracle.com/arungupta/resource/javaee7-launch-jun12-185x225.png&#34;&#60;br /&#62;
border=&#34;0&#34; height=&#34;225&#34; width=&#34;185&#34;&gt;&#38;lt;/a&gt;&#60;/td&#62;
&#60;/tr&#62;
&#60;/tbody&#62;
&#60;/table&#62;
&#60;br /&#62;
&#60;br /&#62;
&#60;br /&#62;
&#60;table cellpadding=&#34;5&#34; width=&#34;100%&#34; border=&#34;0&#34; cellspacing=&#34;5&#34;&#62;
&#60;tbody&#62;
&#60;tr&#62;
&#60;td valign=&#34;top&#34;&#62;&#60;a href=&#34;https://event.on24.com/eventRegistration/EventLobbyServlet?target=registration.jsp&#38;amp;eventid=615713&#38;amp;sessionid=1&#38;amp;key=453EBA948F6408FE613E61903CBAEBFA&#38;amp;partnerref=Java_EE7_Launch_glassfishblogs_06122013&#38;amp;sourcepage=register&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/arungupta/resource/javaee7-launch-jun12-403x403.png&#34; alt=&#34;&#34; height=&#34;403&#34; border=&#34;0&#34; width=&#34;403&#34; /&#62;&#60;/a&#62;&#60;/td&#62;
&#60;/tr&#62;
&#60;tr&#62;
&#60;td valign=&#34;top&#34;&#62;&#38;lt;a&#60;br /&#62;
href=&#34;https://event.on24.com/eventRegistration/EventLobbyServlet?target=registration.jsp&#38;amp;eventid=615713&#38;amp;sessionid=1&#38;amp;key=453EBA948F6408FE613E61903CBAEBFA&#38;amp;partnerref=Java_EE7_Launch_glassfishblogs_06122013&#38;amp;sourcepage=register&#34;&gt;&#38;lt;img&#60;br /&#62;
alt=&#34;&#34;&#60;br /&#62;
src=&#34;https://blogs.oracle.com/arungupta/resource/javaee7-launch-jun12-403x403.png&#34;&#60;br /&#62;
border=&#34;0&#34; height=&#34;403&#34; width=&#34;403&#34;&gt;&#38;lt;/a&gt;&#60;/td&#62;
&#60;/tr&#62;
&#60;/tbody&#62;
&#60;/table&#62;
&#60;br /&#62;
Don't forget to &#60;a href=&#34;https://event.on24.com/eventRegistration/EventLobbyServlet?target=registration.jsp&#38;amp;amp;eventid=615713&#38;amp;amp;sessionid=1&#38;amp;amp;key=453EBA948F6408FE613E61903CBAEBFA&#38;amp;amp;partnerref=Java_EE7_Launch_glassfishblogs_06122013&#38;amp;amp;sourcepage=register&#34;&#62;register&#60;/a&#62;!&#60;br /&#62;
&#60;br /&#62;
Get ready to drink from the fire hose, no throttle!&#60;br /&#62;
&#60;br /&#62;</description>
	<pubDate>Sun, 19 May 2013 15:10:12 +0000</pubDate>
</item>
<item>
	<title>Geertjan's Blog: Open Source Financial Platform on the NetBeans Platform</title>
	<guid isPermaLink="false">https://blogs.oracle.com/geertjan/entry/open_source_financial_platform_on</guid>
	<link>https://blogs.oracle.com/geertjan/entry/open_source_financial_platform_on</link>
	<description>&#60;p&#62;&#60;a href=&#34;http://www.gaiatransparence.com/&#34;&#62;Gaia Transparence&#60;/a&#62; is a software vendor specialized in financial markets. It is a pioneer in the open source community for financial markets. The Gaia Transparence team is building an open source solution for the finance industry based on the NetBeans Platform.&#60;/p&#62; 
  &#60;p&#62;The Gaia Transparence open source financial platform will address new regulatory requirements, including central counterparty (CCP) margining, credit value adjustment (CVA), Markets in Financial Instruments Directive revision (MIFID2), and Basle3.&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/gt-position_report.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/gt-position_report.png&#34; style=&#34;border: 1px solid black;&#34; /&#62;&#60;/a&#62;&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/gt-transaction.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/gt-transaction2.png&#34; style=&#34;border: 1px solid black;&#34; /&#62;&#60;/a&#62;&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/gt-miscellaneous.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/gt-miscellaneous.png&#34; style=&#34;border: 1px solid black;&#34; /&#62;&#60;/a&#62;&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62;On the open source motivations of the team, Benjamin Frerejean (Director of R&#38;amp;D) explains the following: &#60;/p&#62; 
  &#60;blockquote style=&#34;border: 2px solid #666666; padding: 8px; background-color: #cccccc;&#34;&#62;A key benefit of open source is &#34;transparency&#34;. As the source code is available, it can easily be audited by either users or auditors. Along with Gaia Transparence turnkey applications, we deliver &#34;generic trades&#34;, &#34;positions&#34;, and underlying objects. Users pilot the development and share all the specific instance types, while user group members can mutualize enhancement costs.&#60;br /&#62;&#60;br /&#62;We, the Gaia Transparence team, believe that open source is the solution for financial institutions to cope with the challenges they are faced with since the 2008 crunch. On the one hand, the market needs to regain &#34;trust&#34;, whilst on the other the new regulatory environment imposes new trading standards and reporting. IT budgets are tight in this time of crisis. Trust can only be gained with transparency and standardization. Open source is transparent by nature. Open source solutions become standards when the community is active. By enabling mutualization of development costs, open source solutions help contain IT budgets. The rapid acceptance of the open source CDS pricer published by ISDA in April 2009, as part of the &#34;Big Bang&#34; initiative, proves the market is ready.&#60;br /&#62;&#60;/blockquote&#62; 
  &#60;p&#62; &#60;/p&#62;</description>
	<pubDate>Sun, 19 May 2013 07:01:57 +0000</pubDate>
</item>
<item>
	<title>Geertjan's Blog: Towards an Integrated WYSIWYG JavaFX WebView</title>
	<guid isPermaLink="false">https://blogs.oracle.com/geertjan/entry/towards_an_integrated_wysiwyg_javafx</guid>
	<link>https://blogs.oracle.com/geertjan/entry/towards_an_integrated_wysiwyg_javafx</link>
	<description>&#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/entry/epub_open_toolbox&#34;&#62;Last week I blogged&#60;/a&#62; about the free and open source &#60;a href=&#34;https://java.net/projects/epubopentoolbox&#34;&#62;EPUB Open Toolbox&#60;/a&#62; which I am creating for publishers and authors. Officially, it is now known as Fosfor, since it is initially being developed for the &#60;a href=&#34;http://www.uitgeverij-fosfor.nl/&#34;&#62;Fosfor Uitgeverij&#60;/a&#62;, that is, an on-line e-book publisher based in Amsterdam, as a replacement for &#60;a href=&#34;http://code.google.com/p/sigil/&#34;&#62;Sigil&#60;/a&#62;. And this is yet another example of &#60;a href=&#34;http://java.dzone.com/why-desktop-not-webapp&#34;&#62;how the web and mobile worlds need the desktop&#60;/a&#62;&#60;span class=&#34;st&#34;&#62;—just for fun you should ask a publisher or author some time: &#34;Do you ever see yourself editing and managing books on your mobile phone?&#34; &#60;br /&#62;&#60;/span&#62;&#60;/p&#62; 
  &#60;p&#62;&#60;span class=&#34;st&#34;&#62;&#60;/span&#62;At the time, when I started working on this, I was using the SHEF framework as the basis of a WYSIWYG editor. That had its shortcomings and I couldn't help thinking that the JavaFX WebView would be a more natural fit.&#60;/p&#62; 
  &#60;p&#62;So, here we are a week later, with the JavaFX WebView doing a superb job rendering the XHTML pages of EPUB projects:&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/step-0-alice.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/step-0-alice.png&#34; /&#62;&#60;/a&#62; &#60;/p&#62; 
  &#60;p&#62;It simply looks awesome. No credit whatsoever for me on that score, since I'm simply reusing the JavaFX WebView, the creation of which I had nothing to do with. Images are rendered, which wasn't the case with SHEF, the performance is great, and the whole thing just looks professional, like a commercial off the shelf product that took years to develop, rather than days. Aside from the rendering, there's a lot of functionality built into the JavaFX WebView, e.g., when you right-click on an image, you get popup menus for opening the image in a new view, when you right-click on a URL, you can open the URL in a new view, etc.&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62;But, I don't want a web browser. I want a WYSIWYG editor. The start is clearly there, i.e., there's a JavaFX toolbar containing JavaFX buttons, each of which will be, once the prototyping phase is over, provided by different NetBeans modules. For example, here's the &#60;a href=&#34;https://forums.oracle.com/forums/thread.jspa?threadID=2316310&#34;&#62;color chooser&#60;/a&#62; in action&#60;span class=&#34;st&#34;&#62;—select a piece of text, invoke the color chooser, select a color, and immediately the font of the selected text is changed to the selected color:&#60;br /&#62;&#60;/span&#62;&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/step-1-alice.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/step-1-alice.png&#34; /&#62;&#60;/a&#62; &#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/step-2-alice.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/step-2-alice.png&#34; /&#62;&#60;/a&#62; &#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/step-3-alice.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/step-3-alice.png&#34; /&#62;&#60;/a&#62; &#60;/p&#62; 
  &#60;p&#62;Still many things to do. Especially, synchronizing changes back into the source file. Once that's done, all the rest should be relatively painless. Not possible, right now, to type in the WebView, but I have a pretty good idea how to solve that. My insight on this is that there's no difference between adding characters and adding colors to selected text. And it's also possible to get hold of the cursor in the JavaFX WebView, so the basics for typing are already included in the app. With that solved, its all about adding more tools, e.g., a bold tool, italics tool, font size, and so on.&#60;/p&#62; 
  &#60;p&#62;I've shared the above pics with Sean Phillips who works on NASA software (he's been mentioned in this blog several times, has a lot of JavaFX/NetBeans Platform articles on &#60;a href=&#34;http://netbeans.dzone.com/&#34;&#62;NetBeans Zone&#60;/a&#62;, and hopefully will be at JavaOne this year) and he responded pretty positively from his perspective at NASA:&#60;/p&#62; 
  &#60;blockquote style=&#34;border: 2px solid #666666; padding: 8px; background-color: #cccccc;&#34;&#62;Based on what you have said and the limited images I've seen, this could be used as a technical document markup tool. Several of the Ground System missions I am associated with have home brew tools that generate documentation. Office tools like MS Word and the like can't really be used because a significant portion of the documentation is based around data produced by custom mission specific software systems. As a result, someone ends up writing code that generates Latex or HTML as a custom one off. I wonder if there could be a future in a tool like what you are developing that could be used towards a goal like what I have just described.&#60;/blockquote&#62; 
  &#60;p&#62;Part of my reason for blogging about this is to ask&#60;span class=&#34;st&#34;&#62;—are there developers out there who have tools written in JavaFX (or who would like to start doing so) that are relevant to the above and could be contributed to the free and open source Fosfor project?&#60;br /&#62;&#60;/span&#62;&#60;/p&#62;</description>
	<pubDate>Sat, 18 May 2013 09:14:46 +0000</pubDate>
</item>
<item>
	<title>NetBeans DZone: JavaFX Accordion Slide Out Menu for the NetBeans Platform</title>
	<guid isPermaLink="false">http://netbeans.dzone.com/140377 at http://netbeans.dzone.com</guid>
	<link>http://feeds.dzone.com/~r/zones/netbeans/~3/9jAQ55epccs/javafx-accordion-slide-out</link>
	<description>Let's say you have a NetBeans Platform application that puts a premium on vertical space.  Maybe a Heads Up Display on a Touch Screen?  Wouldn't it be great to have the menu slide out from the edge of the screen only when you need it?  Well the NetBeans Platform provides slide-in TopComponents, of course, but a JMenu just isn't going to work out so well inside one.
      Preview...&#60;img src=&#34;http://feeds.feedburner.com/~r/zones/netbeans/~4/9jAQ55epccs&#34; height=&#34;1&#34; width=&#34;1&#34; /&#62;</description>
	<pubDate>Fri, 17 May 2013 21:34:02 +0000</pubDate>
</item>
<item>
	<title>Geertjan's Blog: Network QoS Simulator on the NetBeans Platform</title>
	<guid isPermaLink="false">https://blogs.oracle.com/geertjan/entry/qos_simulator_on_the_netbeans</guid>
	<link>https://blogs.oracle.com/geertjan/entry/qos_simulator_on_the_netbeans</link>
	<description>&#60;a href=&#34;https://code.google.com/p/qsim/&#34;&#62;qSim&#60;/a&#62; is a computer network simulator with emphasis on &#60;a href=&#34;http://en.wikipedia.org/wiki/Quality_of_service&#34;&#62;Quality of Service&#60;/a&#62; (QoS) mechanisms. It lets you observe how computer networks react to different QoS mechanisms, including network node usage (input/output queues, RX/TX buffers usage), data flow delay time, and packet drop statistics.


  
  
  
  
  
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/qos-bratislava-1.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/qos-bratislava-1.png&#34; style=&#34;border: 1px solid black;&#34; /&#62;&#60;/a&#62; &#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/qos-bratislava-2.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/qos-bratislava-2.png&#34; style=&#34;border: 1px solid black;&#34; /&#62;&#60;/a&#62; &#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/qos-bratislava-3.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/qos-bratislava-3.png&#34; style=&#34;border: 1px solid black;&#34; /&#62;&#60;/a&#62; &#60;/p&#62; 
  &#60;p&#62;13 QoS mechanisms are supported, which can be divided in three groups: packet classification &#38;amp; marking, active queue management, and packet scheduling algorithms.&#60;/p&#62; 
  &#60;p&#62;The network topology is fully customizable, including:&#60;/p&#62; 
  &#60;ul&#62; 
    &#60;li&#62;link bit rate and length (in meters)&#60;/li&#62; 
    &#60;li&#62;link reliability&#60;/li&#62; 
    &#60;li&#62;simulation of input/output queues&#60;/li&#62; 
    &#60;li&#62;simulation of RX/TX buffers&#60;/li&#62; 
    &#60;li&#62;size of all buffers/queues&#60;/li&#62; 
    &#60;li&#62;different data flows (TCP/UDP/ICMP protocols supported, various packet sizes, realistic packet generation delays)&#60;/li&#62; 
  &#60;/ul&#62; 
  &#60;p&#62;The simulations have been tested and compared with real CISCO devices, with positive results. &#60;/p&#62; 
  &#60;p&#62;qSim was developed at the Faculty of Informatics and Information Technologies, Slovak University of Technology, in Bratislava.&#60;/p&#62;</description>
	<pubDate>Fri, 17 May 2013 07:45:57 +0000</pubDate>
</item>
<item>
	<title>APIDesign - Blogs: Introducing Knockout4Java</title>
	<guid isPermaLink="false">http://wiki.apidesign.org/wiki/Knockout4Java</guid>
	<link>http://wiki.apidesign.org/wiki/Knockout4Java</link>
	<description>&#60;p&#62;&#60;a href=&#34;http://wiki.apidesign.org/wiki/Knockout4Java&#34; title=&#34;Knockout4Java&#34;&#62;Knockout4Java&#60;/a&#62; takes the best of two words: The type safety of &#60;a href=&#34;http://wiki.apidesign.org/wiki/Java&#34; class=&#34;mw-redirect&#34; title=&#34;Java&#34;&#62;Java&#60;/a&#62; and &#60;a href=&#34;http://wiki.apidesign.org/wiki/Knockout.js&#34; title=&#34;Knockout.js&#34;&#62;Knockout.js&#60;/a&#62; ability to alter any &#60;a href=&#34;http://wiki.apidesign.org/wiki/HTML&#34; title=&#34;HTML&#34;&#62;HTML&#60;/a&#62; page in any browser. Write your models in &#60;a href=&#34;http://wiki.apidesign.org/wiki/Java&#34; class=&#34;mw-redirect&#34; title=&#34;Java&#34;&#62;Java&#60;/a&#62; (using &#60;a href=&#34;http://wiki.apidesign.org/wiki/JSON4Brwsr&#34; title=&#34;JSON4Brwsr&#34;&#62;JSON4Brwsr&#60;/a&#62; library) and render them as &#60;a href=&#34;http://wiki.apidesign.org/wiki/HTML&#34; title=&#34;HTML&#34;&#62;HTML&#60;/a&#62; with the help of &#60;a href=&#34;http://wiki.apidesign.org/wiki/Knockout4Java&#34; title=&#34;Knockout4Java&#34;&#62;Knockout4Java&#60;/a&#62;!
&#60;/p&#62;&#60;p&#62;--&#60;a href=&#34;http://wiki.apidesign.org/wiki/User:JaroslavTulach&#34; title=&#34;User:JaroslavTulach&#34;&#62;JaroslavTulach&#60;/a&#62; 21:32, 16 May 2013 (UTC)
&#60;/p&#62;</description>
	<pubDate>Thu, 16 May 2013 21:32:00 +0000</pubDate>
</item>
<item>
	<title>Geertjan's Blog: Model Based Embedded Development on the NetBeans Platform</title>
	<guid isPermaLink="false">https://blogs.oracle.com/geertjan/entry/model_based_embedded_development_on</guid>
	<link>https://blogs.oracle.com/geertjan/entry/model_based_embedded_development_on</link>
	<description>&#60;p&#62;&#60;a href=&#34;http://www.simuquest.com/&#34;&#62;SimuQuest&#60;/a&#62; is a Michigan-based software development company that specializes in working with electronic hardware companies that produce electronic controls for such things as car engines or wind turbine generators.&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;http://www.simuquest.com/products/uniphi&#34;&#62;UniPhi&#60;/a&#62; is one of SimuQuest's software tools. It is created on the NetBeans Platform. It is a model-based development tool for data management and dependency visualization, enabling consistent, version-controlled management of data (signals and parameters) and rapid visualization of object dependencies (modeled features, signals and parameters). UniPhi is deployed to develop embedded systems using model-based design within a variety of industries such as aerospace, automotive, consumer appliance, and alternative energy.&#60;/p&#62; 
  &#60;p&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/uniphi.png&#34; /&#62;&#60;/p&#62; 
  &#60;p&#62;Further info:&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;http://www.simuquest.com/products/uniphi&#34;&#62;http://www.simuquest.com/products/uniphi&#60;/a&#62; &#60;/p&#62; 
  &#60;p&#62; &#60;/p&#62;</description>
	<pubDate>Thu, 16 May 2013 07:39:05 +0000</pubDate>
</item>
<item>
	<title>Geertjan's Blog: Brand Independent PLC Programming on the NetBeans Platform</title>
	<guid isPermaLink="false">https://blogs.oracle.com/geertjan/entry/brand_independent_plc_programming_on</guid>
	<link>https://blogs.oracle.com/geertjan/entry/brand_independent_plc_programming_on</link>
	<description>&#60;p&#62;Most modern automation installations, such as controlers of machinery on factory assembly lines, amusement rides, or light fixtures, are driven by &#60;a href=&#34;https://en.wikipedia.org/wiki/Programmable_logic_controller&#34;&#62;Programmable Logic  
Controllers&#60;/a&#62; (PLCs). Low level programming languages that  
have been used for decades, such as &#60;a href=&#34;https://en.wikipedia.org/wiki/Ladder_logic&#34;&#62;Ladder Diagrams&#60;/a&#62; (LD), are still  being
 used to develop new PLC software. Together with the ageing techniques inherent in such programming constructs, there are hidden   penalties, such as the fact that 
PLC software is brand dependent. &#60;br /&#62;&#60;br /&#62; &#60;a href=&#34;http://www.plc-prog.eu/&#34;&#62;PLC-PROG&#60;/a&#62; is the first tool for PLC programming to enable a completely brand independent and user-friendly object oriented approach, resulting in a reduction of development cost and an increase in the reliability of developed programs. It is valid for all PLC brands which comply with the &#60;a href=&#34;http://en.wikipedia.org/wiki/IEC_61131-3&#34;&#62;IEC 611131-3&#60;/a&#62; standard, is based on graphical programming methodologies, requires no specific programming skills, and makes it possible to perform both monitoring and visualization from the tool.&#60;br /&#62;&#60;br /&#62;PLC-PROG has been developed using the NetBeans Platform, to take advantage of the benefits that its libraries offer. Below you see the PLC-Prog Visual Editor with the rack concept, which is a base element on top of which fuctions and input/output modules can be dragged:  &#60;br /&#62; &#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/plc-prog-1.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/plc-prog-1-small.jpg&#34; style=&#34;border: 1px solid black;&#34; /&#62;&#60;/a&#62; &#60;/p&#62; 
  &#60;p&#62;Other tools, such as a Tree View for tracking programming flow, is shown below:&#60;/p&#62; 
  &#60;p&#62; &#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/plc-prog-2.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/plc-prog-2-small.png&#34; style=&#34;border: 1px solid black;&#34; /&#62;&#60;/a&#62;&#60;/p&#62;
  &#60;p&#62;Further info:&#60;/p&#62;
  &#60;p&#62;&#60;a href=&#34;http://www.plc-prog.eu/&#34;&#62;http://www.plc-prog.eu/&#60;/a&#62;&#60;br /&#62;&#60;/p&#62;</description>
	<pubDate>Wed, 15 May 2013 12:37:15 +0000</pubDate>
</item>
<item>
	<title>Adam Bien: AJAX, SOAP, NoSQL, EJB--All Wrong Acronyms</title>
	<guid isPermaLink="false">http://www.adam-bien.com/roller/abien/entry/ajax_soap_nosql_ejb_all</guid>
	<link>http://www.adam-bien.com/roller/abien/entry/ajax_soap_nosql_ejb_all</link>
	<description>&#60;p&#62;
Most of the popular acronyms are wrong:
&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;SOAP (Simple Object Access Protocol): is neither simple nor object oriented. &#60;cite&#62;&#34;SOAP originally stood for 'Simple Object Access Protocol' but this acronym was dropped with Version 1.2 of the standard.[2] Version 1.2 became a W3C recommendation on June 24, 2003. The acronym is sometimes confused with SOA, which stands for Service-oriented architecture, but the acronyms are unrelated…&#34;&#60;/cite&#62; &#60;a href=&#34;http://en.wikipedia.org/wiki/SOAP&#34; target=&#34;_blank&#34;&#62;http://en.wikipedia.org/wiki/SOAP&#60;/a&#62; &#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;https://en.wikipedia.org/wiki/Ajax_(programming)&#34; target=&#34;_blank&#34;&#62;AJAX&#60;/a&#62; (Asynchronous JavaScript and XML): Most of AJAX applications are using JSON, not XML. AJAX' core component is the &#60;code&#62;XMLHttpRequest&#60;/code&#62; JavaScript object / browser API. Without &#60;code&#62;XMLHttpRequest&#60;/code&#62; would be hard to implement an AJAX application...&#60;/li&#62;
&#60;li&#62;NoSQL: &#60;cite&#62;&#34;… Some authors refer to them as &#34;Not only SQL&#34; to emphasize that some NoSQL systems do allow SQL-like query language to be used…&#34;&#60;/cite&#62; &#60;a href=&#34;https://en.wikipedia.org/wiki/NoSQL&#34; target=&#34;_blank&#34;&#62;https://en.wikipedia.org/wiki/NoSQL&#60;/a&#62;. …and often the offered NoSQL query language is structured and very similar to SQL :-)&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://en.wikipedia.org/wiki/Enterprise_JavaBeans&#34; target=&#34;_blank&#34;&#62;EJB&#60;/a&#62; (Enterprise Java Beans): Well designed JavaBeans are actually not well designed EJBs.&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://en.wikipedia.org/wiki/You_aren't_gonna_need_it&#34; target=&#34;_blank&#34;&#62;YAGNI&#60;/a&#62; there should be no acronym for that. Thinking about that may cause endless loops :-)&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;
&#60;small&#62;
See you at &#60;a href=&#34;http://airhacks.com&#34; target=&#34;_blank&#34;&#62;Java EE Workshops at MUC Airport&#60;/a&#62;!
&#60;/small&#62;
&#60;/p&#62;
	&#60;br /&#62;
    &#60;a href=&#34;http://workshops.adam-bien.com&#34;&#62;Real World Java EE Workshops [Airport Munich]&gt;&#60;/a&#62;
	&#60;p&#62;&#60;/p&#62;</description>
	<pubDate>Wed, 15 May 2013 09:45:43 +0000</pubDate>
</item>
<item>
	<title>NetBeans DZone: NetBeans Weekly News (Issue #587 - May 13, 2013 )</title>
	<guid isPermaLink="false">http://netbeans.dzone.com/139841 at http://netbeans.dzone.com</guid>
	<link>http://feeds.dzone.com/~r/zones/netbeans/~3/4EVVF0GWFBA/netbeans-weekly-news-issue-587</link>
	<description>Project News
NetBeans IDE 7.3: Power Tools for HTML5 &#38;amp; JavaScript

 From NetBeans IDE 7.3 onwards, released earlier this year, new features have been introduced to enhance the development experience for HTML5/JavaScript/CSS3 Web applications. In this article, an overview is provided of all the new features encompassing the new tools for HTML5 and JavaScript developers.Legacy
     ...&#60;img src=&#34;http://feeds.feedburner.com/~r/zones/netbeans/~4/4EVVF0GWFBA&#34; height=&#34;1&#34; width=&#34;1&#34; /&#62;</description>
	<pubDate>Tue, 14 May 2013 13:33:59 +0000</pubDate>
</item>
<item>
	<title>NetBeans Web Client: Develop Mobile Web Applications On Your Android Device</title>
	<guid isPermaLink="false">https://blogs.oracle.com/netbeanswebclient/entry/develop_mobile_web_applications_on</guid>
	<link>https://blogs.oracle.com/netbeanswebclient/entry/develop_mobile_web_applications_on</link>
	<description>&#60;p&#62;
This blog post introduces another exciting new feature in the upcoming NetBeans IDE 7.4. Namely, &#60;b&#62;JavaScript debugging and visual CSS editing on Android devices&#60;/b&#62;. So without further ado, let's see how it works.&#60;/p&#62; 
  &#60;p&#62;As a prerequisite, you will need an Android 4.x device. Let's do some setup steps that you only need to do once. First, install the Chrome browser on the device. The Chrome browser is available in the Play store.&#60;/p&#62; 
  &#60;p&#62;&#60;img src=&#34;https://blogs.oracle.com/netbeanswebclient/resource/chrome_play_store2.jpg&#34; alt=&#34;Chrome browser for Android 4.x in the Google Play store&#34; /&#62; &#60;/p&#62; 
  &#60;p&#62;Next, you will need to turn on USB debugging both at the system level and in the Chrome browser, which can be done in Android's &#60;b&#62;Developer options&#60;i&#62; &#60;/i&#62;&#60;/b&#62;in the phone settings. Note that on Android 4.2 and newer, Developer options is hidden by default, so we need to unhide it first. To do that, go to &#60;b&#62;Settings &gt; About phone&#60;/b&#62; option in settings, and tap &#60;b&#62;Build number&#60;/b&#62; seven (7) times. Then return to the previous screen, and you will find &#60;b&#62;Developer options&#60;/b&#62;.&#60;/p&#62; 
  &#60;p&#62;Once Developer options are present, you will see the &#60;b&#62;USB debugging&#60;/b&#62; checkbox inside this category. Make sure it is checked.&#60;/p&#62; 
  &#60;p&#62;Next, open the Chrome browser, go to Chrome settings, and under &#60;b&#62;Advanced &gt; Developer tools&#60;/b&#62;, check the &#60;b&#62;Enable USB Web debugging&#60;/b&#62; checkbox.&#60;/p&#62; 
  &#60;p&#62;&#60;img src=&#34;https://blogs.oracle.com/netbeanswebclient/resource/usb_debugging3.png&#34; alt=&#34;Turning on USB debugging in Android&#34; /&#62; &#60;img src=&#34;https://blogs.oracle.com/netbeanswebclient/resource/chrome_usb_debugging4.png&#34; alt=&#34;Turning on USB debugging in Chrome on Android&#34; /&#62;&#60;/p&#62; 
  &#60;p&#62;We will also need to set up the Android SDK and point NetBeans to it. In NetBeans, go to &#60;b&#62;Tools &gt; Options&#60;/b&#62; (or &#60;b&#62;NetBeans &gt; Preferences&#60;/b&#62; on Mac OS X), choose &#60;b&#62;Miscellaneous &gt; Mobile Platforms&#60;/b&#62;, and specify the location of the Android SDK. In case you don't have the Android SDK installed on your machine, the dialog provides a convenient link to the SDK's download page. This completes the one-time setup.&#60;/p&#62; 
  &#60;p&#62;&#60;img src=&#34;https://blogs.oracle.com/netbeanswebclient/resource/android_sdk2.png&#34; alt=&#34;Setting the Android SDK location in IDE options&#34; /&#62; &#60;/p&#62; 
  &#60;p&#62;Now, to start developing your web application on your Android device:&#60;/p&#62; 
  &#60;p&#62; &#60;/p&#62; 
  &#60;ul&#62; 
    &#60;li&#62;Connect your machine and the Android device with a USB cable&#60;/li&#62; 
    &#60;li&#62;Connect your developer machine and the Android device to the same Wi-Fi network (this is necessary so the device can access the web server running on your computer)&#60;/li&#62; 
  &#60;/ul&#62; 
  &#60;p&#62; &#60;/p&#62; 
  &#60;p&#62; &#60;/p&#62; 
  &#60;p&#62; &#60;/p&#62; 
  &#60;div&#62;As our testing application, we will use the &#60;i&#62;&#60;b&#62;AngularJS Phone Catalog&#60;/b&#62;&#60;/i&#62; application that is bundled as a sample in NetBeans, but you could of course use any HTML5 application - or a Java web application or a PHP application, as described in a &#60;a href=&#34;https://blogs.oracle.com/netbeanswebclient/entry/html5_development_with_java_ee&#34; title=&#34;HTML5 development in Java EE and PHP projects&#34;&#62;prior blog post&#60;/a&#62;. &#60;/div&#62; 
  &#60;p&#62;To run the application in Chrome on your Android device, click the new browser switcher icon in the main NetBeans toolbar, and select &#60;b&#62;Android Device (Chrome)&#60;/b&#62;.&#60;/p&#62; 
  &#60;p&#62;&#60;img src=&#34;https://blogs.oracle.com/netbeanswebclient/resource/chrome_browser_switcher2.png&#34; alt=&#34;Switching to Chrome browser on Android device&#34; /&#62;&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62;Next, just run the application, and the application will open in Chrome on your device.&#60;/p&#62; 
  &#60;p&#62;Let's now see how we can tweak the style of this application directly on the device. You will notice that in the IDE, a couple more windows opened: &#60;b&#62;Browser DOM&#60;/b&#62; and &#60;b&#62;CSS Styles&#60;/b&#62;. The &#60;b&#62;Browser DOM&#60;/b&#62; window displays the real DOM tree as rendered by the browser on your device. When you select elements in this window, the &#60;b&#62;CSS Styles&#60;/b&#62; window refreshes to show the CSS styling information for the currently selected element.&#60;/p&#62; 
  &#60;p&#62;&#60;img src=&#34;https://blogs.oracle.com/netbeanswebclient/resource/dom_styles.png&#34; alt=&#34;Browser DOM and CSS Styles windows&#34; /&#62; &#60;/p&#62; 
  &#60;p&#62;More interestingly, as you select (or hover over) elements in the Browser DOM, the current element will be highlighted in the page on your device.&#60;/p&#62; 
  &#60;p&#62;&#60;img src=&#34;https://blogs.oracle.com/netbeanswebclient/resource/select_in_browser_dom2.png&#34; alt=&#34;Hovering over Browser DOM elements highlights the element on your device&#34; /&#62; &#60;/p&#62; 
  &#60;p&#62;Next, we will want to select elements on the device in order to change them. If we were using the desktop version of Chrome, we could do this by turning on &#60;b&#62;&#60;a href=&#34;http://wiki.netbeans.org/NetBeans_73_NewAndNoteworthy#Inspect_in_NetBeans_Mode&#34; title=&#34;Inspect in NetBeans Mode in New and Noteworthy&#34;&#62;Inspect in NetBeans Mode&#60;/a&#62;&#60;/b&#62; using the menu item provided by the &#60;a href=&#34;https://chrome.google.com/webstore/detail/netbeans-connector/hafdlehgocfcodbgjnpecfajgkeejnaa&#34; title=&#34;NetBeans Connector in the Chrome Web Store&#34;&#62;NetBeans Connector for Chrome&#60;/a&#62;. But as Chrome for Android does not support extensions, we will do this using the &#60;b&#62;Inspect Mode in the Browser&#60;/b&#62; toggle button at the top right of the CSS Styles window.&#60;/p&#62; 
  &#60;p&#62; &#60;img src=&#34;https://blogs.oracle.com/netbeanswebclient/resource/inspect_mode_in_css_styles2.png&#34; alt=&#34;Turning on Inspect Mode&#34; /&#62;&#60;/p&#62; 
  &#60;p&#62; &#60;/p&#62; 
  &#60;p&#62;Once Inspect Mode is on, the interaction now works in the other direction: &#60;i&#62;tap elements in the page on your device, and both &#60;b&#62;Browser DOM&#60;/b&#62; and &#60;b&#62;CSS Styles&#60;/b&#62; windows will be synchronized&#60;/i&#62;. Once we have selected the element whose style we'd like to modify, we can just do so using the bottom part of the CSS Styles window (Property sheet), and the change will be reflected live on the device. For example, this is the result of increasing the font size of the description text from 13px to 22px.&#60;/p&#62; 
  &#60;p&#62;&#60;img src=&#34;https://blogs.oracle.com/netbeanswebclient/resource/modified_style2.png&#34; alt=&#34;Modifying CSS style with NetBeans on a mobile device&#34; /&#62;&#60;/p&#62; 
  &#60;p&#62;Note that this example is illustrative only - in a real world example we would likely use &#60;a href=&#34;http://www.w3.org/TR/css3-mediaqueries/&#34; title=&#34;Media Queries W3C Recommendation&#34;&#62;media queries&#60;/a&#62; to achieve good appearance on both mobile and desktop clients. Speaking of which, media queries (as the main tool to do &#60;a href=&#34;http://en.wikipedia.org/wiki/Responsive_web_design&#34; title=&#34;Wikipedia article on Responsive web design&#34;&#62;responsive web design&#60;/a&#62;) are &#60;a href=&#34;https://netbeans.org/features/html5/index.html&#34; title=&#34;NetBeans HTML5 features&#34;&#62;supported in NetBeans' visual CSS editor&#60;/a&#62;.&#60;/p&#62; 
  &#60;p&#62;Next, we may want to &#60;b&#62;&#60;i&#62;debug the application&#60;/i&#62;&#60;/b&#62;. For example, to see what happens when we click on an individual item in the list of phones in our application, we will place a breakpoint on line 16 in &#60;b&#62;controllers.js&#60;/b&#62;. But in order to tap the item, we first need to turn off &#60;b&#62;Inspect Mode&#60;/b&#62; using the toggle button in the &#60;b&#62;CSS Styles&#60;/b&#62; window. Then after tapping the item on your device, the IDE will stop on the breakpoint.&#60;/p&#62; 
  &#60;p&#62;&#60;img src=&#34;https://blogs.oracle.com/netbeanswebclient/resource/js_debugger.png&#34; alt=&#34;Debugging JavaScript on the mobile device&#34; /&#62; &#60;/p&#62; 
  &#60;p&#62;Now we can inspect the variables, step through the code, see the call stack, and in general use &#60;a href=&#34;http://wiki.netbeans.org/NewAndNoteworthyNB73#JavaScript_Debugger&#34; title=&#34;New and Noteworthy for the JavaScript debugger&#34;&#62;all the features&#60;/a&#62; of the &#60;a href=&#34;https://netbeans.org/kb/docs/webclient/html5-js-support.html&#34; title=&#34;NetBeans JavaScript Debugger tutorial&#34;&#62;NetBeans JavaScript debugger&#60;/a&#62;.&#60;/p&#62; 
  &#60;p&#62;All this support will be included in NetBeans IDE 7.4, which will be released later in 2013. However, you can already try this out now in a &#60;a href=&#34;http://bits.netbeans.org/download/trunk/nightly/&#34; title=&#34;NetBeans 7.4 nightly builds&#34;&#62;recent nightly build of NetBeans 7.4&#60;/a&#62;.&#60;/p&#62; 
  &#60;p&#62; &#60;/p&#62;</description>
	<pubDate>Tue, 14 May 2013 11:47:11 +0000</pubDate>
</item>
<item>
	<title>Geertjan's Blog: Corona SDK Lua IDE on the NetBeans Platform</title>
	<guid isPermaLink="false">https://blogs.oracle.com/geertjan/entry/corona_sdk_lua_ide_on</guid>
	<link>https://blogs.oracle.com/geertjan/entry/corona_sdk_lua_ide_on</link>
	<description>&#60;p&#62;The &#60;a href=&#34;http://www.coronalabs.com/products/corona-sdk/&#34;&#62;Corona SDK&#60;/a&#62; lets you build rich mobile apps for iOS, Android, Kindle, and Nook. The Corona SDK uses &#60;a href=&#34;http://en.wikipedia.org/wiki/Lua_%28programming_language%29&#34;&#62;Lua&#60;/a&#62; as its programming language. &#60;a href=&#34;http://www.mydevelopersgames.com/Glider/&#34;&#62;Lua Glider&#60;/a&#62; has been created by &#60;a href=&#34;http://www.mydevelopersgames.com/site/&#34;&#62;M.Y. Developers LLC&#60;/a&#62; on the NetBeans Platform and NetBeans IDE as an advanced IDE for Corona SDK professionals and beginners alike. Lua Glider's latest release is 1.9, released 11 May 2013.&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62;Its &#60;a href=&#34;http://www.mydevelopersgames.com/Glider/features.html&#34;&#62;many features&#60;/a&#62; include an advanced debugger, variables explorer, call stack, adaptive auto-complete, built in documentation, real-time breakpoints, split screen support, asset preview, simulator remote, theme switcher, and much more.&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/lua-glider-nb.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/lua-glider-nb.png&#34; /&#62;&#60;/a&#62; &#60;/p&#62; 
  &#60;p&#62;YouTube has several videos on Lua Glider (previously known as Corona Cider), including this very inspiring introduction:&#60;/p&#62; 
  &#60;p&#62; 
      &#60;/p&#62; 
  &#60;p&#62;Further info:&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;http://www.coronalabs.com/products/corona-sdk/&#34;&#62;http://www.coronalabs.com/products/corona-sdk/ &#60;/a&#62;&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;http://www.mydevelopersgames.com/Glider&#34;&#62;http://www.mydevelopersgames.com/Glider/ &#60;/a&#62;&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;http://forums.coronalabs.com/topic/34829-lua-glider-v-19-launch-discount-code-included/&#34;&#62; http://forums.coronalabs.com/topic/34829-lua-glider-v-19-launch-discount-code-included/&#60;/a&#62;&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;http://www.holamariquita.com/?p=136&#34;&#62;http://www.holamariquita.com/?p=136&#60;/a&#62;&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;http://www.raywenderlich.com/22064/how-to-make-a-simple-game-with-corona&#34;&#62;http://www.raywenderlich.com/22064/how-to-make-a-simple-game-with-corona&#60;/a&#62;&#60;br /&#62;&#60;/p&#62;</description>
	<pubDate>Tue, 14 May 2013 10:16:31 +0000</pubDate>
</item>
<item>
	<title>Geertjan's Blog: WYSIWYG Editor for Java Desktop Applications</title>
	<guid isPermaLink="false">https://blogs.oracle.com/geertjan/entry/wysiwyg_editor_for_java_desktop</guid>
	<link>https://blogs.oracle.com/geertjan/entry/wysiwyg_editor_for_java_desktop</link>
	<description>&#60;p&#62;The &#60;a href=&#34;https://java.net/projects/epubopentoolbox&#34;&#62;EPUB Open Toolbox&#60;/a&#62; (introduced in the last two blog entries) includes a WYSIWYG editor based on the &#60;a href=&#34;http://shef.sourceforge.net/&#34;&#62;Swing HTML Editor Framework&#60;/a&#62; (SHEF), but extended in small ways. For example, keyboard shortcuts can be used for bold, italics, etc. &#60;/p&#62; 
  &#60;p&#62;One of the holy grails of the Java desktop world, that is, WYSIWYG support, can thus be solved via SHEF. Here's the visual pane of SHEF embedded in a NetBeans TopComponent:&#60;/p&#62; 
  &#60;p&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/editorpane-nb-shef-1.png&#34; /&#62; &#60;/p&#62; 
  &#60;p&#62;And, when you switch to the Source view, the above is shown as follows in the SHEF XML editor:&#60;/p&#62; 
  &#60;p&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/editorpane-nb-shef-2.png&#34; /&#62; &#60;/p&#62; 
  &#60;p&#62;If I make a change to the source and switch to the view, the view is automatically updated, and vice versa. &#60;br /&#62;&#60;/p&#62;
  &#60;p&#62;Would be cool to replace the editor above with the NetBeans XML Editor. On the other hand, that could have disadvantages too. Not sure how that would figure on the juice/squeeze continuum. &#60;/p&#62;</description>
	<pubDate>Mon, 13 May 2013 18:27:04 +0000</pubDate>
</item>
<item>
	<title>Praxis LIVE » NetBeans: Praxis LIVE build:130508</title>
	<guid isPermaLink="false">http://praxisintermedia.wordpress.com/?p=309</guid>
	<link>http://praxisintermedia.wordpress.com/2013/05/13/praxis-live-build130508/</link>
	<description>A new build of Praxis LIVE is now available from the usual place, with Windows (.exe) installer, zip distribution, and of course Linux (.deb) installer. This release has taken a little longer than normal to put together. A project I … &#60;a href=&#34;http://praxisintermedia.wordpress.com/2013/05/13/praxis-live-build130508/&#34;&#62;Continue reading &#60;span class=&#34;meta-nav&#34;&#62;→&#60;/span&#62;&#60;/a&#62;&#60;img src=&#34;http://stats.wordpress.com/b.gif?host=praxisintermedia.wordpress.com&#38;amp;blog=25668074&#38;amp;post=309&#38;amp;subd=praxisintermedia&#38;amp;ref=&#38;amp;feed=1&#34; alt=&#34;&#34; height=&#34;1&#34; border=&#34;0&#34; width=&#34;1&#34; /&#62;</description>
	<pubDate>Mon, 13 May 2013 16:37:37 +0000</pubDate>
</item>
<item>
	<title>Adam Bien: Maven: Lifecycle Hooks Lead To Infrequent Integrations</title>
	<guid isPermaLink="false">http://www.adam-bien.com/roller/abien/entry/maven_lifecycle_hooks_lead_to</guid>
	<link>http://www.adam-bien.com/roller/abien/entry/maven_lifecycle_hooks_lead_to</link>
	<description>&#60;p&#62;
You could build, test and deploy the entire Java EE Application and even create a working application server from scratch with a single &#60;code&#62;mvm clean install&#60;/code&#62; command. The only problem is: it will take forever and you will have to repeat the whole process over and over again, even if you were only interested in particular build steps.
&#60;/p&#62;
&#60;p&#62;
If &#60;code&#62;mvm clean install&#60;/code&#62; would just execute the &#60;a href=&#34;http://www.adam-bien.com/roller/abien/entry/unit_test_is_not_integration&#34; target=&#34;_blank&#34;&#62;unit tests&#60;/a&#62;, your feedback will be significantly faster. Instead of waiting hours, you get the first results in seconds. 
&#60;/p&#62;
&#60;p&#62;
A series of composable jobs, each executing a goal or maven plugin, could be realized with &#60;a href=&#34;http://jenkins-ci.org&#34; target=&#34;_blank&#34;&#62;http://jenkins-ci.org&#60;/a&#62;, or a simple shell / batch script on the developer's machine. 
&#60;/p&#62;
&#60;p&#62;
Instead of executing all plugins at once by hooking them to the lifecycle, you could implement a series of chained together jobs. E.g. 
&#60;/p&#62;&#60;ol&#62;
&#60;li&#62;Job: &#60;code&#62;mvm clean install&#60;/code&#62;&#60;/li&#62;
&#60;li&#62;Job: &#60;code&#62;mvn failsafe:integration-test&#60;/code&#62;&#60;/li&#62;
&#60;li&#62;Job: server setup&#60;/li&#62;
&#60;li&#62;Job: deployment&#60;/li&#62;
&#60;li&#62;Job: system test execution&#60;/li&#62;
&#60;li&#62;Job: quality assurance&#60;/li&#62;
&#60;li&#62;Job: promotion&#60;/li&#62;
&#60;li&#62;Job: tagging / release&#60;/li&#62;
&#60;li&#62;...&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;&#60;/p&#62;
&#60;p&#62;
The faster the feedback, the more valuable it gets. A monolithic &#60;code&#62;mvn clean install&#60;/code&#62; leads to too long builds, less feedback and becomes less valuable for Continuous Integration. CI degrades to nightly builds…
&#60;/p&#62;
&#60;p&#62;
Just start with an &#60;a href=&#34;http://www.adam-bien.com/roller/abien/entry/a_minimalistic_pom_for_javaee&#34; target=&#34;_blank&#34;&#62;essential setup&#60;/a&#62; essential and not with a super-pom.
&#60;/p&#62;
&#60;p&#62;
[See also an in-depth discussion in the &#60;a href=&#34;http://press.adam-bien.com/real-world-java-ee-night-hacks-dissecting-the-business-tier.htm&#34; target=&#34;_blank&#34;&#62;&#34;Real World Java EE Night Hacks--Dissecting the Business Tier&#34;&#60;/a&#62; book, page 136 in, chapter &#34;Continuous Integration and QA&#34;]&#60;/p&#62;
&#60;p&#62;
&#60;small&#62;
See you at &#60;a href=&#34;http://airhacks.com&#34; target=&#34;_blank&#34;&#62;Java EE Workshops at MUC Airport (Effective JavaEE)&#60;/a&#62;!
&#60;/small&#62;
&#60;/p&#62;
	&#60;br /&#62;
    &#60;a href=&#34;http://workshops.adam-bien.com&#34;&#62;Real World Java EE Workshops [Airport Munich]&gt;&#60;/a&#62;
	&#60;p&#62;&#60;/p&#62;</description>
	<pubDate>Mon, 13 May 2013 03:35:42 +0000</pubDate>
</item>
<item>
	<title>Geertjan's Blog: EPUB Open Toolbox (Part 2)</title>
	<guid isPermaLink="false">https://blogs.oracle.com/geertjan/entry/epub_open_toolbox_part_2</guid>
	<link>https://blogs.oracle.com/geertjan/entry/epub_open_toolbox_part_2</link>
	<description>&#60;p&#62;In the absence of a WYSIWYG editor in JavaFX WebView, the &#60;a href=&#34;http://shef.sourceforge.net/&#34;&#62;SHEF&#60;/a&#62; project provides a fine alternative. Click to enlarge the image below.&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/epub-open-toolbox-5.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/epub-open-toolbox-5.png&#34; /&#62;&#60;/a&#62; &#60;/p&#62; 
  &#60;p&#62;Aside from being to generate to/from EPUB, project templates are provided for creating new EPUB 3.0 and EPUB 2.0 books:&#60;/p&#62; 
  &#60;p&#62; &#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/epub-project-wizard.png&#34; height=&#34;252&#34; width=&#34;392&#34; /&#62;&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62;The structure of the app is modular and Mavenized:&#60;/p&#62; 
  &#60;p&#62; &#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/epub-open-toolbox-3e.png&#34; /&#62;&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62;One thing I will do is replace all Matisse GUI Builder forms with plain Java classes, so that anyone can work on this application, i.e., in any IDE. The point is that thanks to Maven, the app can be opened in any IDE that supports Maven, but the TopComponents have been generated in NetBeans IDE, hence they use the Matisse GUI Builder forms, which are not supported in other IDEs. It will be simple to replace those with plain Java classes, since in each case the TopComponent only contains one Swing component, i.e., either a BeanTreeView or the SHEF HTML Editor.&#60;/p&#62;
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/entry/epub_open_toolbox&#34;&#62;Return to part 1...&#60;/a&#62; &#60;br /&#62;&#60;/p&#62;</description>
	<pubDate>Sun, 12 May 2013 10:08:31 +0000</pubDate>
</item>
<item>
	<title>Geertjan's Blog: EPUB Open Toolbox (Part 1)</title>
	<guid isPermaLink="false">https://blogs.oracle.com/geertjan/entry/epub_open_toolbox</guid>
	<link>https://blogs.oracle.com/geertjan/entry/epub_open_toolbox</link>
	<description>&#60;p&#62;The start of an open source &#60;a href=&#34;http://en.wikipedia.org/wiki/EPUB&#34;&#62;EPUB&#60;/a&#62; editing tool in Java. Right now, you're able to open EPUB files, view their content (the JavaFX WebView is used to display the XHTML content), and even extract the content of EPUB files so that they can be edited in a new EPUB project type, prior to letting you recreate the EPUB file from the project. Click to enlarge the image below.&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/open-epub-toolbox.gif&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/open-epub-toolbox.png&#34; /&#62;&#60;/a&#62;&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62;The Java API used to inspect EPUB files is:&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;http://www.siegmann.nl/epublib/&#34;&#62;http://www.siegmann.nl/epublib/&#60;/a&#62;&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62;Ultimately, the aim is to replicate the EPUB functionality of &#60;a href=&#34;http://code.google.com/p/sigil/&#34;&#62;Sigil&#60;/a&#62; and &#60;a href=&#34;http://www.oxygenxml.com/xml_editor/epub.html&#34;&#62;Oxygen&#60;/a&#62;. The sources (and binaries) will be available here on java.net (but not yet right now):&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://java.net/projects/epubopentoolbox&#34;&#62;https://java.net/projects/epubopentoolbox&#60;/a&#62;&#60;/p&#62; 
  &#60;p&#62;The application is modular on the NetBeans Platform, uses the JavaFX WebView, and is built on Maven. Is there a WYSIWYG editor based on the JavaFX WebView out there? Would be great to integrate it, instead of the bare WebView component currently used in this project. Therefore, right now, there's no editing support in the WebView, though the raw XHTML files can be edited, with the support of the standard NetBeans tools, e.g., syntax coloring, code completion, and validation.&#60;/p&#62;
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/entry/epub_open_toolbox_part_2&#34;&#62;Continue to part 2...&#60;/a&#62;&#60;br /&#62;&#60;/p&#62;</description>
	<pubDate>Sat, 11 May 2013 14:59:06 +0000</pubDate>
</item>
<item>
	<title>Geertjan's Blog: Aquatic Robotic Management Software on the NetBeans Platform</title>
	<guid isPermaLink="false">https://blogs.oracle.com/geertjan/entry/aquatic_robotic_management_software_on</guid>
	<link>https://blogs.oracle.com/geertjan/entry/aquatic_robotic_management_software_on</link>
	<description>&#60;p&#62;Jessiko is robot fish technology created by &#60;a href=&#34;http://www.robotswim.com&#34;&#62;Robotswim&#60;/a&#62; in France. The technology was first exhibited at the French Pavilion at the 2012 World Expo in South Korea. It is currently marketed at events and for luxury decorations, such as at luxury hotels, restaurants, commercial centers, museums, and waiting rooms. &#60;/p&#62; 
  &#60;p&#62; 
      &#60;/p&#62; 
  &#60;p&#62;The Robotswim management software, named Jessikommand, offers robotic research teams and teachers a unique development and learning platform with access to cutting edge software and technologies. Together, the originality of an aquatic fish robot, 3D locating capabilities, and inter-robot communication make Jessiko a full and powerful system. Also, Jessiko opens the door to collaboration with biologists, thanks to its capacity to integrate with the living world.&#60;/p&#62; 
  &#60;p&#62;Jessikommand is an integrated environment on the NetBeans Platform. It has been designed for trying out Jessiko features, letting you control aquatic robots, while also enabling you to display real-time status of elements such as robots and beacons:&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/jessiko-nb.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/jessiko-nb.png&#34; style=&#34;border: 1px solid black;&#34; /&#62;&#60;/a&#62;&#60;/p&#62; 
  &#60;p&#62;The main features of Jessikommand are as follows:&#60;br /&#62;&#60;/p&#62; 
  &#60;ul&#62; 
    &#60;li&#62;&#60;strong&#62;Transmitter control&#60;/strong&#62;. Connect to the concentrator without any configuration.
&#60;/li&#62; 
    &#60;li&#62;&#60;strong&#62;Direct control.&#60;/strong&#62; Control one or more Jessiko robots using your keyboard.
&#60;/li&#62; 
    &#60;li&#62;&#60;strong&#62;World design.&#60;/strong&#62; Create your own “world” with robots, beacons, and remotes.
&#60;/li&#62; 
    &#60;li&#62;&#60;strong&#62;Battery monitoring.&#60;/strong&#62; Check batteries of active robots.
&#60;/li&#62; 
    &#60;li&#62;&#60;strong&#62;Radar view.&#60;/strong&#62; Check internal vision of robots
&#60;/li&#62; 
    &#60;li&#62;&#60;strong&#62;Debug systems.&#60;/strong&#62; Read reports from internal Jessiko variables.&#60;/li&#62; 
    &#60;li&#62;&#60;strong&#62;Check distance.&#60;/strong&#62; From elements to beacons, enabling finding of nearest beacon.
&#60;/li&#62; 
    &#60;li&#62;&#60;strong&#62;Emergency stop.&#60;/strong&#62; Immediately disable all active elements within the beacons range.
&#60;/li&#62; 
    &#60;li&#62;&#60;strong&#62;Intuitive GUI.&#60;/strong&#62; You can adapt Jessikommand to your needs using its flexible GUI.
&#60;/li&#62; 
    &#60;li&#62;&#60;strong&#62;Cross-platform.&#60;/strong&#62; Jessikommand is available for Microsoft Windows and Linux.&#60;/li&#62; 
  &#60;/ul&#62; 
  &#60;p&#62;More info:&#60;/p&#62; 
  &#60;p&#62; &#60;a href=&#34;http://www.robotswim.com&#34;&#62;http://www.robotswim.com&#60;/a&#62;&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;http://www.robotswim.com/docs/Jessiko_Lab_Technical_Description_April2011.pdf&#34;&#62;http://www.robotswim.com/docs/Jessiko_Lab_Technical_Description_April2011.pdf&#60;/a&#62;&#60;br /&#62;&#60;/p&#62;</description>
	<pubDate>Fri, 10 May 2013 10:50:43 +0000</pubDate>
</item>
<item>
	<title>NetBeans for PHP: Nette Framework with Latte Templates (and one more thing)</title>
	<guid isPermaLink="false">https://blogs.oracle.com/netbeansphp/entry/nette_framework_with_latte_templates</guid>
	<link>https://blogs.oracle.com/netbeansphp/entry/nette_framework_with_latte_templates</link>
	<description>&#38;lt;p&gt;
Hi all! After few weeks we would like to introduce you some new features which will be available in &#38;lt;strong&gt;NetBeans 7.4&#38;lt;/strong&gt;. And what is it about? It's about &#38;lt;strong&gt;new framework support&#38;lt;/strong&gt;! For &#38;lt;strong&gt;NetBeans 7.4&#38;lt;/strong&gt; we added a support for &#38;lt;a href=&#34;http://nette.org&#34; target=&#34;_blank&#34;&gt;Nette Framework&#38;lt;/a&gt; with Latte Templates.
&#38;lt;/p&gt; 
  &#38;lt;p&gt;
Not sure if all of you know it, so here is an official introduction: &#38;lt;cite&gt;&#38;amp;quot;A popular tool for PHP web development. It is designed to be the most usable as possible and is definitely one of the safest one. It speaks your language and helps you to easily build better websites.&#38;amp;quot;&#38;lt;/cite&gt; &#38;lt;/p&gt; 
  &#38;lt;p&gt;
If you remember, we wrote about &#38;lt;a href=&#34;http://nette.org&#34; target=&#34;_blank&#34;&gt;Nette Framework&#38;lt;/a&gt; few months ago when &#38;lt;a href=&#34;https://blogs.oracle.com/netbeansphp/entry/initial_support_for_neon_file&#34; target=&#34;_blank&#34;&gt;we added a support for the &#38;lt;strong&gt;Neon&#38;lt;/strong&gt;&#38;lt;/a&gt; file type, which is a configuration file type for most of &#38;lt;strong&gt;Nette Framework&#38;lt;/strong&gt; applications, and then once again when we &#38;lt;a href=&#34;https://blogs.oracle.com/netbeansphp/entry/apigen_support_added&#34; target=&#34;_blank&#34;&gt;introduced new ApiGen suppport&#38;lt;/a&gt;, which is an API generation tool based on &#38;lt;strong&gt;Nette Framework&#38;lt;/strong&gt;.
&#38;lt;/p&gt; 
  &#38;lt;p&gt; &#38;lt;strong&gt;Nette Framework&#38;lt;/strong&gt; also has a great and active community, so if you have a problem, don't hesitate to ask on &#38;lt;a href=&#34;http://forum.nette.org/en/&#34; target=&#34;_blank&#34;&gt;an offical Nette Framework forum&#38;lt;/a&gt;! You will receive an answer in minutes ;)
&#38;lt;/p&gt; 
  &#38;lt;p&gt;
Ok, so let's look at some features :)
&#38;lt;/p&gt; 
  &#38;lt;h3&gt;Nette Framework&#38;lt;/h3&gt; 
  &#38;lt;p&gt;
Let's start with support of the framework part. As usual, Nette Framework has it's own &#38;lt;em&gt;Options tab&#38;lt;/em&gt;. You can select a directory with Nette Framework sources and a directory with Nette Framework sandbox.
&#38;lt;/p&gt; 
  &#38;lt;p&gt;&#38;lt;img src=&#34;https://blogs.oracle.com/netbeansphp/resource/article_images/nette-latte-1.png&#34; title=&#34;Nette Framework Options Tab&#34; /&gt;&#38;lt;/p&gt; 
  &#38;lt;p&gt;
These both information are useful when you try to create a new project and in a framework selection step select a &#38;lt;strong&gt;Nette2 Framework&#38;lt;/strong&gt;. Then you can decide to copy Nette Framework sources into your project and if you properly set a path to the Nette Framework sandbox directory, then it's automatically created in your new project.
&#38;lt;/p&gt; 
  &#38;lt;p&gt;&#38;lt;img src=&#34;https://blogs.oracle.com/netbeansphp/resource/article_images/nette-latte-2.png&#34; title=&#34;Creating Nette Framework Project&#34; /&gt;&#38;lt;/p&gt; 
  &#38;lt;p&gt;
We try to automatically detect whether the Nette Framework is used in your project to provide some framework specific features (such as custom &#38;lt;code&gt;@persistent&#38;lt;/code&gt; annotation, code generator for action and render methods, or &#38;lt;em&gt;Go to View&#38;lt;/em&gt; action), but when the detection fails (e.g. due to non-standard directory structure), you can enable whole support manually in &#38;lt;em&gt;Project Properties&#38;lt;/em&gt;.
&#38;lt;/p&gt; 
  &#38;lt;p&gt;&#38;lt;img src=&#34;https://blogs.oracle.com/netbeansphp/resource/article_images/nette-latte-3.png&#34; title=&#34;Nette Framework Project Properties&#34; /&gt;&#38;lt;/p&gt; 
  &#38;lt;h3&gt;Latte Templates&#38;lt;/h3&gt; 
  &#38;lt;p&gt;
At first, what is &#38;lt;strong&gt;Latte Template&#38;lt;/strong&gt;? If you know &#38;lt;strong&gt;Smarty&#38;lt;/strong&gt; or &#38;lt;strong&gt;Twig&#38;lt;/strong&gt;, then you will exactly know what it is. It's just a HTML file, with a custom extension (&#38;lt;code&gt;.latte&#38;lt;/code&gt;), which contains some embedded parts which are &#38;amp;quot;somehow processed by Latte Templating engine&#38;amp;quot;. You can read much more in an &#38;lt;a href=&#34;http://doc.nette.org/en/templating#toc-latte&#34; target=&#34;_blank&#34;&gt;official documentation of Latte Templates&#38;lt;/a&gt;.
&#38;lt;/p&gt; 
  &#38;lt;p&gt;
And what we support? For example coloring (of embedded Latte parts, comments and such). But our coloring is a bit clever ;) In &#38;lt;strong&gt;Latte Templates&#38;lt;/strong&gt;, you can switch to another Latte delimiters in one file (or in HTML element) without any problem. Just use &#38;lt;code&gt;{syntax ...}&#38;lt;/code&gt; macro or &#38;lt;code&gt;n:syntax=&#38;amp;quot;...&#38;amp;quot;&#38;lt;/code&gt; tag in a HTML element. NetBeans catches that and colors following source properly :)
&#38;lt;/p&gt; 
  &#38;lt;p&gt;&#38;lt;img src=&#34;https://blogs.oracle.com/netbeansphp/resource/article_images/nette-latte-4.png&#34; title=&#34;Latte Coloring&#34; /&gt;&#38;lt;/p&gt; 
  &#38;lt;p&gt;
And another great thing is code completion. It work for macros, helpers and keywords. And it works for &#38;lt;code&gt;n:tags&#38;lt;/code&gt; too ;)
&#38;lt;/p&gt; 
  &#38;lt;p&gt;&#38;lt;img src=&#34;https://blogs.oracle.com/netbeansphp/resource/article_images/nette-latte-5.png&#34; title=&#34;Latte Code Completion&#34; /&gt;&#38;lt;/p&gt; 
  &#38;lt;p&gt;&#38;lt;img src=&#34;https://blogs.oracle.com/netbeansphp/resource/article_images/nette-latte-6.png&#34; title=&#34;Latte Code Completion&#34; /&gt;&#38;lt;/p&gt; 
  &#38;lt;h3&gt;One more thing&#38;lt;/h3&gt; 
  &#38;lt;p&gt;
Now all of you know, that &#38;lt;strong&gt;Neon&#38;lt;/strong&gt; file type is a common configuration file for Nette Framework applications. It has some special sections like &#38;lt;code&gt;services:&#38;lt;/code&gt; and such. And in these sections you will sometimes need to write some PHP types with fully qualified name (to specify factory classes and such). So it would be helpful to have some &#38;lt;strong&gt;code completion&#38;lt;/strong&gt; in there, right? Ok, so &#38;lt;strong&gt;it's there!&#38;lt;/strong&gt; ;) It's simple, it just lists all of PHP types from your project, but it's better then nothing, isn't it? :)
&#38;lt;/p&gt; 
  &#38;lt;p&gt;&#38;lt;img src=&#34;https://blogs.oracle.com/netbeansphp/resource/article_images/nette-latte-7.png&#34; title=&#34;Neon code completion&#34; /&gt;&#38;lt;/p&gt; 
  &#38;lt;p&gt;
And that's all for today and as usual, please &#38;lt;a href=&#34;http://bertram2.netbeans.org:8080/job/PHP-build/&#34; target=&#34;_blank&#34;&gt;test it&#38;lt;/a&gt; and if you find something strange, don't hesitate to &#38;lt;a href=&#34;http://netbeans.org/bugzilla/enter_bug.cgi?product=php&#34; target=&#34;_blank&#34;&gt;file a new issue&#38;lt;/a&gt; (product &#38;lt;em&gt;php&#38;lt;/em&gt;, component &#38;lt;em&gt;Nette / Latte / Neon&#38;lt;/em&gt;). Thanks a lot!
&#38;lt;/p&gt;</description>
	<pubDate>Thu, 09 May 2013 09:54:12 +0000</pubDate>
</item>
<item>
	<title>Geertjan's Blog: Military Chemical &#38; Biological Modeling Software on the NetBeans Platform</title>
	<guid isPermaLink="false">https://blogs.oracle.com/geertjan/entry/military_chemical_biological_on_the</guid>
	<link>https://blogs.oracle.com/geertjan/entry/military_chemical_biological_on_the</link>
	<description>&#60;p&#62;The Joint Expeditionary Collective Protection (JECP) Program is part of the Joint Program Executive Office for Chemical and Biological Defense, which is the Joint Services single focal point for research, development, acquisition, fielding, and life-cycle support of chemical and biological defense equipment and medical countermeasures. &#60;/p&#62; 
  &#60;p&#62;In developing a family of transportable shelter systems, the JECP provides collective protection to joint expeditionary forces and their assets. These shelter systems range from two-person passive
filtration tents to large multiperson shelters that can be combined together to provide
active filtration and internal environmental conditioning.&#60;/p&#62; 
  &#60;p&#62;The objective of the JECP System Performance Model (SPM) is to model the collective protection performance of
each JECP shelter and predict the level of exposure to chemical and biological (CB)
agents experienced by personnel inside the toxic-free area (TFA). Exposure within the
TFA can occur as a result of agent infiltration through barrier materials, air locks, closures, seams, filters, and from personnel entering or exiting the TFA. &#60;/p&#62; 
  &#60;p&#62;The SPM provides a cost-effective method for predicting system collective protection performance
while interacting within a complex environment, allowing users to create realistic operational scenarios. Also, the SPM improves the test and evaluation (T&#38;amp;E) planning
process by simulating results for testing environments that are otherwise too dangerous,
complex, or expensive to physically test.&#60;/p&#62; 
  &#60;p&#62;From &#60;a href=&#34;http://www.navsea.navy.mil/nswc/dahlgren/Leading%20Edge/default.aspx&#34;&#62;Leading Edge Magazine - Chemical, Biological, and Radiological Defense&#60;/a&#62;, April 2012, page 157: &#60;/p&#62; 
  &#60;blockquote style=&#34;border: 2px solid #666666; padding: 8px; background-color: #cccccc;&#34;&#62;The approach taken for SPM development leverages the open source NetBeans application platform. This approach allows for highly modular application development while making extensive reuse of mature software components. In developing any application that has a significant number of capabilities, there are typically a large number of “boilerplate” features that must be implemented in order to make the domain-specific capabilities
accessible by the user. Many of these application components are taken for granted by most users (i.e., menus, drag and drop, cut/paste, undo/redo, open/save) but are very time-consuming to develop. The NetBeans Platform provides a large portion of these common application capabilities as reusable components. This drastically reduces the development time required to implement a new application by allowing developers to focus primarily on the domain specific capabilities instead of the &#34;boilerplate&#34; code.

    
    
    
    
    
    
    
    
    
    
    
    
    &#60;p&#62;
The NetBeans Platform is an open-source framework that has been steadily maturing over
the course of almost a decade. NetBeans is most commonly known as the host environment for the highly popular NetBeans integrated development environment (IDE) which, in many ways, outperforms commercial IDEs, such as Microsoft’s Visual Studio. The NetBeans Platform provides a large set of reusable software components that allow for rapid development of highly modular applications. The workflow for developing applications that leverage the NetBeans Platform is built into its IDE, which makes constructing new applications and modules very straightforward. Because of its flexibility and maturity, SPM developers chose to implement
SPM capabilities on top of the NetBeans Platform, which affords a great deal of flexibility that can easily accommodate changing requirements and data structures.&#60;/p&#62; 
    &#60;p&#62;The various models and capabilities that need to be managed by SPM can be nicely encapsulated inside NetBeans modules. Each module has well-defined interfaces that govern which portions of the module’s code are exposed to other modules. In addition, modules must specifically state dependencies on other application modules in order to access exposed classes. This ensures that all application dependencies can be quickly determined, thus providing better software maintainability.&#60;/p&#62; 
  &#60;/blockquote&#62; 
  &#60;p&#62;Screenshots below, the first shows the JECP SPM interface and the second shows the JMAT Visualization Package:&#60;/p&#62; 
  &#60;p&#62; &#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/JECP.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/JECP.png&#34; style=&#34;border: 1px solid black;&#34; /&#62;&#60;/a&#62;&#60;/p&#62; 
  &#60;p&#62; &#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/jmat-visualization.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/jmat-visualization.png&#34; style=&#34;border: 1px solid black;&#34; /&#62;&#60;/a&#62;&#60;/p&#62; 
  &#60;p&#62;The JMAT Visualization Package software allows analysts to &#34;playback&#34; a scenario in order to view how contaminants move externally and internally. This visualization, coupled with various reports and plots, allows the user to determine the overall performance of JECP shelters, air locks, and other components when faced with a variety of attacks, configurations, and environmental conditions.&#60;/p&#62; 
  &#60;p&#62;The above and further info is all publicly available here:&#60;/p&#62; &#60;a href=&#34;http://www.navsea.navy.mil/nswc/dahlgren/Leading%20Edge/CBRD/index.html&#34;&#62;http://www.navsea.navy.mil/nswc/dahlgren/Leading%20Edge/CBRD/index.html&#60;/a&#62; (from page 152 to 159)</description>
	<pubDate>Thu, 09 May 2013 07:37:09 +0000</pubDate>
</item>
<item>
	<title>Geertjan's Blog: Graphic/Touch Panel System Development on the NetBeans Platform</title>
	<guid isPermaLink="false">https://blogs.oracle.com/geertjan/entry/graphic_touch_panel_system_development</guid>
	<link>https://blogs.oracle.com/geertjan/entry/graphic_touch_panel_system_development</link>
	<description>&#60;p&#62;&#60;a href=&#34;http://seriousintegrated.com/&#34;&#62;Serious Integrated&#60;/a&#62; provides hardware, software, and services for front panels. The company focuses on replacing buttons with graphic touch screens. The project is moving along very well. SHIPTide, the related GUI development toolsuite on the NetBeans Platform, was published publicly in beta on the website (at &#60;a href=&#34;http://www.seriousintegrated.com/docs&#34;&#62;www.seriousintegrated.com/docs&#60;/a&#62;) in October 2012 and there are dozens of customers using it.&#60;/p&#62; 
  &#60;p&#62;You can layout your GUI, define events or actions, build your resource library, and create a package that you can upload to your hardware with ease: &#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://blogs.oracle.com/geertjan/resource/SHIPTideFanShot.jpg&#34;&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/SHIPTide_FanShot.png&#34; style=&#34;border: 1px solid black;&#34; /&#62;&#60;/a&#62;&#60;br /&#62;&#60;br /&#62;What SHIPTide does is similar to Adobe Flash and Flash Builder, but for graphic/touch front panel hardware modules that use very low end 32-bit processors. Some of these have as little as 128KB RAM. Integrated into SHIPTide is SHIPEngine, which is similar to Adobe Flash Player, but fits in &#38;lt;512KB of ROM on the module. SHIPTide is the PC/MAC/Linux based tool that helps you create your GUIs.  &#60;/p&#62; 
  &#60;p&#62;Features of SHIPTide:&#60;br /&#62;&#60;/p&#62; 
  &#60;ul&#62; 
    &#60;li&#62;WYSIWYG manipulation of GUI pages.&#60;/li&#62; 
    &#60;li&#62;Automatic translation of jpg/gif/bmp/tiff/png image files.&#60;/li&#62; 
    &#60;li&#62;Automatic translation of TTF fonts.&#60;br /&#62;&#60;/li&#62; 
    &#60;li&#62;Full UTF-8 support with Multilanguage support for the target GUI, including auto-codeset-subsetting for large fontsets, such as Japanese.&#60;/li&#62; 
    &#60;li&#62;Built-in ANTLR/BNF grammar and Java-lite-like compiler for our scripting language, SHIPSail.&#60;/li&#62; 
    &#60;li&#62;Complete GUI compiler (similar to that Adobe would have to build .swf files) that combines layout, resources, compiled code, etc into a single &#34;cargo&#34; file that gets loaded into data-FLASH memory on the target hardware module; this is beginning to include some incremental compiler elements, for instance image compilation is cached so it only happens once.&#60;/li&#62; 
    &#60;li&#62;Built-in USB connectivity to the target hardware so you can craft/build/download/test in seconds.&#60;/li&#62; 
    &#60;li&#62;The NetBeans Platform update mechanism is leveraged.&#60;br /&#62;&#60;/li&#62; 
  &#60;/ul&#62; 
  &#60;p&#62;Here's a picture of one of the front panel modules that is the &#34;target&#34; for the tool:&#60;/p&#62; 
  &#60;p&#62;&#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/HIREZ_SIM225_Front.png&#34; /&#62; &#60;/p&#62; 
  &#60;p&#62;The above is is a 4.3&#34; WQVGA (480x272) touch screen module. It is powered by a Renesas RX MCU running at 100MHz, and has 8MB total RAM.&#60;/p&#62; 
  &#60;p&#62;There are a lot of items on the roadmap, including enhanced USB communications, better font management, some level of drag-n-drop in the GUI layout itself, better tools for managing translation(s), and live remote-debugging of SAIL scripts on the target from within SHIPTide.&#60;/p&#62; 
  &#60;p&#62;More info:&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;http://www.seriousintegrated.com/w/index.php?title=SHIPTide&#34;&#62;http://www.seriousintegrated.com/w/index.php?title=SHIPTide&#60;/a&#62; &#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;http://www.padtinc.com/blog/product-development/serious-integrated-modular-touch-screen-panels&#34;&#62;http://www.padtinc.com/blog/product-development/serious-integrated-modular-touch-screen-panels&#60;/a&#62;&#60;/p&#62; 
  &#60;p&#62;Especially the SHIPTide video library is very nice, showing the features of the application in some detail, i.e., showing the features anyone can create in their own applications on the NetBeans Platform:&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;http://www.seriousintegrated.com/w/index.php?title=SHIP:Video_Training&#34;&#62;http://www.seriousintegrated.com/w/index.php?title=SHIP:Video_Training&#60;/a&#62; &#60;/p&#62;</description>
	<pubDate>Wed, 08 May 2013 08:47:27 +0000</pubDate>
</item>
<item>
	<title>Adam Bien: Real World Java EE - Devoxx 2012 Session is Online</title>
	<guid isPermaLink="false">http://www.adam-bien.com/roller/abien/entry/real_world_java_ee_devoxx</guid>
	<link>http://www.adam-bien.com/roller/abien/entry/real_world_java_ee_devoxx</link>
	<description>&#60;p&#62;

&#60;/p&#62;
&#60;a href=&#34;http://parleys.com/play/5148922b0364bc17fc56c93b/chapter0/about&#34; target=&#34;_blank&#34;&#62;Watch @parleys&#60;/a&#62;
&#60;p&#62;
See also other screencasts at: &#60;a href=&#34;http://tv.adam-bien.com&#34; target=&#34;_blank&#34;&#62;http://tv.adam-bien.com&#60;/a&#62; or subscribe to&#60;a href=&#34;http://www.youtube.com/user/bienadam&#34; target=&#34;_blank&#34;&#62; http://www.youtube.com/user/bienadam&#60;/a&#62;.
&#60;/p&#62;
&#60;p&#62;
&#60;small&#62;
Thanks for watching and see you at &#60;a href=&#34;http://airhacks.com&#34; target=&#34;_blank&#34;&#62;Java EE Workshops at MUC Airport&#60;/a&#62;!
&#60;/small&#62;
&#60;/p&#62;
	&#60;br /&#62;
    &#60;a href=&#34;http://workshops.adam-bien.com&#34;&#62;Real World Java EE Workshops [Airport Munich]&gt;&#60;/a&#62;
	&#60;p&#62;&#60;/p&#62;</description>
	<pubDate>Tue, 07 May 2013 20:09:39 +0000</pubDate>
</item>
<item>
	<title>NetBeans DZone: NetBeans Weekly News (Issue #586 - May 7, 2013 )</title>
	<guid isPermaLink="false">http://netbeans.dzone.com/139007 at http://netbeans.dzone.com</guid>
	<link>http://feeds.dzone.com/~r/zones/netbeans/~3/zaQBbSCecn8/netbeans-weekly-news-issue-586</link>
	<description>Project News
Jelastic Announces Integration with NetBeans IDE

 Jelastic Inc., the creators of a cloud hosting platform for Java and PHP applications, has announced the integration of the Jelastic platform with NetBeans IDE. Full instructions are provided for getting started with the Jelastic plugin in NetBeans IDE.Legacy
      Sponsored: 
    
            
                    unsponsored   ...&#60;img src=&#34;http://feeds.feedburner.com/~r/zones/netbeans/~4/zaQBbSCecn8&#34; height=&#34;1&#34; width=&#34;1&#34; /&#62;</description>
	<pubDate>Tue, 07 May 2013 10:35:59 +0000</pubDate>
</item>
<item>
	<title>Geertjan's Blog: RunStopSimulator: Complete Infrastructure for Simulator Software</title>
	<guid isPermaLink="false">https://blogs.oracle.com/geertjan/entry/runstopsimulator_complete_infrastructure_for_simulator</guid>
	<link>https://blogs.oracle.com/geertjan/entry/runstopsimulator_complete_infrastructure_for_simulator</link>
	<description>&#60;p&#62;Let's imagine we're creating simulation software. In other words, we have some kind of XML file (such as a &#60;a href=&#34;http://robotics.ee.uwa.edu.au/auv/subsim/doc/doc/conf_sub.html&#34;&#62;SubSim Simulation File&#60;/a&#62;) and we want to process that file, i.e., use it to simulate something. What are the requirements for software that has the above (admittedly vague) description?&#60;/p&#62; 
  &#60;p&#62;Well, first of all, we somehow need to open our file into the simulator or, at least, access it from the simulator in some way. Then, we need to be able to start the simulation and, once it has started, we shouldn't be able to start it again, until it has stopped. While it is running, we should be able to stop the simulation. We should show the current progress of the simulation to the user. We should also be able to run simulations on multiple files at the same time. And, finally, we should create an infrastructure that lets contributors easily plug in new simulations, since our XML files can be used as the basis of multiple different kinds of simulations, i.e., different algorithms or processors or filters need to be applied to our data and we don't know up front what all those simulations are going to be, hence we need a flexible architecture allowing for simple integration of external contributions.&#60;/p&#62; 
  &#60;p&#62;OK. So, all the above is available out of the box and for free right here:&#60;/p&#62; 
  &#60;p&#62;&#60;a href=&#34;https://java.net/projects/nb-api-samples/sources/api-samples/show/versions/7.3/misc/RunStopSimulator&#34;&#62;https://java.net/projects/nb-api-samples/sources/api-samples/show/versions/7.3/misc/RunStopSimulator&#60;/a&#62;&#60;/p&#62; 
  &#60;p&#62;In other words, the above is an infrastructure for your own simulation software, which looks exactly like the below. Right now, only files with &#34;Simulation&#34; as the root element of the XML file are supported but all you need to do to change that is to go to line 38 of the SimDataObject class and change the root element to anything else.&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62; &#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/simulator-software-nb-1.png&#34; /&#62;&#60;/p&#62; 
  &#60;p&#62;As you can see, the green start button is enabled when a file conforming to the predefined root element has been opened, which can be done via File | Open File or via the Favorites window from the Window menu.&#60;/p&#62; 
  &#60;p&#62;Once the simulation is running, the green start button is automatically disabled, the red stop button is enabled, and the progress bar starts up:&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62; &#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/simulator-software-nb-2.png&#34; /&#62;&#60;/p&#62; 
  &#60;p&#62;Multiple files can be run and stopped together:&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62; &#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/simulator-software-nb-3.png&#34; /&#62;&#60;/p&#62; 
  &#60;p&#62;When the red stop button has been clicked for one file, the green start button becomes enabled, but only for the file where the simulation has stopped. For the other files, which are still being handled, the green start button remains disabled. &#60;br /&#62;&#60;/p&#62;
  &#60;p&#62;And the architecture is clear, easy to understand, and modular:&#60;br /&#62;&#60;/p&#62; 
  &#60;p&#62; &#60;img src=&#34;https://blogs.oracle.com/geertjan/resource/simulator-software-nb-5.png&#34; /&#62;&#60;/p&#62; 
  &#60;p&#62;New simulations are added to the simulator by implementing SimulationProcessor and registering it in the NetBeans service registry:&#60;/p&#62; 
  &#60;pre&#62;@ServiceProvider(service = SimulationProcessor.class)
public class SimpleSimulationProcessor implements SimulationProcessor {
    @Override
    public void process(FileObject fo) {
        OutputWriter writer;
        InputOutput io = IOProvider.getDefault().getIO(fo.getNameExt(), false);
        io.select();
        writer = io.getOut();
        try {
            List asLines = fo.asLines();
            for (String string : asLines) {
                writer.println(string);
            }
        } catch (IOException ex) {
        }
    }
}&#60;/pre&#62; 
  &#60;p&#62;The simple processor, above, does nothing more than print the lines of the XML file into the Output window. But, since you can work with the file in any way you like, i.e., from the FileObject you have access to &#60;tt&#62;java.io.File&#60;/tt&#62;, you can parse it any way you like, or filter it however you need, all within a module dedicated to the specific task for which the filter/parser/algorithm exists. &#60;/p&#62; 
  &#60;p&#62;Feature requests for the simulator infrastructure are more than welcome in the comments to this blog. If someone uses it as the basis of their own simulator software, that would be good to know about!&#60;/p&#62;</description>
	<pubDate>Tue, 07 May 2013 08:16:40 +0000</pubDate>
</item>

</channel>
</rss>
