VOOZH about

URL: https://www.javacodegeeks.com/author/martin-mois/page/4

⇱ Martin Mois, Author at Java Code Geeks - Page 4 of 5


  • Enterprise Java👁 java-interview-questions-answers
    Martin MoisJuly 3rd, 2014
    1 299

    Using @NamedEntityGraph to load JPA entities more selectively in N+1 scenarios

    The N+1 problem is a common issue when working with ORM solutions. It happens when you set the fetchType for…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Martin MoisJuly 1st, 2014
    1 187

    Tracing SQL statements in JBoss AS 7 using a custom logging handler

    Using an ORM to abstract from your specific database and to let it create and issue all the SQL statements…

    Read More »
  • Software Development👁 Image
    Martin MoisMay 26th, 2014
    6 263

    API design and performance

    When you design a new API you have to take a lot of decisions. These decisions are based on a…

    Read More »
  • Software Development👁 Image
    Martin MoisMarch 24th, 2014
    0 85

    JSON Processing (JSON-P) Tutorial

    JSON (JavaScript Object Notation) is a compact text file format that can be used to store and transfer data. It…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Martin MoisMarch 10th, 2014
    0 262

    Using Java EE’s ManagedExecutorService to asynchronously execute transactions

    One year has passed by since the Java EE 7 specification has been published. Now that Wildfly 8 Final has…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Martin MoisFebruary 28th, 2014
    0 183

    Injecting configuration values using CDI’s InjectionPoint

    Dependency injection is a great technology for the organization of class dependencies. All class instances you need in your current…

    Read More »
  • Core Java👁 Image
    Martin MoisJanuary 27th, 2014
    6 322

    Implementing dynamic proxies – a comparison

    Sometimes there is the need to intercept certain method calls in order to execute your own logic everytime the intercepted…

    Read More »
  • Enterprise Java👁 Image
    Martin MoisJanuary 9th, 2014
    4 180

    Securing a JSF application with Java EE security and JBoss AS 7.x

    A common requirement for enterprise applications is to have all JSF pages protected behind a login page. Sometimes you even…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Martin MoisNovember 28th, 2013
    0 469

    Building and testing a websocket server with undertow

    The upcoming version of JBoss Application Server will no longer use Tomcat as integrated webserver, but will replace it with…

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