VOOZH about

URL: https://www.javacodegeeks.com/author/andrey-redko/page/16

⇱ Andrey Redko, Author at Java Code Geeks - Page 16 of 17


  • Enterprise Java👁 java-interview-questions-answers
    Andrey RedkoMarch 6th, 2013
    0 113

    Expressive JAX-RS integration testing with Specs2 and client API 2.0

    No doubts, JAX-RS is an outstanding piece of technology. And upcoming specification JAX-RS 2.0 brings even more great features, especially…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoFebruary 25th, 2013
    11 223

    Your logs are your data: logstash + elasticsearch

    Topic of today’s post stays a bit aside from day-to-day coding and development but nonetheless covers a very important subject:…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoFebruary 1st, 2013
    0 303

    Going REST: embedding Tomcat with Spring and JAX-RS (Apache CXF)

    This post is logical continuation of the previous one. The only difference is the container we are going to use:…

    Read More »
  • Core Java👁 Image
    Andrey RedkoJanuary 30th, 2013
    0 134

    Implementing Producer/Consumer using SynchronousQueue

    Among plenty of useful classes which Java provides for concurrency support, there is one I would like to talk about:…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoJanuary 22nd, 2013
    6 631

    Going REST: embedding Jetty with Spring and JAX-RS (Apache CXF)

    For hardcore server-side Java developer the only way to ‘speak’ out to the world is by using APIs. Today’s post…

    Read More »
  • Core Java👁 Image
    Andrey RedkoNovember 1st, 2012
    0 743

    Packing your Java application as one (or fat) JAR

    This post will target an interesting but quite powerful concept: packing your application as single, runnable JAR file, also known…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Andrey RedkoOctober 3rd, 2012
    2 365

    Redis pub/sub using Spring

    Continuing to discover the powerful set of Redis features, the one worth mentioning about is out of the box support…

    Read More »
  • Core Java👁 Image
    Andrey RedkoAugust 31st, 2012
    2 208

    BTrace: hidden gem in Java developer toolbox

    This post is about BTrace which I am considering as a hidden gem for Java developer. BTrace is a safe,…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoJune 28th, 2012
    11 565

    Using Redis with Spring

    As NoSQL solutions are getting more and more popular for many kind of problems, more often the modern projects consider…

    Read More »
  • First
  • ...
  • 10
  • «
  • 13
  • 14
  • 15
  • 16
  • 17
  • »
Back to top button
Close