VOOZH about

URL: https://www.javacodegeeks.com/tag/json/page/16

⇱ JSON Archives - Page 16 of 17 - Java Code Geeks


  • Enterprise Java👁 Image
    Blaise DoughanApril 18th, 2012
    0 121

    MOXy as Your JAX-RS JSON Provider – Client Side

    Recently I posted how to leverage EclipseLink JAXB (MOXy)‘s JSON binding to create a RESTful service.  In this post I…

    Read More »
  • Enterprise Java👁 Image
    Blaise DoughanApril 16th, 2012
    0 214

    MOXy as Your JAX-RS JSON Provider – Server Side

    In a previous series of posts I covered how EclipseLink JAXB (MOXy) can be leveraged to create a RESTful data…

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

    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 »
  • Groovy👁 Image
    Evgeny GoldinMarch 5th, 2012
    0 944

    Groovy 1.8.0 – meet JsonBuilder!

    Groovy 1.8.0 released in April brought a lot of new features to the language, one of them is native JSON…

    Read More »
  • Enterprise Java👁 Image
    Djaka Pribadi MaulanaFebruary 13th, 2012
    0 193

    JSON web service with Java and Axis2

    I have recently met a client who asking me to rebuild their legacy product using Java web service. They want…

    Read More »
  • Enterprise Java👁 Image
    Dan HaywoodJanuary 10th, 2012
    1 434

    DB unit testing with dbUnit, JSON, HSQLDB and JUnit Rules

    In this week’s run of my TDD course, I thought it would be interesting to write a little fixture to…

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

    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 »
  • Core Java👁 Image
    Craig FlichelDecember 15th, 2011
    0 342

    Cloning of Serializable and Non-Serializable Java Objects

    Frequently developers rely on 3d party libraries to avoid reinventing the wheel, particularly in the Java world, with projects like…

    Read More »
  • Android Core👁 Image
    Ilias TsagklisMay 5th, 2011
    2 170

    Android JSON Parsing with Gson Revisited

    A while ago we hosted an article about using Gson for JSON parsing with Android. The tutorial was a simple…

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