VOOZH about

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

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


  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenJanuary 28th, 2014
    0 161

    Spring from the Trenches: Invoking a Secured Method from a Scheduled Job

    Let’s assume that we have implemented a Spring powered application, and secured it by using the method security expressions of…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Petri KainulainenJanuary 28th, 2014
    0 250

    Using jOOQ with Spring: Configuration

    I have had my share of performance problems caused by ORMs. Although I have to admit that most of these…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Jakub KubrynskiJanuary 25th, 2014
    0 182

    Understanding Spring Web Initialization

    Few years ago majority of us were used to write XML config files everywhere, to setup even simple Java EE…

    Read More »
  • Enterprise Java👁 Image
    Marco CastigliegoJanuary 24th, 2014
    3 1,908

    Testing Spring components with Mockito

    Be able to unit test your spring components without the need of loading the full spring-context with its ad-hoc test…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJanuary 22nd, 2014
    0 419

    Consuming Spring-hateoas Rest service using Spring RestTemplate and Super type tokens

    Spring-hateoas provides an excellent way for applications to create REST based services which follow the HATEOAS principle. My objective here…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Maciej WalkowiakJanuary 21st, 2014
    1 156

    Spring Boot – foundation for modern Java application

    Spring Boot is relatively new project from Spring.io. Its aim is to simplify creating new Spring Framework based projects and…

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

    Spring Integration Publisher

    Consider a hypothetical requirement – You have a service class in your application and you want to capture some information…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Theodora FragkouliJanuary 16th, 2014
    0 69

    Spring LDAP 2.0.0 is released

    The Spring team is pleased to announce that Spring LDAP 2.0.0 is released and is now available from Maven Central…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Theodora FragkouliJanuary 14th, 2014
    0 66

    Spring XD 1.0.0.M5 is here!

    Spring XD announces the Spring XD 1.0.0.Milestone 5 release. You can download it from here. According to Spring XD 1.0.0.M5…

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