blob: 6c3d59a20639cd7d1862b6736409f8c2e2ffe0e4 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>在 Web 应用程序中使用 WebSocket API 的视频</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<meta name="description" content="A screencast that introduces the basics of HTML5 support in NetBeans IDE">
<link rel="stylesheet" type="text/css" href="../../../netbeans.css">
</head>
<body>
<!--
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
-->
<h1>在 Web 应用程序中使用 WebSocket API 的视频</h1>
<table>
<tr>
<td class="valign-top">
<p>此截屏视频演示了如何使用 WebSocket API 和 JSON 创建简单 Web 应用程序,以在连接到单个 WebSocket 端点的客户端浏览器之间实现协作。
</p>
<p>作者:Ken Ganfield<br>播放时长:14:00</p>
<p><a href="http://bits.netbeans.org/media/websocketapi-screencast.mp4">下载/观看全图</a> (75 MB)</p>
</td>
<td width="486" class="valign-top align-center">
<script src="/images_www/js/mediaplayer-5.9/jwplayer.js" type="text/javascript"></script>
<div id="player" >
<center>
<div id="flashContent"></div>
</center>
</div>
<script type="text/javascript">
$(function(){
var targetFile='http://bits.netbeans.org/media/websocketapi-screencast.mp4';
jwplayer('flashContent').setup({
'id': 'flashContentId',
'width': '530',
'height': '340',
'autostart': 'true',
'file': targetFile,
'controlbar':{position:'bottom'},
'modes': [
{type: 'html5'},
{type: 'flash', src: '/images_www/js/mediaplayer-5.9/player.swf'},
{type: 'download'}
]
});
});
</script>
</td>
</tr>
<tr>
<td colspan="2">
<p>有关在 NetBeans IDE 中创建此应用程序的步骤,请参见以下教程。</p>
<ul>
<li><a href="maven-websocketapi.html">在 Web 应用程序中使用 WebSocket API</a></li>
</ul>
<br style="clear:both;">
<div class="feedback-box">
<a href="/about/contact_form.html?to=3&amp;subject=Feedback:%20Video%20of%20Using%20the%20WebSocket%20API%20in%20a%20Web%20Application">发送有关此教程的反馈意见</a>
</div>
<br style="clear:both;">
</td>
</tr>
</table>
<h2>相关链接</h2>
<ul>
<li>演示:<a href="javaee-gettingstarted-screencast.html">Java EE 应用程序入门指南</a></li>
<li><a href="javaee-gettingstarted.html">Java EE 应用程序入门指南</a></li>
<li><a href="javaee-intro.html">Java EE 技术简介</a></li>
<li><a href="../../trails/java-ee.html">Java EE 和 Java Web 学习资源 </a></li>
</ul>
</body>
</html>