VOOZH about

URL: https://www.javacodegeeks.com/author/lubos-krnac/page/2

⇱ Lubos Krnac, Author at Java Code Geeks - Page 2 of 2


  • Software Development👁 Image
    Lubos KrnacAugust 20th, 2014
    0 159

    eclipse-pmd – New PMD plugin for Eclipse

    I am Eclipse user. So when I wanted to analyze my code by PMD, I needed to use “PMD for…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Lubos KrnacJune 16th, 2014
    0 181

    Spring Security Misconfiguration

    I recently saw Mike Wienser’s SpringOne2GX talk about Application Security Pitfalls. It is very informative and worth watching if you…

    Read More »
  • Software Development👁 Image
    Lubos KrnacJune 4th, 2014
    0 184

    JavaScript multi module project – Continuous Integration

    JavaScript multi module project Few days ago, I wrote blog post about JavaScript multi module project with Grunt. This approach…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Lubos KrnacMay 5th, 2014
    1 127

    Load inheritance tree into List by Spring

    I noticed interesting Spring feature. One of my colleagues used it for loading whole inheritance tree of Spring beans into…

    Read More »
  • Software Development👁 Image
    Lubos KrnacMarch 24th, 2014
    0 120

    Trigger Continuous Delivery every GitHub commit

    Crucial piece of puzzle when developing web application is Continuous Delivery. Testers or users can by early access to alpha…

    Read More »
  • Enterprise Java👁 Image
    Lubos KrnacMarch 10th, 2014
    0 142

    Deploy to Maven Central Repository

    Do you need to make your Java library publicly accessible? Is your project hosted on GitHub? Do you like idea…

    Read More »
  • Core Java👁 Image
    Lubos KrnacFebruary 11th, 2014
    1 298

    Mock final class

    Foreword If you already read some other blog post about unusual mocking, you can skip prelude via this link. I…

    Read More »
  • Enterprise Java👁 Image
    Lubos KrnacFebruary 10th, 2014
    8 2,964

    Use Mockito to mock autowired fields

    Dependency injection is very powerful feature of Inversion of Control containers like Spring and EJB. It is always good idea…

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