VOOZH about

URL: https://www.javacodegeeks.com/author/gregor-riegler

⇱ Gregor Riegler, Author at Java Code Geeks


  • Software Development👁 Image
    Gregor RieglerJuly 14th, 2014
    0 71

    Improve your Feedbackloop with Continuous Testing

    Have you ever though about what the most valueable thing in software development was for you? And im not talking…

    Read More »
  • Core Java👁 Image
    Gregor RieglerJanuary 3rd, 2014
    9 274

    An Annotation Nightmare

                          @XmlElementWrapper(name="orders") @XmlJavaTypeAdapter(OrderJaxbAdapter.class) @XmlElements({ @XmlElement(name="order_2",type=Order2.class), @XmlElement(name="old_order",type=OldOrder.class) }) @JsonIgnore @JsonProperty @NotNull…

    Read More »
  • Software Development👁 Image
    Gregor RieglerOctober 17th, 2013
    0 144

    Boost your development speed

    I’m really pragmatic on this. To go faster, you need to avoid the things that slow you down. These blockers…

    Read More »
  • Agile👁 Image
    Gregor RieglerSeptember 5th, 2013
    3 123

    Are you really Agile?

    From what i have seen, Agile Software Development is widely misinterpreted nowadays. Many people think to be agile, they just…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Gregor RieglerAugust 16th, 2013
    24 234

    Spring Data REST in Action

    What is spring-data-rest? spring-data-rest, a recent addition to the spring-data project, is a framework that helps you expose your entities…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Gregor RieglerAugust 14th, 2013
    13 151

    Why REST is so important

    This post is dedicated to REST, an architectural style of shaping webservices and the most misunderstood concept in the history…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Gregor RieglerJuly 26th, 2013
    8 1,036

    Spring MVC – @RequestBody and @ResponseBody demystified

    In this post i want to dig into spring mvc a little, revealing what happens behind the scenes when a…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Gregor RieglerJuly 11th, 2013
    21 143

    Modern Web Development

    In the last few years web technology has lived through rapid growth and heavy change. We went from frames to…

    Read More »
  • Enterprise Java👁 Image
    Gregor RieglerJuly 2nd, 2013
    2 1,133

    Selenium Test Automation with Maven

    Today i want to help you manage your Automated GUI Tests (Selenium) better. In the past i have seen many…

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