blob: 2e268da811403ed707d7d95e938fc1176f4416a4 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>NetBeans Weekly Newsletter, Issue # 394</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/appl2/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/appl2/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 # 394 - Jun 01, 2009
</div>
</div>
<div id="content">
<h1>Project News</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3728">NetBeans 6.7 Release Candidate 1 Available!</a></h2>
<p style="margin-left:8px;"><img src='http://services.netbeans.org/appl2/show_image.php?id=2977&column=image&table=story&type=image/png&db=xnetbeans&db_type=pear&id_col=story_id'
height='88' width='100' alt='image' style='float:left; margin-right:5px;margin-bottom:5px;'/>
The NetBeans team is proud to announce the availability of NetBeans IDE 6.7 Release Candidate 1!<br><br>
The focus of NetBeans 6.7 RC1 is connectivity--helping developers to connect to each other and to the latest technologies. New features include integration with Project Kenai, a collaborative environment for developers to host their open-source projects; native Maven support; and GlassFish and Hudson integrations. This release also offers enhancements for Java, PHP, Ruby, JavaScript, Groovy and C/C++, and <a href="https://netbeans.org/community/releases/67/index.html"><b>more</b></a>.
<br><br>
The final release of NetBeans IDE 6.7 is planned for late June. <a href="http://download.netbeans.org/netbeans/6.7/rc/">Download RC1</a> today and give us your feedback about your experience using the release.</p><br style="clear:both;"/>
</div>
<h1>Community</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3735">Buy a NetBeans Book, Get it Signed at JavaOne 2009!</a></h2>
<p style="margin-left:8px;">
Looking for a good tech reference book? Stop by the JavaOne bookstore and pick up a NetBeans book. Even better, get it signed by the author or one of our NetBeans experts. The following books will be available at JavaOne:<br><ul>
<li><a href="http://www.apress.com/book/view/9781430224174">The Definitive Guide to NetBeans™ Platform</a> by Heiko Bock
<li><a href="http://www.apress.com/book/view/1430216360">NetBeans™ Ruby and Rails IDE with JRuby</a> by Chris Kutler and Brian Leonard
<li><a href="http://www.apress.com/book/view/1430209739">Practical API Design: Confessions of a Java™ Framework Architect</a> by Jaroslav Tulach
</ul></p>
</div>
<h1>Training</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3731">Creating a Kenai-Hosted Project in NetBeans IDE 6.7</a></h2>
<p style="margin-left:8px;">
A new feature in NetBeans IDE 6.7 is its integration with Project Kenai, an online destination for developers to host open-source projects and code. This new tutorial demonstrates how to use NetBeans IDE 6.7 to create a project hosted on Kenai.com.</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3734">Screencast: Using NetBeans IDE 6.7 to Create a Kenai Project</a></h2>
<p style="margin-left:8px;"><img src='http://services.netbeans.org/appl2/show_image.php?id=2980&column=image&table=story&type=image/jpeg&db=xnetbeans&db_type=pear&id_col=story_id'
height='33' width='110' alt='image' style='float:left; margin-right:5px;margin-bottom:5px;'/>
This short screencast is a companion piece to the "Creating a Kenai Project" tutorial. It covers how to use NetBeans 6.7 to create a Kenai-hosted project and to share a local project on Kenai.com.</p><br style="clear:both;"/>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3730">Creating a Maven Swing Application Using Hibernate</a></h2>
<p style="margin-left:8px;">
Support for Maven is fully integrated in NetBeans IDE 6.7. In this tutorial, you use the NetBeans IDE to create a Java Swing application from a Maven archetype.</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3733">Tech Tip: Automatically Generate Javadoc Skeleton Code in NetBeans</a></h2>
<p style="margin-left:8px;">
A quick entry from Hubert Ikkink on how to generate skeleton Javadoc code in the NetBeans IDE.</p>
</div>
<h1>Blogs</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3727">Getting Started with Servlet 3.0 and EJB 3.1 in JavaEE 6</a></h2>
<p style="margin-left:8px;">
This Tip Of The Day (TOTD #81) from Arun Gupta shows how to create a simple EJB and invoke it from a servlet, using the NetBeans IDE 6.7</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3729">Debugging AppEngine Application on NetBeans</a></h2>
<p style="margin-left:8px;">
Andrew Skiba details how to <a href="http://andskiba.blogspot.com/2009/04/appengine-project-on-netbeans.html">open and compile a Java AppEngine application on NetBeans</a>, as well as the steps needed to debug the application.</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=3732">SQL Editor and NetBeans (Part One)</a></h2>
<p style="margin-left:8px;">
Varun Nischal gives a brief overview of the SQL Editor features currently supported in the NetBeans IDE.</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="https://netbeans.org/community/lists/top.html">unsubscribe here</a>
</div>
<div class="edited">
Available languages<br>
<a href="https://netbeans.org/community/news/newsletter/index.html">English</a> | <a href="https://netbeans.org/community/news/newsletter/index_pt_BR.html">Brazilian Portuguese</a> | <a href="https://netbeans.org/community/news/newsletter/index_fr.html">French</a> | <a href="https://netbeans.org/community/news/newsletter/index_zh_CN.html">Chinese - simplified</a> | <a href="https://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="https://netbeans.org/community/news/newsletter/2009-06-01.html">www.netbeans.org</a>,
<a href="https://netbeans.org/community/news/newsletter/archive.html">newsletter archive</a>
</div>
</div>
</body>
</html>