Always remain updated about current software development trends

Articles having tag: REST

REST-full Version Service

Self-installing version tracking REST service for builds

Getting started with Web 2.0 using Wakanda

You aren't familiar with Web 2.0 development ? Wakanda is free, Open Source, and easy to learn, so after reading this article you'll be able to develop a Web 2.0 app whitout coding HTML5 ,CSS3, or SQL. ;)

Let there be MVC - and it was good

What makes MVC great is the way it enforces code separation between the different layers of abstraction.

Integrating REST Into an Existing C# Application

Most articles I read about REST and C# apps concerned themselves with starting fresh whereas I needed to add REST to an existing application. This articles describes the process.

jQuery Templates/View Engines and JSON Services

Basic concepts of creating pure JavaScript applications using jQuery, JavaScript View Engines, and web services that provide JSON results that are accessed by JavaScript code via AJAX calls.

Apache Mod_redis

mod_redis: This Apache module uses a rule-based engine (based on regular expression parser) to map URLs to REDIS commands on the fly. It supports an unlimited number of rules and can match on the full URL and the request method (GET, POST, PUT or DELETE)...

.Net Gadgeteer, REST, Cameras, Servos and Windows Phone 7

Today's Hardware Friday post lets us play with some of our favorite things, .Net Gadgeteer, Servos, REST, Cameras and Windows Phone 7...Using a Servo in a .NET Gadgeteer Camera DeviceTheGadgeteer.Interfaces.PWMOutputinterface can support the use of aservoto...

WCF and Android Part I

The Windows Communication Foundation (WCF) provides a very flexible way of exposing network interfaces to other applications. This article describes how to create a REST WCF-Webservice which can be consumed on android devices.

Neo4j REST API Tutorial

Neo4j REST API Tutorial:A detailed language agnostic intro to the Neo4j REST API: In the above examples we have seen how nodes, relationships, and properties can be created, edited, updated, and deleted from the Neo4j HTTP terminal. Original title and...