VOOZH about

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

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


  • Software Development👁 Image
    Max KatzJune 16th, 2015
    1 203

    How to Keep REST API Credentials Secure

    If you are building mobile apps then you are connecting to some REST API. For example, if you want to…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Wim Van HaarenJune 4th, 2015
    1 120

    RESTful Error Handling with Spring

    This post will illustrate a way in which exception handling can be implemented for RESTful web services in Spring in…

    Read More »
  • Enterprise Java👁 Image
    Juri StrumpflohnerMay 14th, 2015
    0 178

    Jersey WebResource – Header don’t get appended

    Yesterday I ran into a strange problem when using the Jersey WebResource class for doing HTTP calls: it seemed as…

    Read More »
  • Enterprise Java👁 Image
    Alexey ZvolinskiyApril 21st, 2015
    0 131

    Automated testing of REST-services

    Despite I’m a Java and Scala developer I still passioned a lot in testing of software. If to be more…

    Read More »
  • Scala👁 Image
    Arthur ArtsMarch 19th, 2015
    0 93

    Building a rest api with spray

    Building a rest api with akka and spray is easy. This is how I did it: SprayApiApp:      …

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroMarch 16th, 2015
    0 716

    Improving performance: non-blocking processing of streams

    1. Introduction Imagine we have an application that needs to access an external web service in order to gather information…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Daniel ShayaMarch 12th, 2015
    9 449

    Creating Web Services and a Rest Server with JAX-RS and Jetty

    Creating a WebService in Java is remarkably easy. To add it to a ServletContainer and deploy it to an embedded…

    Read More »
  • Enterprise Java👁 Image
    Brian ONeillMarch 11th, 2015
    0 194

    Delta Architectures: Unifying the Lambda Architecture and leveraging Storm from Hadoop/REST

    Recently, I’ve been asked by a bunch of people to go into more detail on the Druid/Storm integration that I…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Arthur ArtsMarch 10th, 2015
    0 133

    Integration testing on REST urls with Spring Boot

    We are building a Spring Boot application with a REST interface and at some point we wanted to test our…

    Read More »
  • First
  • ...
  • «
  • 2
  • 3
  • 4
  • 5
  • 6
  • »
  • 10
  • ...
  • Last
Back to top button
Close