VOOZH about

URL: https://www.javacodegeeks.com/author/xavier-padro/page/3

⇱ Xavier Padro, Author at Java Code Geeks - Page 3 of 4


  • Core Java👁 Image
    Xavier PadroFebruary 17th, 2015
    0 698

    Java Concurrency Tutorial – Locking: Explicit locks

    1. Introduction In many cases, using implicit locking is enough. Other times, we will need more complex functionalities. In such…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroDecember 25th, 2014
    2 543

    Exposing HTTP Restful API with Inbound Adapters. Part 1 (XML)

    1. Introduction The purpose of this post is to implement an HTTP Restful API using Spring Integration HTTP inbound adapters.…

    Read More »
  • Core Java👁 Image
    Xavier PadroSeptember 4th, 2014
    0 463

    Java Concurrency Tutorial – Locking: Intrinsic locks

    In previous posts we reviewed some of the main risks of sharing data between different threads (like atomicity and visibility)…

    Read More »
  • Core Java👁 Image
    Xavier PadroAugust 29th, 2014
    1 363

    Java Concurrency Tutorial – Thread-safe designs

    After reviewing what the main risks are when dealing with concurrent programs (like atomicity or visibility), we will go through…

    Read More »
  • Core Java👁 Image
    Xavier PadroAugust 27th, 2014
    0 271

    Java Concurrency Tutorial – Visibility between threads

    When sharing an object’s state between different threads, other issues besides atomicity come into play. One of them is visibility.…

    Read More »
  • Core Java👁 Image
    Xavier PadroAugust 23rd, 2014
    0 1,289

    Java Concurrency Tutorial – Atomicity and race conditions

    Atomicity is one of the key concepts in multi-threaded programs. We say a set of actions is atomic if they…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroMay 16th, 2014
    6 648

    Spring Integration 4.0: A complete XML-free example

    1. Introduction Spring Integration 4.0 is finally here, and this release comes with very nice features. The one covered in…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroMay 1st, 2014
    2 818

    Spring Integration – Configure web service client timeout

    Introduction With the support of Spring Integration, your application can invoke a web service by using an outbound web service…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroMarch 5th, 2014
    1 807

    Thymeleaf integration with Spring (Part 2)

    1. Introduction This is the second part of the Thymeleaf integration with Spring tutorial. You can read the first part…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • »
Back to top button
Close