VOOZH about

URL: https://www.javacodegeeks.com/tag/http

⇱ http Archives - Java Code Geeks


  • Core Java👁 Image
    Yatin BatraMay 12th, 2026
    0 88

    Java HttpSession Object Storage

    In Java web applications, maintaining user state across multiple requests is essential. Since HTTP is a stateless protocol, we use…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagJanuary 22nd, 2021
    0 1,265

    REST: Partial updates with PATCH

    In previous posts we learned how to update/replace resources using the HTTP PUT operation. We also learned about the differences…

    Read More »
  • Web Development👁 Image
    Valeria ListratovaOctober 10th, 2020
    1 522

    Creating High-Performance Web Applications with ActiveJ

    In this article, we will create several web applications using a single full-stack ActiveJ framework. 1. Why using ActiveJ? Most…

    Read More »
  • Core Java👁 Image
    Valeria ListratovaAugust 27th, 2020
    3 1,005

    ActiveJ: A New, Alternative Java Platform

    ActiveJ is a new, open-source Java platform for quickly building efficient web, cloud, and microservices solutions for high performance environments.

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrey RedkoJune 18th, 2018
    0 160

    In the shoes of the consumer: do you really need to provide the client libraries for your APIs?

    The beauty of the RESTful web services and APIs is that any consumer which speaks HTTP protocol will be able…

    Read More »
Back to top button
Close