blob: 4ee5314901392c37abe85ff0576fc3962370fa9c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>NetBeans Weekly Newsletter, Issue # 608</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<meta name="keywords" content="NetBeans, IDE, Platform, free, open source, developer" >
</head>
<body>
<style>
body {
margin:5px 15px 5px 15px;
font-size: 11px;
font-family: Verdana, "Verdana CE", Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
background-color:#e3eaf1;
text-align:center;
}
#letter {width:533px;margin-left:auto;margin-right:auto;}
#head {background-image:url("http://services.netbeans.org/appl/shared_images/head.png");width:533px;height:70px;background-repeat:none;}
#issue-date {padding-top:50px;text-align:center; color:white;}
#footer {background-image:url("http://services.netbeans.org/appl/shared_images/footer.png"); width:533px;height:28px;background-repeat:none;}
#footer-text {padding-top:5px;color:#6a6b6d;text-align:center;}
#content {border-right:3px solid #747d9e;border-left:3px solid #747d9e; background-color:white; text-align:left; color:#6a6b6d; padding:13px 20px 13px 13px; }
#letter h1 {font-size: 14px; font-weight:normal; margin:3px 0px 5px 0px; padding:0px;color: #EE6B00; border-bottom:1px solid silver;}
#letter h2 {color:#2C3C79;font-size: 13px; font-weight:normal;margin:0px 0px 2px 0px;padding:0px; border:0px;}
#letter p {padding: 0px;margin:0px; text-align:justify;}
#letter a:link, a:visited { color: #045491; font-weight : normal; text-decoration: none;}
#letter a:link:hover, a:visited:hover { color: #045491; font-normal : bold; text-decoration : underline;}
.item {margin-left:8px; margin-bottom:9px;}
.bold {font-weight:bold;}
#letter a.orange {color: #EE6B00;}
.align-right {text-align:right;}
.align-center {text-align:center;}
.edited {margin:15px -20px 0px -13px;padding-top:8px;text-align:center;}
.edge-top {background-color: #f0f7ff;padding:7px 12px 7px 7px;margin-bottom:10px; border:1px solid #747d9e;}
</style>
<div id="letter">
<div id="head">
<div id="issue-date" class="bold">
Issue # 608 - Oct 08, 2013
</div>
</div>
<div id="content">
<h1>Project News</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8685">Download NetBeans IDE 7.4 Release Candidate 2</a></h2>
<p style="margin-left:8px;"><img src='http://services.netbeans.org/appl/show_image.php?id=8107&column=image&table=story&type=image/png&db=services&db_type=pear&id_col=story_id'
height='100' width='100' alt='image' style='float:left; margin-right:5px;margin-bottom:5px;'/>
The final release of NetBeans IDE 7.4 is close at hand. In the meantime, download and try out the second Release Candidate build.</p><br style="clear:both;"/>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8694">NetBeans Community Approves NetBeans IDE 7.4 for Release</a></h2>
<p style="margin-left:8px;">
Results of the NetBeans IDE 7.4 Acceptance Survey are out. Find out what the community had to say about the release readiness of 7.4.</p>
</div>
<h1>Community</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8693">NetBeans Community Recaps JavaOne 2013 (Part 1)</a></h2>
<p style="margin-left:8px;">
Members of the NetBeans Community who attended JavaOne 2013 share their top highlights from the conference.</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8692">Poll: Your IDE for PrimeFaces Applications</a></h2>
<p style="margin-left:8px;">
Do you develop PrimeFaces applications? Take the PrimeFaces poll and let their team know what IDE you work with.</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8695">Java One 2013: Impressions from Zoran Sevarac</a></h2>
<p style="margin-left:8px;">
From his Duke's Choice Award win to a shared panel session with James Gosling, JavaOne 2013 was a big success for NetBeans Dreamteam member Zoran Sevarac. Get all the highlights in his engaging trip report.</p>
</div>
<h1>Tutorials</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8686">Creating JAX-RS 1.1 Web Services on the Oracle Java Cloud</a></h2>
<p style="margin-left:8px;"><img src='http://services.netbeans.org/appl/show_image.php?id=8105&column=image&table=story&type=image/png&db=services&db_type=pear&id_col=story_id'
height='79' width='110' alt='image' style='float:left; margin-right:5px;margin-bottom:5px;'/>
Deploying a JAX-RS 1.1 RESTful web service to the Oracle Java Cloud requires specific project configuration. This OBE will explain the steps required to locally develop a JAX-RS web service and then deploy it to an Oracle Java Cloud instance.</p><br style="clear:both;"/>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8691">Integrating Servlets with EJB Using CDI in Java EE 6</a></h2>
<p style="margin-left:8px;"><img src='http://services.netbeans.org/appl/show_image.php?id=8055&column=image&table=story&type=image/png&db=services&db_type=pear&id_col=story_id'
height='79' width='110' alt='image' style='float:left; margin-right:5px;margin-bottom:5px;'/>
This tutorial shows you how to inject Enterprise JavaBeans (EJB) into a servlet using Contexts and Dependency Injection (CDI). You'll also learn how to create and connect to a database for storing Java beans and to define a persistence unit to allow it to be managed by an EntityManager instance.</p><br style="clear:both;"/>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8688">Video: Genymotion, Cordova, and NetBeans</a></h2>
<p style="margin-left:8px;">
See the Genymotion Android emulator used from NetBeans IDE together with Apache Cordova to enable HTML, JavaScript, and CSS development for mobile devices.</p>
</div>
<h1>Plugin</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8690">NetBeans Plugin: Issue Tracking Project Support</a></h2>
<p style="margin-left:8px;">
This new plugin maps a NetBeans Project to an Issue Tracking Repository.</p>
</div>
<h1>Articles</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8687">Oracle Preps NetBeans for a Mobile Web Future</a></h2>
<p style="margin-left:8px;">
Discover how NetBeans IDE is helping developers use its new HTML5 and JavaScript features to build web applications.</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8689">15 Reasons Why Nothing Compares to NetBeans</a></h2>
<p style="margin-left:8px;">
Java EE expert and long-time NetBeans user Adam Bien outlines why he uses the IDE almost exclusively for his work.</p>
</div>
<div class="edited">
This issue was brought to you by: Tinuola Awopetu<br/>If you do not want to receive this newsletter, you can <a href="http://www.netbeans.org/community/lists/top.html">unsubscribe here</a>
</div>
<div class="edited">
Available languages<br>
<a href="http://www.netbeans.org/community/news/newsletter/index.html">English</a> | <a href="http://www.netbeans.org/community/news/newsletter/index_pt_BR.html">Brazilian Portuguese</a> | <a href="http://www.netbeans.org/community/news/newsletter/index_fr.html">French</a> | <a href="http://www.netbeans.org/community/news/newsletter/index_zh_CN.html">Chinese - simplified</a> | <a href="http://www.netbeans.org/community/news/newsletter/index_zh_TW.html">Chinese - traditional</a>
</div>
</div>
<div id="footer">
<div id="footer-text">
This newsletter is accessible also at <a href="http://www.netbeans.org/community/news/newsletter/2013-10-08.html">www.netbeans.org</a>,
<a href="http://www.netbeans.org/community/news/newsletter/archive.html">newsletter archive</a>
</div>
</div>
</body>
</html>