VOOZH about

URL: https://www.javacodegeeks.com/author/max-lam

⇱ Max Lam, Author at Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Max LamJuly 1st, 2015
    1 643

    How To Stream/Serialize JPA Result As JAX-RS Response For Large Data

    There are times that retrieving a large data set through JPA is necessary (e.g. more than 1,000,000 records) and having…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Max LamJune 26th, 2015
    7 2,161

    Java REST JAX-RS 2.0 – How To Handle Date, Time and Timestamp Data Types

    Be it X-Form-Urlencoded or JSON HTTP post to a REST resource end-point, there is no specific “data type” for date…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Max LamNovember 10th, 2014
    0 466

    Java EE 7 / JAX-RS 2.0 – CORS on REST

    Java EE REST application usually works well out of the box on a development machine where all server side resources…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Max LamOctober 28th, 2014
    2 604

    Java EE 7 / JAX-RS 2.0: Simple REST API Authentication & Authorization with Custom HTTP Header

    REST has made a lot of conveniences when it comes to implementing web services with the already available HTTP protocol…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Max LamSeptember 18th, 2014
    0 396

    2 Ways of Passing Properties / Parameters in Java EE 7 Batch

    When it comes to the Java EE 7 Batch Processing facility, there are 2 ways in passing properties / parameters…

    Read More »
Back to top button
Close