VOOZH about

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

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


  • Enterprise Java👁 spring-interview-questions-answers
    Siva JanapatiJune 19th, 2017
    1 482

    Spring Boot Admin – Admin UI for administration of spring boot applications

    As part of micro services development many of us are using Spring Boot along with Spring Cloud features. In micro…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenMay 31st, 2017
    0 125

    Ratio based routing to a legacy and a modern app – Netflix Zuul via Spring Cloud

    A very common requirement when migrating from a legacy version of an application to a modernized version of the application…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Arpit AggarwalMay 18th, 2017
    3 9,008

    Mocking Spring Security Context for Unit Testing

    Today, while writing unit test case for one of the Java method which looks like below: public ApplicationUser getApplicationUser() { ApplicationUser…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Arpit AggarwalMay 16th, 2017
    0 131

    Handling Events in React

    In post Rendering RESTful service with React we created simple UI which render employee list fetched from RESTful service. As…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoMay 15th, 2017
    1 100

    Testing Spring Data + Spring Boot applications with Arquillian (Part 2)

    In previous post, I wrote about how to test Spring Data application using Docker with Arquillian Cube. The test looked like: @RunWith(SpringRunner.class) @SpringBootTest(classes =…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    MD Sayem AhmedMay 12th, 2017
    0 252

    Clean Code from the trenches

    Clean Code from the trenches – Validation Let’s directly start with an example. Consider a simple web service which allows…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Alex SotoApril 27th, 2017
    0 257

    Testing Spring Data + Spring Boot applications with Arquillian (Part 1)

    Spring Data’s mission is to provide a familiar and consistent, Spring-based programming model for data access while still retaining the…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Bozhidar BozhanovApril 24th, 2017
    0 150

    Spring Boot, @EnableWebMvc And Common Use-Cases

    It turns out that Spring Boot doesn’t mix well with the standard Spring MVC @EnableWebMvc. What happens when you add…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenApril 24th, 2017
    0 177

    Spring Web-Flux – Functional Style with Cassandra Backend

    In a previous post I had walked through the basics of Spring Web-Flux which denotes the reactive support in the web layer of…

    Read More »
  • First
  • ...
  • 20
  • 30
  • «
  • 31
  • 32
  • 33
  • »
  • 40
  • 50
  • ...
  • Last
Back to top button
Close