blob: b6e1351c14dbe25ebb63b164a9826aa1c3ca296b [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
-->
<html>
<head>
<title>EclipseLinkでJPAサポートを使用する - NetBeans IDE 6.xのスクリーンキャスト</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<meta name="description" content="A video tutorial on how to handle Java Persistence
API support using EclipseLink in the NetBeans IDE.">
<link rel="stylesheet" type="text/css" href="../../../netbeans.css">
</head>
<body>
<h1>EclipseLinkでJPAサポートを使用する</h1>
<table>
<tr>
<td class="valign-top">
<p>NetBeans IDEでEclipseLinkを使用してJava Persistence APIサポートを処理する方法についてのビデオ・チュートリアルです。このデモは2部に分かれており、第一部では、エディタのヒントやリファクタリングを使用してEclipseLinkのサポートを利用する方法を示しています。第二部では、データベースからエンティティ・クラスを作成する方法について説明しています。</p>
<p>作成者: Troy Giunipero<br>時間: 12:23</p>
<p><a href="http://bits.netbeans.org/media/eclipselink-demo.flv">ダウンロード</a> (44.3MB)</p>
<div class="feedback-box">
<a href="/about/contact_form.html?to=3&amp;subject=Feedback: JPA EclipseLink Screencast">このチュートリアルに関するご意見をお寄せください</a>
</div>
<br style="clear:both;">
</td>
<td>
<div id="player">
<div id="flashContent"></div>
</div>
</td>
</tr>
</table>
<script src="/images_www/js/mediaplayer-5.2/swfobject.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
showMedia('eclipselink-demo.flv');
} );
function showMedia(file) {
var targetFile='http://bits.netbeans.org/media/'+file;
var s1 = new SWFObject('/images_www/js/mediaplayer-5.2/player.swf','player','470','376','9');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file='+targetFile+'&autostart=true');
s1.write('flashContent');
}
</script>
</body>
</html>