VOOZH about

URL: https://www.javacodegeeks.com/author/sergio-molina

⇱ Sergio Molina, Author at Java Code Geeks


  • Core Java👁 Image
    Sergio MolinaSeptember 8th, 2014
    2 1,984

    Creating an object stream from a JDBC ResultSet

    The introduction of  features Stream API and Lambda in Java 8 enables us to make an elegant conversion from a…

    Read More »
  • Core Java👁 Image
    Sergio MolinaAugust 20th, 2014
    4 1,366

    Java yield-like using Stream API

    Several programming languages, such as Ruby or Python to name a few, provides the yield command. Yield provides an effective…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sergio MolinaAugust 13th, 2014
    2 576

    Compile-time checking JPA queries

    JPA provides several alternatives for querying data. Such alternatives may be classified attending to a variety of criteria, eg, language…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sergio MolinaJanuary 29th, 2014
    0 176

    Playing with JerseyTest (Jersey 2.5.1 and DI)

    I’m going to try explaining a trivial REST example. The idea is building a basic schema to start playing with…

    Read More »
  • Enterprise Java👁 Image
    Sergio MolinaJanuary 28th, 2014
    0 97

    Sustainable peace with database changes into a Java environment

    Sustainable peace for us is remove uncertainty. In this case over database changes the idea Active Record Migrations of Ruby…

    Read More »
  • Software Development👁 Image
    Sergio MolinaJanuary 23rd, 2014
    1 510

    Detecting and Fixing XSS using OWASP tools

    Much have been written about XSS vulnerabilities scanning. In this article we will try to go a little further and…

    Read More »
Back to top button
Close