blob: af5ea04899548c66b3f148e35dc1da47548a1195 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>NetBeans Weekly Newsletter, Issue # 228</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">
刊号 # 228 - Feb 06, 2013
</div>
</div>
<div id="content">
<h1>项目新闻</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8099">NetBeans IDE 7.3社区满意度调查</a></h2>
<p style="margin-left:8px;">
随着NetBeans IDE 7.3 RC版本的发布,NetBeans团队需要了解你的想法。这个调查希望了解目前的RC版本是否广泛的被社区所接受。现在就来试用这个<a href="http://download.netbeans.org/netbeans/7.3/rc1/">RC</a>版本并完成调查吧</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8098">Codename One 1.0发布</a></h2>
<p style="margin-left:8px;">
Codename One允许Java开发者为移动平台(iOS,Android,RIM,Windows等等)构建高性能本地应用。它无缝集成在NetBeans中,并且提供丛GUI设计,模拟,测试,API和本地应用构建等一系列功能。<a href="http://plugins.netbeans.org/plugin/42406/codename-one">现在就来下载它吧</a></p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8100">Java EE 7和NetBeans - 尽早了解目前支持的特性</a></h2>
<p style="margin-left:8px;">
NetBeans IDE为Java EE开发、部署和调试提供了极好的体验。NetBeans的开发版本已经开始对很多Java EE 7特性提供支持。 Arun Gupta说明了目前支持的特性。</p>
</div>
<h1>文章</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8093">视频:PrimeFaces和NetBeans集成</a></h2>
<p style="margin-left:8px;">
本文章介绍了如何将PrimeFaces和NetBeans集成起来。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8094">创建和使用上下文和依赖注入(CDI)解释器</a></h2>
<p style="margin-left:8px;"><img src='http://services.netbeans.org/appl/show_image.php?id=7482&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;'/>
上下文和依赖注入(CDI)被JSR-299规范引入Java平台和Java EE 6。CDI中的上下文允许java bean来共享和参与另一个java bean的生命周期;同时CDI中的依赖注入允许java bean通过简单的注入去获取另外一个java bean实例的引用本教程介绍了一类特殊的CDI服务(解释器)。在文章中,你将创建一个绑定类型的解释器。该解释器是一个注释用来和一个带有方法和java bean的类进行关联。</p><br style="clear:both;"/>
</div>
<h1>博客</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8091">技术小贴士:NetBeans中的静态导入</a></h2>
<p style="margin-left:8px;">
软件工程师Richard Nichols分享了他设置静态导入的简单方法。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8092">GlassFish和NetBeans中的JUnit和EJB</a></h2>
<p style="margin-left:8px;">
Andy Bailey解决了在NetBeans中EJB和JUnit集成工作的问题。</p>
</div>
<h1>社区</h1>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8095">加入Steve Chin的Java午夜编程之旅</a></h2>
<p style="margin-left:8px;">
Java专家Steve Chin的环北欧午夜编程之旅本周将在瑞典的JFokus举行。这是一个在该地区极具影响的会议。通过<a href="http://www.ustream.tv/channel/nighthacking">在线反馈</a>或者<a href="http://twitter.com/steveonjava">twitter</a>加入其中吧。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8096">2013 JavaOne上海站投稿</a></h2>
<p style="margin-left:8px;">
这是努力使JavaOne真正成为全球会议的一次努力!在2013 JavaOne上海站上与Java社区分享你的想法和经验。投稿截至日期为2013年3月1日。</p>
</div>
<div class="item">
<h2><a href="http://services.netbeans.org/newsletter/story.php?id=8097">NetBeans投票:你的技术使用情况</a></h2>
<p style="margin-left:8px;">
Android, AspectJ, Gradie, Objective C, Python, Scala或者UML,哪一个是你工作中经常使用的?通过这个投票调查来告诉NetBeans开发团队。</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/2013-02-06_zh_CN.html">www.netbeans.org</a>,
<a href="https://netbeans.org/community/news/newsletter/archive_zh_CN.html">时事通讯存档</a>
</div>
</div>
</body>
</html>