VOOZH about

URL: https://www.javacodegeeks.com/tag/websockets/page/2

⇱ WebSockets Archives - Page 2 of 3 - Java Code Geeks


  • Enterprise Java👁 Image
    Arun GuptaOctober 31st, 2014
    0 137

    WebSocket Chat on WildFly and OpenShift

    Chat is one of the most canonical sample to explain WebSocket. Its a fairly commonly used interface and allows to explain…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Arun GuptaOctober 31st, 2014
    0 790

    Securing WebSocket using wss and HTTPS/TLS

    50th tip on this blog, yaay! Tech Tip #49 explained how to secure WebSockets using username/password and Servlet Security mechanisms. This Tech Tip will explain…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Arun GuptaOctober 29th, 2014
    1 322

    Securing WebSockets using Username/Password and Servlet Security

    RFC 6455 provide a complete list of security considerations for WebSockets. Some of them are baked in the protocol itself,…

    Read More »
  • Core Java👁 Image
    Eugene FedorenkoOctober 10th, 2014
    0 107

    Using Java API for WebSockets in JDeveloper 12.1.3

    Introduction The latest release of JDeveloper 12c (12.1.3.0) along with WebLogic Server 12.1.3 came up with some new Java EE…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenMarch 11th, 2014
    2 141

    Websockets with Spring 4

    I am throwing the entire kitchen sink into a small web application that I am developing as part of this…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Attila Mihaly BalazsDecember 16th, 2013
    0 212

    WebSocket and Java

    WebSocket is a cool new(ish) technology that allows real-time, two-way communication between the browser and the server, with almost no…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoDecember 3rd, 2013
    2 260

    Java WebSockets (JSR-356) on Jetty 9.1

    Jetty 9.1 is finally released, bringing Java WebSockets (JSR-356) to non-EE environments. It’s awesome news and today’s post will be…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Martin MoisNovember 28th, 2013
    0 469

    Building and testing a websocket server with undertow

    The upcoming version of JBoss Application Server will no longer use Tomcat as integrated webserver, but will replace it with…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoSeptember 23rd, 2013
    1 194

    Easy Messaging with STOMP over WebSockets using Apollo

    In my previous post I have covered couple of interesting use cases implementing STOMP messaging over Websockects using well-known message…

    Read More »
  • «
  • 1
  • 2
  • 3
  • »
Back to top button
Close