Video není dostupné.
Omlouváme se.

Getting Started with WebSocket and Server-Sent Events using Java by Arun Gupta

Sdílet
Vložit
  • čas přidán 5. 05. 2013
  • Server-Sent Events and WebSocket allow to write more interactive applications on web. It examines the efforts under way to support WebSocket in the Java programming model using JSR 356. The session also explains how Server-Sent Events can be easily written using Jersey, the Reference Implementation for JAX-RS 2. Simple "Hello World" to more elaborate Collaborative Whiteboard applications will show different features of both the technologies. A complete development using NetBeans, deployment on GlassFish, and debugging using Chrome will be shown.

Komentáře • 24

  • @marioavelar939
    @marioavelar939 Před 6 lety +5

    This is, by far, one of the best explanations/introductions to webSockets I've evern seen.

  • @restondesi
    @restondesi Před 8 lety +4

    Very nice presentation both in style and content. Right pace, informative examples and demo, clear explanation of the concepts. Thanks a lot Arun.

  • @javiernievas2839
    @javiernievas2839 Před 4 lety +1

    Excellent explanation!! Congrats

  • @sifatbin5889
    @sifatbin5889 Před 5 lety +1

    Very great presentation..Thanks dear

  • @anshulgoel
    @anshulgoel Před 9 lety +1

    Very informative lecture to start on websockets

  • @sirfinsaan
    @sirfinsaan Před 5 lety +1

    well explained, thumbs up

  • @ealvinoq
    @ealvinoq Před rokem

    I'm trying to understand interceptor and context to manipulate http status code of my response

  • @JonathanLaliberte1
    @JonathanLaliberte1 Před 6 lety +1

    briliant, thanks

  • @stevenkirika
    @stevenkirika Před 10 lety +1

    great lecture

  • @abid_khan87
    @abid_khan87 Před 6 lety +1

    wonderful explanation (Y)

  • @ealvinoq
    @ealvinoq Před rokem

    Hi thanks, if context used to pass information between pre and post rendering. If some detail can be shared it'd be nice. .... btw thanks for sharing.

  • @na-kh5lg
    @na-kh5lg Před 4 lety

    How to configure websocket and sse in Aws eks and Aws api gateway?

  • @user-wq1fp4rr8y
    @user-wq1fp4rr8y Před 4 lety

    Great job

  • @marcusleandrorosasantos8366

    aewsome!

  • @111backdrop
    @111backdrop Před 6 lety

    Can you share the slides and the sample project for Server-Sent events please

  • @juniorcupe7440
    @juniorcupe7440 Před 10 lety +1

    good

  • @tushargoel5522
    @tushargoel5522 Před 5 lety

    slides for presentation?

  • @IndianoBrown
    @IndianoBrown Před 8 lety

    That was good presentation. But I expecting more details on the resource consumption. I do understand the performance of a Websocket is great compared to REST but what about the resources like RAM. When 1000 active users have active websockets connections what happens then, where do all the connection details of the clients are stored at?

    • @TrulyLordOfNothing
      @TrulyLordOfNothing Před 5 lety

      On today's systems, handling 1 million concurrent TCP connections is not an issue. Check out the answer from Alessandro Alinone on SO.
      stackoverflow.com/questions/17448061/how-many-system-resources-will-be-held-for-keeping-1-000-000-websocket-open

  • @sushil1200
    @sushil1200 Před 8 lety +1

    Can we use Apache Tomcat server?

  • @vikassemwal8388
    @vikassemwal8388 Před 4 lety

    why