VOOZH about

URL: https://www.javacodegeeks.com/tag/restful-web-services/page/16

⇱ RESTful Web Services Archives - Page 16 of 18 - Java Code Geeks


  • Enterprise Java👁 Image
    Tugdual GrallMay 18th, 2012
    3 225

    Google App Engine JAX-RS REST service

    In this article you will learn how to create a REST service using JAX-RS reference implementation (Jersey) and deploy it…

    Read More »
  • Enterprise Java👁 Image
    John DobieMay 9th, 2012
    0 136

    Maven Integration Testing And Spring Restful Services

    Introduction My original blog showed how to seperate maven unit and integration tests using a very simple example. http://johndobie.blogspot.com/2011/06/seperating-maven-unit-integration-tests.html Since…

    Read More »
  • Enterprise Java👁 Image
    Christian PostaMay 4th, 2012
    1 202

    REST endpoint for integration using Apache Camel

    REST is an architectural style used for organizing resources and when applied to HTTP-based services allows building stateless, decoupled, scalable…

    Read More »
  • Enterprise Java👁 Image
    Jos DirksenApril 5th, 2012
    2 626

    Protect a REST service using HMAC (Play 2.0)

    We have HTTPS, what more do we need? When you talk about security for REST based APIs, people often point…

    Read More »
  • Enterprise Java👁 Image
    Jos DirksenMarch 16th, 2012
    1 134

    Play 2.0: Akka, Rest, Json and dependencies

    I’ve been diving more and more into scala the last couple of months. Scala together with the “Play Framework” provides…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Karl AgiusMarch 6th, 2012
    1 137

    RESTful Web Applications with Jersey and Spring

    A couple of months ago, we were tasked with creating an API to expose some functions in our system to…

    Read More »
  • Software Development👁 Image
    Jos DirksenMarch 1st, 2012
    1 126

    How should REST services be documented?

    REST has become the standard way of creating APIs and exposing resources on the internet. Traditional web services (using SOAP…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Tomasz NurkiewiczFebruary 7th, 2012
    0 297

    Automatically generating WADL in Spring MVC REST application

    Last time we have learnt the basics of WADL. The language itself is not as interesting to write a separate…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eugen ParaschivJanuary 20th, 2012
    0 371

    REST Pagination in Spring

    This is the seventh of a series of articles about setting up a secure RESTful Web Service using Spring 3.1…

    Read More »
  • First
  • ...
  • 10
  • «
  • 14
  • 15
  • 16
  • 17
  • 18
  • »
Back to top button
Close