VOOZH about

URL: https://www.javacodegeeks.com/author/francisco-ribeiro-junior

⇱ Francisco Ribeiro Junior, Author at Java Code Geeks


  • Enterprise Java👁 Image
    Francisco Ribeiro JuniorFebruary 6th, 2014
    2 465

    Redis sort with Jedis

    In this post we will talk about the Redis SORT command. Redis provides the SORT command that we can use…

    Read More »
  • Enterprise Java👁 Image
    Francisco Ribeiro JuniorJanuary 30th, 2014
    0 618

    Simple Message Queue using Redis

    In this posts we will use Redis as a simple message queue, using list commands. Let’s say we have an…

    Read More »
  • Enterprise Java👁 Image
    Francisco Ribeiro JuniorJanuary 24th, 2014
    1 293

    Using an Embedded Tomcat with Maven tomcat plugin

    When developing a java web application using the Eclipse WTP, we need to have an installation of tomcat in the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Francisco Ribeiro JuniorNovember 14th, 2013
    0 134

    Simple CRUD using Servlet 3.0, Redis/Jedis and CDI – Part 2

    In this post we will focus on CDI and Servlet 3.0. You can see part 1 here. Let’s start with…

    Read More »
  • Enterprise Java👁 Image
    Francisco Ribeiro JuniorNovember 1st, 2013
    0 1,247

    Using Sorted Sets with Jedis API

    In the previous post we started looking into Jedis API a Java Redis Client. In this post we will look…

    Read More »
  • Enterprise Java👁 Image
    Francisco Ribeiro JuniorOctober 30th, 2013
    0 207

    Simple CRUD using Servlet 3.0, Redis/Jedis and CDI – Part 1

    In this post we will build a simple user crud. The data will be stored in Redis. To interact with…

    Read More »
  • Enterprise Java👁 Image
    Francisco Ribeiro JuniorOctober 22nd, 2013
    7 1,075

    Getting Started With Jedis

    Hi, these days I started looking into Redis. I’ve heard a lot about it so I decided to have a…

    Read More »
Back to top button
Close