VOOZH about

URL: https://www.javacodegeeks.com/author/Alex-Soto/page/7

⇱ Alex Soto, Author at Java Code Geeks - Page 7 of 8


  • Enterprise Java👁 Image
    Alex SotoMay 22nd, 2012
    7 1,269

    Log JDBC operations with Log4jdbc

    When we develop any application, after we finish it or when we end up any of its module, we start…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoApril 24th, 2012
    7 574

    Hibernate Tip: Sort and Order

    Let’s introduce another hibernate performance tip. Do you remember the model of previous hibernate post? We had a starship and…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoApril 11th, 2012
    4 3,474

    Using slf4j with logback tutorial

    In current post I am going to show you how to configure your application to use slf4j and logback as…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoMarch 27th, 2012
    3 577

    Hibernate Performance Tips: Dirty Collection Effect

    After 8 years developing server and embedded applications using Hibernate as ORM, squeezing my brain seeking solutions to improve Hibernate…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoFebruary 22nd, 2012
    0 284

    Implementing Active Record Pattern with Spring AOP

    During class design we should take decisions about the assignment of responsibilities that will have every class. If we have…

    Read More »
  • Software Development👁 Image
    Alex SotoFebruary 21st, 2012
    0 178

    Redmine Installation & Getting Started Guide

    Redmine is a free and open source, flexible web-based project management and bug-tracking tool, written using the Ruby on Rails…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoFebruary 8th, 2012
    24 412

    OAuth with Spring Security

    From Wikipedia: OAuth (Open Authentication) is an open standard for authentication. It allows users to share their private resources (e.g.…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoFebruary 2nd, 2012
    2 3,283

    Hibernate cache levels tutorial

    One of the common problems of people that start using Hibernate is performance, if you don’t have much experience in…

    Read More »
  • Groovy👁 Image
    Alex SotoJanuary 11th, 2012
    0 184

    Using Groovy – A soft introduction

    Groovy is an object-oriented programming language for the Java platform and can be used as a scripting language. Most of…

    Read More »
  • First
  • ...
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
Back to top button
Close