VOOZH about

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

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


  • Software Development👁 Image
    Jerome VersryngeOctober 25th, 2012
    3 775

    Introduction To REST Concepts

    Introduction This post aims at demystifying the REST (Representational State Transfert) web design concepts. REST is based on a client…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoSeptember 25th, 2012
    0 177

    Testing client side of RESTful services

    Develop an application that uses RESTful web API may imply developing server and client side. Writing integration tests for server…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Harsh RavalSeptember 11th, 2012
    18 32,219

    Simple REST client in Java

    Today most of the mobile applications that used to communicate to some server use REST services. These services are also…

    Read More »
  • Software Development👁 Image
    David CarverAugust 16th, 2012
    0 94

    Enterprise SOAP Services in a Web 2.0 REST/JSON World

    With the popularlity of JSON and other NoSQL data standard formats, the complexity and in some cases the plain verbosity…

    Read More »
  • Enterprise Java👁 Image
    Maciej WalkowiakJuly 6th, 2012
    1 181

    REST + Spring Security session problem

    REST, sessions .. wait. There are no sessions in REST application, right? Well, thats true. If we can avoid sessions…

    Read More »
  • Enterprise Java👁 Image
    Siva ReddyJune 14th, 2012
    1 461

    RESTEasy Tutorial Part-3: Exception Handling

    Exception Handling is an obvious requirement while developing software application. If any error occured while processing user request we should…

    Read More »
  • Enterprise Java👁 Image
    Siva ReddyJune 12th, 2012
    3 314

    RESTEasy Tutorial Part-2: Spring Integration

    RESTEasy provides support for Spring integration which enables us to expose Spring beans as RESTful WebServices.        …

    Read More »
  • Enterprise Java👁 Image
    Siva ReddyJune 12th, 2012
    3 330

    RESTEasy Tutorial Part-1: Basics

    RESTEasy is a JAX-RS implementation from JBoss/RedHat and is in-built in JBoss 6 onwards. Here I am going to show…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Florian AdlerMay 28th, 2012
    0 177

    REST CXF for Spring JPA2 backend

    In this demo, we will generate a REST/CXF application with spring/jpa2 backend. This demo presents the track REST-CXF of minuteproject.…

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