blob: 848c3c4a957ffee1f30b1b272e0117ec6eb1fe29 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>NetBeans Weekly Newsletter, Issue # 205</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">
刊号 # 205 - Aug 09, 2012
</div>
</div>
<div id="content">
<h1>文章</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7613">使用NetBeans平台开发的联合国难民署软件</a></h2>
<p style="margin-left:8px;">
Level One是由联合国难民署开发的一个轻量级的工具,用来在突发事件是收集难民信息.此文章展示如何使用NetBeans平台开发此应用的.</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7614">NetBeans7.2 里的GWT4NB 2.10.6 插件</a></h2>
<p style="margin-left:8px;">
GWT4NB插件已经更新已支持NetBeans7.2.此模块允许开发充分利用NetBeans IDE和GoogleWebToolkit在开发web应用上的优势.</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7615">创建一个No-Interface View Session Bean并将其打包到War文件中</a></h2>
<p style="margin-left:8px;">
此样例演示EJB3.1提供的简单化编码和打包模式变化.自从EJB3.1移除了对Java接口的强制性使用.plain old Java 对象也能够被注解和当做EJB组件使用.同时它也提供直接将EJB组件放置在web应用工程里面的能力,由此就无需EAR文件来将Web和EJB组件放置在一起.</p>
</div>
<h1>博客</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7611">技术贴士: 改变JavaHelp主题的顺序</a></h2>
<p style="margin-left:8px;">
使用NetBeans IDE新增JavaHelp主题到NetBeans平台应用中.</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7612">在你的NetBeans应用里使用Open Street Map</a></h2>
<p style="margin-left:8px;">
学习如何使用SwingX和NetBeans Visual Library将地图嵌入到NetBeans平台应用中.</p>
</div>
<h1>社区</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7619">Java Spotlight 播客: JavaFX 2.2 UI Control</a></h2>
<p style="margin-left:8px;">
软件工程师及JavaFX UI技术领头人Jonathan Giles谈论JavaFX 2.2 UI Control.</p>
</div>
<h1>练习</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7616">视频: 使用NetBeans IDE生成PHP工程文档</a></h2>
<p style="margin-left:8px;">
NetBeans IDE 7.2 已经内建了ApiGen功能.此视频展示如何在NetBeans中使用ApiGen来生成PHP工程文档,其中也包含安装ApiGen,PEAR的一些细节,及一个简单的例子.</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7617">NetBeans IDE里的Amazon Beanstalk功能</a></h2>
<p style="margin-left:8px;">
NetBeans 7.2 引入了对Amazon Elastic Beanstalk Service (EBS)的支持.来学习如何通过IDE将web工程直接部署到Amazon Cloud.</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=7618">视频: NetBeans IDE里的Doctrine 2 框架功能</a></h2>
<p style="margin-left:8px;">
此视频将向你展示如何在NetBeans IDE里使用Doctrine 2 PHP 框架,覆盖了Doctrine 2的安装,在工程加入Doctrine 2支持,等一些内容.</p>
</div>
<div class="edited">
发布本期时事通讯的是: D. L. 88250<br/>如果您不想接收时事通讯, <a href="https://netbeans.org/community/lists/top.html">请由此退订</a>
</div>
<div class="edited">
可获得的语言<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">
本期时事通讯还可以从这里访问 <a href="https://netbeans.org/community/news/newsletter/2012-08-09_zh_CN.html">www.netbeans.org</a>,
<a href="https://netbeans.org/community/news/newsletter/archive_zh_CN.html">时事通讯存档</a>
</div>
</div>
</body>
</html>