VOOZH about

URL: https://www.javacodegeeks.com/author/Michal-Jastak

⇱ Michal Jastak, Author at Java Code Geeks


  • Enterprise Java👁 Image
    Michal JastakOctober 21st, 2019
    0 287

    Spring MVC – HTTP message converter

    Quite often you need to provide users with the same data, but in different forms, like JSON, PDF, XLS, etc.…

    Read More »
  • Core Java👁 Image
    Michal JastakAugust 9th, 2019
    0 192

    JDBC – Emulating a sequence

    Probably each of us encountered this problem at least once in the programmer’s life – how to emulate a database…

    Read More »
  • Core Java👁 Image
    Michal JastakJune 17th, 2014
    0 105

    Serialization Proxy Pattern example

    There are books, which change your life immensely. One of such books is “Effective Java” by Joshua Bloch. Below you…

    Read More »
  • Enterprise Java👁 Image
    Michal JastakMay 14th, 2013
    1 720

    JPA – Querydsl Projections

    In my last post: JPA – Basic Projections – I’ve mentioned about two basic possibilities of building JPA Projections. This…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michal JastakMay 1st, 2013
    2 111

    JPA – Should I become a laziness extremist?

    When you spoke with the Developers about mapping objects to relational databases, they very often complain about poor JPA performance,…

    Read More »
  • Enterprise Java👁 Image
    Michal JastakApril 9th, 2013
    6 352

    JPA – Hibernate – Type mapping on package level

    When we are finally mature enough to use some custom types mapping in JPA, we usually stuck with some provider…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Michal JastakDecember 7th, 2012
    3 152

    Spring’s Web MVC – Redirect to the Memory Leak

    They say that one rock can cause an avalanche. Lately, one of my Colleagues, Marcin Radoszewski, gave me such a…

    Read More »
  • Core Java👁 Image
    Michal JastakOctober 9th, 2012
    1 501

    Customize PMD in Eclipse with your own rules

    PMD is very nice Java code scanner which helps you avoid potential programming problems. It can be easily extended to…

    Read More »
  • Enterprise Java👁 Image
    Michal JastakSeptember 7th, 2012
    1 146

    JSON – Jackson to the rescue

    Sometimes you have to fetch some data from the server in JavaScript, JSON is pretty good choice for this task.…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close