VOOZH about

URL: https://www.javacodegeeks.com/author/adrian-matei

⇱ Adrian Matei, Author at Java Code Geeks


  • Software Development👁 Image
    Adrian MateiNovember 12th, 2015
    2 308

    Software Development

    Well, I’ve recently gone to the “silver” side and acquired a MacBook Pro to use it for development when I…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Adrian MateiJune 26th, 2015
    1 180

    Run java web apps in embedded containers with Maven, Jetty and Tomcat

    While developing java web applications is very practical to have quick feedback from a “real” environment. In this post I’ll…

    Read More »
  • Software Development👁 Image
    Adrian MateiMarch 27th, 2015
    7 189

    Is IntelliJ IDEA shining through Eclipse?

    As a long time Eclipse user, I want to give a more serious look to IntelliJ IDEA. The people from…

    Read More »
  • Core Java👁 Image
    Adrian MateiMarch 20th, 2015
    0 107

    Yet another Java 8 Lamdbas and Streams example

    I’ve been lagging behind with what Java 8 features exercising concerns, so in this post I will briefly present my initial…

    Read More »
  • Enterprise Java👁 Image
    Adrian MateiFebruary 20th, 2015
    0 229

    How to secure Jersey REST services with Spring Security and Basic authentication

    In my previous blog post, Quick way to check if the REST API is alive – GET details from Manifest…

    Read More »
  • Enterprise Java👁 Image
    Adrian MateiJanuary 16th, 2015
    0 434

    Quick way to check if the REST API is alive – GET details from Manifest file

    There might be cases when you want to quickly verify if your REST API, that is deployed either on dev, test…

    Read More »
  • Enterprise Java👁 Image
    Adrian MateiJanuary 7th, 2015
    1 101

    How to integrate Jersey in a Spring MVC application

    I have recently started to build a public REST API with Java for Podcastpedia.org and for the JAX-RS implementation I…

    Read More »
  • Software Development👁 Image
    Adrian MateiDecember 22nd, 2014
    4 488

    How to test a REST api from command line with curl

    If you want to quickly test your REST api from the command line, you can use curl. In this post…

    Read More »
  • Enterprise Java👁 Image
    Adrian MateiNovember 18th, 2014
    3 645

    How to compress responses in Java REST API with GZip and Jersey

    There may be cases when your REST api provides responses that are very long, and we all know how important transfer…

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