VOOZH about

URL: https://www.javacodegeeks.com/tag/spring/page/8

⇱ Spring Archives - Page 8 of 112 - Java Code Geeks


  • Core Java👁 Image
    Andrey RedkoFebruary 15th, 2021
    0 324

    Introduction into GraalVM (Community Edition): Cloud as a Changing Force

    1. Introduction The shift towards cloud computing has had a massive impact on every single aspect of the software development…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eidher JulianJanuary 21st, 2021
    0 327

    Spring Injection Types

    Spring supports three types of dependency injections: Constructor injection @Component public class SecondBeanImpl implements SecondBean { private FirstBean firstBean; @Autowired…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Bozhidar BozhanovJanuary 14th, 2021
    1 4,128

    Content-Security-Policy Nonce with Spring Security

    Content-Security-Policy is important for web security. Yet, it’s not mainstream yet, it’s syntax is hard, it’s rather prohibitive and tools rarely…

    Read More »
  • Enterprise Java👁 Image
    Eidher JulianJanuary 9th, 2021
    0 282

    Jenkins: Automating your delivery pipeline

    In this post, we are going to create a Jenkins pipeline for a Java Spring project using Maven and Git:…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eidher JulianDecember 29th, 2020
    0 129

    Spring Security

    There are many authentication mechanisms (basic, digest, form, X.509, etc), and there are many storage options for credentials and authority…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eidher JulianDecember 14th, 2020
    0 190

    Spring MVC REST

    Representational state transfer (REST) is an architectural style that describes best practices to expose web services over HTTP, emphasizing performance,…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eidher JulianDecember 1st, 2020
    0 208

    Spring Web MVC

    Spring MVC is a web framework based on the model–view–controller pattern. It is based on the Spring principles and supports…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alexius DiakogiannisNovember 25th, 2020
    1 517

    Deploying a Quarkus or any Java based microservice behind an Nginx reverse proxy with SSL using docker

    It has been a while but as per a friend requested I am going to show you how to deploy…

    Read More »
  • Enterprise Java👁 Image
    Andrey BelyaevNovember 24th, 2020
    0 122

    Code Generation in CUBA: What makes the magic

    Introduction Code generation is a common thing in modern frameworks. There may be different reasons behind introducing code generation –…

    Read More »
  • First
  • ...
  • «
  • 7
  • 8
  • 9
  • »
  • 10
  • 20
  • ...
  • Last
Back to top button
Close