Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Software

Submission + - Develop with Eclipse STP and Apache Tuscany

LinucksGirl writes: The Eclipse STP plug-in and Apache Tuscany simplify services development through the use of the popular Eclipse development environment. In this tutorial, you will see STP and Apache Tuscany in action, through the creation of an SCA Java Remote Method Invocation (RMI) service. Also learn how to configure an Eclipse RCP application to consume a Web service hosted in IBM WAS v6.0.2.
Cellphones

Submission + - Developing for the Nokia N800 with Linux

LinucksGirl writes: The Nokia N800 takes advantage of Linux's ability to scale down to a small footprint to run efficiently in company devices, offering a great deal of general-purpose functionality for developers. In this Linux on board series root inside the Nokia N800 phone/Internet tablet/Webcam and see how to get started building applications by way of a working example.
The Internet

Submission + - The Future of the Linux SCSI Subsystem

LinucksGirl writes: The Small Computer Systems Interface (SCSI) is a collection of standards that define the interface and protocols for communicating with a large number of devices. Linux provides a SCSI subsystem to permit communication with these devices. This article introduces you to the Linux SCSI subsystem and discusses where this subsystem is going in the future.
Software

Submission + - The OpenMoko Linux Phone

LinucksGirl writes: This tutorial introduces the OpenEmbedded build environment used to create filesystem images for OpenMoko phones, such as the Neo 1973. The OpenMoko environment provides a completely free development environment for running application and system code on supported phone hardware, eliminating all dependency on proprietary code.
IBM

Submission + - Digitally Sign and Verify XML Documents

LinucksGirl writes: With the increasing adoption of Web services and SOAs, ensuring the authenticity, integrity, and nonrepudiability of XML messages has become an essential component of secure and robust messaging infrastructures. This article walks you through how to enable the signing and verification of XML documents using Apache WSS4J and WebSphere DataPower SOA Appliances together.
Programming

Submission + - Anatomy of Linux Synchronization Methods

LinucksGirl writes: In your Linux education, you may have learned about concurrency, critical sections, and locking, but how do you use these concepts within the kernel? This article reviews the locking mechanisms available within the Linux Kernel 2.6, including atomic operators, spinlocks, reader/writer locks, and kernel semaphores. It also explores where each mechanism is most applicable for building safe and efficient kernel code. Also try the Linux Kernal tutorial to learn how to compile, and customize a Linux kernel to suit your needs.
Software

Submission + - Anatomy of the Linux File System

LinucksGirl writes: Linux supports a large number of file systems, from journaling to clustering to cryptographic. Linux is a wonderful platform for using and developing standard and more exotic file systems. This article explores the virtual file system (VFS) in the Linux kernel and then reviews some of the major structures that tie file systems together. You can also take this Linux file system tutorial to learn more about how to control the mounting and un-mounting of filesystems, examine existing filesystems, create filesystems, and perform remedial actions on damaged filesystems.
Programming

Submission + - Build an Indestructible Web-Hosted Brain

LinucksGirl writes: The problem with distributed computing is that everyone with the technology to reverse-engineer your crypto chip can listen to your broadcast and know exactly what you're trying to break. Build a robust distributed computing application that is opaque to observers — even those who have access to the source code — by attaching a simple neuron implementation to HTTP transport code.
The Internet

Submission + - Create a Photo Album with Project Zero & REST

LinucksGirl writes: Combine Yahoo!'s Flickr with existing Zero components to create a photo sharing service that supports many of the same functions as Flickr. Flickr provides a user friendly, scalable and extensible service, and is an excellent example of an RIA, validating Zero as an RIA platform as well. Also learn more about RESTful design, connecting components via HTTP, and the use of JavaScript to provide a function that isn't already part of Zero.
Programming

Submission + - Linux Assemblers: A Comparison of GAS and NASM

LinucksGirl writes: This article explains some of the more important syntactic and semantic differences between two of the most popular assemblers for Linux, GNU Assembler (GAS) and Netwide Assembler (NASM), including differences in basic syntax, variables and memory access, macro handling, functions and external routines, stack handling, and techniques for easily repeating blocks of code.
Graphics

Submission + - SOA Grid Design Patterns for Graphics Animation

LinucksGirl writes: Ray tracing produces high-quality images with realistic reflections, shading, and perspective. Computational efficiency of rendering is achieved through design patterns for a grid service model fitted into a SOA. Learn how to configure and run Alchemi — a grid services model for rendering — build a simple distributed scene-animation-rendering application using the Alchemi framework, deploy it with a Web services interface, and test your application with a simple animated scene.
Businesses

Submission + - OmniFind Personal E-mail Search

LinucksGirl writes: Simple keyword or text search is not always effective for quickly finding what you need. Now it can be with IBM OmniFind Personal E-mail Search, a powerful search engine enables any business e-mail user to search e-mail easily and effectively; plug-ins are available for Microsoft Outlook and Lotus Notes mail systems.

Slashdot Top Deals

Kleeneness is next to Godelness.

Working...