VOOZH about

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

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


  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecOctober 20th, 2014
    2 263

    Spring Boot and Spring Data REST – exposing repositories over REST

    Exposing Spring Data repositories over REST is pretty easy with Spring Boot and Spring Data REST. With minimal code one…

    Read More »
  • Enterprise Java👁 Image
    Christian PostaOctober 17th, 2014
    0 109

    Easy REST endpoints with Apache Camel 2.14

    Apache Camel has a new release recently, and some of the new features were blogged about by my colleague Claus…

    Read More »
  • Software Development👁 Image
    Prabath SiriwardenaOctober 6th, 2014
    0 147

    Chained Access Delegation Pattern

    Suppose a medium-scale enterprise that sells bottled water has a RESTful API (Water API) that can be used to update…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Andrey RedkoSeptember 30th, 2014
    0 262

    Embedded Jetty and Apache CXF: secure REST services with Spring Security

    Recently I run into very interesting problem which I thought would take me just a couple of minutes to solve:…

    Read More »
  • Software Development👁 Image
    Yegor BugayenkoSeptember 15th, 2014
    0 81

    RESTful API and a Web Site in the Same URL

    Look at Github RESTful API, for example. To get information about a repository you should make a GET request to…

    Read More »
  • Software Development👁 Image
    Viktor FarcicAugust 27th, 2014
    0 217

    REST API with JSON

    What is REST API? REST stands for Representational State Transfer. It relies on a stateless, client-server, cacheable communications. In most…

    Read More »
  • Enterprise Java👁 Image
    Adrian MateiAugust 5th, 2014
    3 374

    Tutorial – REST API design and implementation in Java with Jersey and Spring

    Looking to REST in Java? Then you’ve come to the right place, because in the blog post I will present…

    Read More »
  • Software Development👁 Image
    Remon SinnemaJuly 3rd, 2014
    0 100

    Behavior-Driven RESTful APIs

    In the RESTBucks example, the authors present a useful state diagram that describes the actions a client can perform against…

    Read More »
  • Software Development👁 Image
    Remon SinnemaJune 18th, 2014
    0 150

    RESTBucks Evolved

    The book REST in Practice: Hypermedia and Systems Architecture uses an imaginary StarBucks-like company as its running example. I think…

    Read More »
  • First
  • ...
  • «
  • 6
  • 7
  • 8
  • 9
  • 10
  • »
  • ...
  • Last
Back to top button
Close