VOOZH about

URL: https://www.javacodegeeks.com/category/java/enterprise-java/page/70

⇱ Enterprise Java Archives - Page 70 of 454 - Java Code Geeks


  • 👁 java-interview-questions-answers
    Michael ScharhagNovember 20th, 2020
    1 235

    REST: Sorting collections

    When building a RESTful API we often want to give consumers the option to order collections in a specific way…

    Read More »
  • 👁 Image
    Claus IbsenNovember 18th, 2020
    0 141

    Apache Camel 3.7 – More camel-core optimizations coming (Part 5)

    I have previously blogged about the optimziations we are doing in the Apache Camel core. The first 3 blogs (part1,…

    Read More »
  • 👁 java-interview-questions-answers
    Phillip KrugerNovember 17th, 2020
    0 221

    Stylish API

    In this blog post we are going to look at the new styling and other new options available in OpenAPI…

    Read More »
  • 👁 java-interview-questions-answers
    Ivar GrimstadNovember 17th, 2020
    0 67

    Jakarta MVC 2.0 Progress

    The work with Jakarta MVC 2.0 goes forward. According to the Jakarta EE Specification Process (JESP), we are now in…

    Read More »
  • 👁 Image
    Ioannis KostarasNovember 15th, 2020
    0 310

    Processing real-time data with Storm, Kafka and ElasticSearch – Part 2

    This is the second part of the article series: Processing real-time data with Storm, Kafka, and ElasticSearch. 1. Introduction In…

    Read More »
  • 👁 java-interview-questions-answers
    Emmanouil GkatziourasNovember 13th, 2020
    0 256

    Kafka & Zookeeper for Development: Local and Docker

    Kafka popularity increases every day more and more as it takes over the streaming world. It is already provided out…

    Read More »
  • 👁 java-interview-questions-answers
    Phillip KrugerNovember 6th, 2020
    0 176

    Experimental GraphQL

    This blog post is a follow up on the initial introductory post, Supersonic Subatomic GraphQL, and here we will explore…

    Read More »
  • 👁 java-interview-questions-answers
    Michael ScharhagNovember 6th, 2020
    0 258

    Improving Spring Mock-MVC tests

    Spring Mock-MVC can be a great way to test Spring Boot REST APIs. Mock-MVC allows us to test Spring-MVC request…

    Read More »
  • 👁 java-interview-questions-answers
    Michael ScharhagNovember 5th, 2020
    0 219

    REST: Updating resources

    When building RESTful APIs over HTTP the PUT method is typically used for updating, while POST is used for creating…

    Read More »
  • First
  • ...
  • 50
  • 60
  • «
  • 69
  • 70
  • 71
  • »
  • 80
  • 90
  • ...
  • Last
Back to top button
Close