fundamental concepts

Introduction to LVM in Linux

Digg Linux/Unix upcoming  Fri, 09/26/2008 - 08:04

LVM is the basis for effective disk management in Linux. It allows you to virtualize partitions, creating and dividing storage however you want.

There are lots of places to learn the technical details, but this covers the fundamental concepts


 

Build a RESTful Web Service

Linux Today  Fri, 07/25/2008 - 06:30

IBM DeveloperWorks: "Representational state transfer (REST) is a style of designing loosely coupled applications that rely on named resources rather than messages.

The hardest part of building a RESTful application is deciding on the resources you want to expose. Once you've done that, using the open source Restlet framework makes building RESTful Web services a snap.

This tutorial guides you step-by-step through the fundamental concepts of REST and building applications with Restlets."


 

Build an RPC service and client using JAX-RPC

Digg Linux/Unix upcoming  Wed, 07/23/2008 - 10:12

Representational state transfer (REST) is a style of designing loosely coupled applications that rely on named resources rather than messages.

Using the open source Restlet framework makes building RESTful Web services a snap. This tutorial guides you step-by-step through the fundamental concepts of REST and building applications with Restlets.