blob: 55f019561fac02562ce635ce26da42622eaa61a7 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Vídeo Usando a API do WebSocket em uma Aplicação Web</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>Vídeo Usando a API do WebSocket em uma Aplicação Web</h1>
<table>
<tr>
<td class="valign-top">
<p>Este screencast demonstra como usar API e JSON de WebSocket para criar uma aplicação web simples que permite a colaboração entre browsers do cliente que estão conectados a um ponto final de WebSocket único.
</p>
<p>Autor: Ken Ganfield<br>Hora: 14:00</p>
<p><a href="http://bits.netbeans.org/media/websocketapi-screencast.mp4">Download / Veja em tamanho completo</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>Para as etapas para criar essa aplicação no NetBeans IDE, consulte o seguinte tutorial.</p>
<ul>
<li><a href="maven-websocketapi.html"> Usando a API do WebSocket em uma Aplicação Web</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">Enviar Feedback neste Tutorial</a>
</div>
<br style="clear:both;">
</td>
</tr>
</table>
<h2>Links relacionados</h2>
<ul>
<li>Demonstração: <a href="javaee-gettingstarted-screencast.html">Conceitos Básicos sobre Aplicações Java EE</a></li>
<li><a href="javaee-gettingstarted.html">Conceitos Básicos sobre Aplicações do Java EE</a></li>
<li><a href="javaee-intro.html">Introdução à Tecnologia Java EE</a></li>
<li><a href="../../trails/java-ee.html">Trilha de Aprendizado do Java EE e Java Web </a></li>
</ul>
</body>
</html>