Menu

Commit [r11]  Maximize  Restore  History

Incluye primer aproximación a Web-Sockets.

Por ahora, es una implementación simple, no muy prolija (falta pulir el close y demás cosas, aunque el browser parece hacerlo automáticamente al dejar la página).
NO USA ANGULAR NI JQUERY.
Es lo más simple, para comenzar.
La idea es luego migrar a JQuery por el fall-back support y lo mismo cuando Angular lo provea, de usar Ajax si el browser no soporta WebSockets.

fguigou 2015-08-30

changed /trunk/presentation-server-test
changed /trunk/presentation-server-test/pom.xml
added /trunk/presentation-server-test/src/main/java/com
added /trunk/presentation-server-test/src/main/java/com/pserver
added /trunk/presentation-server-test/src/main/java/com/pserver/test
added /trunk/presentation-server-test/src/main/java/com/pserver/test/wsocket
added /trunk/presentation-server-test/src/main/java/com/pserver/test/wsocket/WSTest.java
changed /trunk/presentation-server-test/src/main/webapp/web/index.html
/trunk/presentation-server-test/pom.xml Diff Switch to side-by-side view
Loading...
/trunk/presentation-server-test/src/main/java/com/pserver/test/wsocket/WSTest.java Diff Switch to side-by-side view
Loading...
/trunk/presentation-server-test/src/main/webapp/web/index.html Diff Switch to side-by-side view
Loading...