Category: RESTful Web Services

  • Migrate JavaEE from Single Tier VM (Step 1)

      I manage a small application that is hosted on a single Linux virtual machine and have noticed some occasional performance and stability issues. The server runs CentOS, MySQL and a GlassFish server. I chose GlassFish several years ago because at the time it was the only EJB3 container around, as well as being very…

  • Danger of Time Saving Tools

    I was reminded a couple of days ago of the danger of using tools that help you to get things up and running quickly, by a question that I was asked in an interview. The question was pretty simple, but not something I’d thought about for a while, which was: “What are the verbs used…

  • CakePHP and RESTful Web Services – debug problems

    I ran into an odd problem with the way Cake is coded that tripped me up for a couple of days. Because I hate it when things don’t work the way I think they should, I spent way more time debugging this than anybody should. I got my basic RESTful service working for the VolunteerCake…

  • CakePHP and RESTful Web Services …

    I’m on a quest to make my application provide RESTful web services. After much digging, I found a post by Chris Hartjes at http://www.littlehart.net/atthekeyboard/2007/03/13/how-easy-are-web-services-in-cakephp-12-really-easy/ that helped a lot. Turns out that Cake has some really nifty built in support that can be turned on really easily. For basic XML support, all you need to do…