VOOZH about

URL: https://www.javacodegeeks.com/author/aleksey-novik

⇱ Aleksey Novik, Author at Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Aleksey NovikJanuary 28th, 2015
    1 296

    Web App Architecture – the Spring MVC – AngularJs stack

    Spring MVC and AngularJs together make for a really productive and appealing frontend development stack for building form-intensive web applications.In…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Aleksey NovikOctober 6th, 2014
    1 220

    Jar Hell made Easy – Demystifying the classpath with jHades

    Some of the hardest problems a Java Developer will ever have to face are classpath errors: ClassNotFoundException, NoClassDefFoundError, Jar Hell,…

    Read More »
  • Software Development👁 Image
    Aleksey NovikSeptember 23rd, 2014
    9 231

    Solving ORM – Keep the O, Drop the R, no need for the M

    ORM has a simple, production-ready solution hiding in plain sight in the Java world. Let’s go through it in this…

    Read More »
  • Enterprise Java👁 Image
    Aleksey NovikSeptember 13th, 2014
    0 209

    How JSF Works and how to Debug it – is polyglot an alternative?

    JSF is not what we often think it is. It’s also a framework that can be somewhat tricky to debug,…

    Read More »
  • Software Development👁 Image
    Aleksey NovikJuly 21st, 2014
    0 141

    The Java Origins of Angular JS: Angular vs JSF vs GWT

    A superheroic Javascript framework needs a good origin story. Let’s try to patch it together, while going over the use…

    Read More »
  • Software Development👁 Image
    Aleksey NovikJune 24th, 2014
    0 186

    Javascript for Java Developers

    This post will go over the Javascript language from the point of view of a Java developer, focusing on the…

    Read More »
  • Enterprise Java👁 Image
    Aleksey NovikJune 13th, 2014
    1 505

    Hibernate Debugging – Finding the origin of a Query

    It’s not always immediate why and in which part of the program is Hibernate generating a given SQL query, especially…

    Read More »
  • Enterprise Java👁 Image
    Aleksey NovikJune 12th, 2014
    0 296

    Pitfalls of the Hibernate Second-Level / Query Caches

    This post will go through how to setup the Hibernate Second-Level and Query caches, how they work and what are…

    Read More »
  • Software Development👁 Image
    Aleksey NovikJune 9th, 2014
    0 95

    Open Session In View Design Tradeoffs

    The Open Session in View (OSIV) pattern gives rise to different opinions in the Java development community. Let’s go over…

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