VOOZH about

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

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


  • Software Development👁 Image
    Abhishek JainJanuary 2nd, 2012
    0 460

    Simplifying RESTful Search

    Overview REST architectural pattern is based around two basic principles: Resources as URLs: A resource is something like an entity or…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoDecember 29th, 2011
    5 200

    Spring MVC and REST at Google App Engine

    Some time ago I wrote about how to implement your Restful Web API using Spring MVC. Read my previous post…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoDecember 23rd, 2011
    6 283

    Develop Restful web services using Spring MVC

    REST INTRODUCTION From Wikipedia: REST-style architectures consist of clients and servers. Clients initiate requests to servers; servers process requests and…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eugen ParaschivDecember 2nd, 2011
    0 171

    REST Service Discoverability with Spring, part 5

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

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eugen ParaschivDecember 1st, 2011
    0 234

    RESTful Web Service Discoverability, part 4

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

    Read More »
  • Enterprise Java👁 Image
    Eugen ParaschivNovember 15th, 2011
    0 220

    Securing a RESTful Web Service with Spring Security 3.1, part 3

    1. Overview This tutorial shows how to Secure a REST Service using Spring and Spring Security 3.1 with Java based…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eugen ParaschivNovember 15th, 2011
    0 178

    Building a RESTful Web Service with Spring 3.1 and Java based Configuration, part 2

    1. Overview This article shows how to set up a REST in Spring – the Controller and HTTP response codes,…

    Read More »
  • Enterprise Java👁 Image
    Eugen ParaschivOctober 31st, 2011
    3 504

    Java RESTful API integration testing

    This post will focus on basic principles and mechanics of writing Java integration tests for a RESTful API (with a…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Tomasz NurkiewiczJuly 16th, 2011
    1 416

    jqGrid, REST, AJAX and Spring MVC Integration

    More than two years back I wrote an article on how two implement elegant CRUD in Struts2. Actually I had…

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