VOOZH about

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

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


  • Enterprise Java👁 spring-interview-questions-answers
    Arthur ArtsOctober 7th, 2014
    5 526

    Stateless Spring Security Part 1: Stateless CSRF protection

    Today with a RESTful architecture becoming more and more standard it might be worthwhile to spend some time rethinking your…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenOctober 1st, 2014
    1 319

    Spring WebApplicationInitializer and ApplicationContextInitializer confusion

    These are two concepts that I mix up occasionally – a WebApplicationInitializer and an ApplicationContextInitializer, and wanted to describe each…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Andrey RedkoSeptember 30th, 2014
    0 262

    Embedded Jetty and Apache CXF: secure REST services with Spring Security

    Recently I run into very interesting problem which I thought would take me just a couple of minutes to solve:…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Alex SotoSeptember 29th, 2014
    1 160

    One Jar To Rule Them All: Apache TomEE + Shrinkwrap == JavaEE Boot

    WARNING: I am not an expert of Spring Boot. There are a lot of things that I find really interesting…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecSeptember 20th, 2014
    1 1,847

    Testing mail code in Spring Boot application

    Whilst building a Spring Boot application you may encounter a need of adding a mail configuration. Actually, configuring the mail…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenSeptember 17th, 2014
    0 400

    Customizing HttpMessageConverters with Spring Boot and Spring MVC

    Exposing a REST based endpoint for a Spring Boot application or for that matter a straight Spring MVC application is…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Tony NguyenSeptember 11th, 2014
    2 418

    Stateless Session for multi-tenant application using Spring Security

    Once upon a time, I published one article explaining the principle to build Stateless Session. Coincidentally, we are working on…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Adrian MateiSeptember 11th, 2014
    1 300

    Spring Batch Tutorial with Spring Boot and Java Configuration

    I’ve been working on migrating some batch jobs for Podcastpedia.org to Spring Batch. Before, these jobs were developed in my own…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Idriss MrabtiSeptember 1st, 2014
    2 137

    Secure REST services using Spring Security

    Overview Recently, I was working on a project which uses a REST services layer to communicate with the client application…

    Read More »
  • First
  • ...
  • 40
  • 50
  • «
  • 60
  • 61
  • 62
  • »
  • 70
  • 80
  • ...
  • Last
Back to top button
Close