Search
-
Categories
- ActionScript (33)
- Adobe (18)
- AIR (3)
- AJAX (12)
- Amazon Web Services (3)
- Android (14)
- Apache Abdera (10)
- Apache Mina (2)
- Apache Tomcat (10)
- App Engine (6)
- ASP.NET (10)
- Atom Hopper (15)
- AtomNuke (3)
- BlazeDS (1)
- C# (15)
- CherryPy (1)
- CoffeeScript (11)
- Comet (3)
- CouchDB (2)
- Design Patterns (4)
- Dojo (1)
- Erlang (1)
- Flash (25)
- Flex (31)
- Go (1)
- GWT (20)
- HTML5 (25)
- iPhone (3)
- Java (74)
- JavaFX (1)
- JavaScript (65)
- JSON Feed Server (1)
- Luvit (1)
- Mobile (19)
- MongoDB (6)
- Netbeans (22)
- Node.js (40)
- Online Games (13)
- Open Source (88)
- OpenStack (4)
- Perl (1)
- PHP (23)
- Python (14)
- Rails (4)
- Redis (2)
- Repose (1)
- REST (6)
- Reviews (9)
- Ruby (11)
- Silverlight (3)
- Sinatra (3)
- Socket Server (19)
- Ubuntu (34)
- Uncategorized (4)
- Union Framework (8)
- Vaadin (2)
- Vertx (3)
- WebORB (3)
Category Archives: REST
Getting started with the Falcon Framework (using Python)
Today I’ll show you how to get started with Falcon. What is Falcon? Well, to quote from the GitHub repo for Falcon: “Falcon is a really fast, light-weight framework for building cloud APIs. It tries to do as little as … Continue reading
Posted in Open Source, Python, REST
1 Comment
Tutorial: Getting started with RESTEasy (a Java REST Framework) and Netbeans 7.1
RESTEasy is quickly becoming a favorite project of mine. RESTEasy allows you to easily and quickly create REST based services with Java. Today I’ll show you how fast you can have a minimal REST service running using Netbeans 7.1 and … Continue reading
Posted in Apache Tomcat, Java, REST
Comments Off
Build a REST service with Netbeans 7, Java, and Jersey that returns JSON
One of the great things about Jersey is that it makes working with REST really easy. If your new to Jersey and REST then you can check out my previous article that shows you to easily build a simple REST … Continue reading
Posted in Apache Tomcat, Java, REST
2 Comments
Building a REST service that collects HTML form data using Netbeans, Jersey, Apache Tomcat and Java
The Jersey project is very well documented so it makes it easy to learn REST with Java. In this article I’m going to build two projects. The first project will be a very simple HTML page that presents a form … Continue reading
Posted in Apache Tomcat, Java, Netbeans, REST
2 Comments
Building a simple REST service using NetBeans 7, a Java Servlet, and JAXB
There are plenty of good Java based REST frameworks out there to build applications with. Restlet, RESTEasy, Jersey, etc. come to mind just to name a few. You don’t need a REST framework to build a simple REST service (although … Continue reading
Posted in Apache Tomcat, Java, Netbeans, REST
2 Comments
A simple Java REST application using Jersey, Netbeans 7 (with Maven), and Grizzly
I was reading through the documents on Jersey (for building RESTful Web services) and came across the getting started sample code. I’ve taken that code and modified it slightly to create a very simple Grizzly (embedded) REST server.
Posted in Java, Open Source, REST
2 Comments



