- Xen » Xen und Debian related articles
(Debian Xen) Apr 13 06
from debian-administration.org
- Xen » Helpful Articles » Argo the Xen Monitor / Control Panel
(Xen) Apr 13 06
The Argo project is a simple, extensible, framework for controling a host running multiple Xen instances.
The monitoring system is setup in two halves:
A network server which accepts commands via a simple text-based protocol and takes action on a local Xen host.
Any number of clients written in any network-capable language to provide the GUI.
So far several clients have been produced: A PHP4 client, a Perl GUI, and a console based client using netcat and dialog
The name Argo
- Xen » Helpful Articles » Xen-Tools
(Xen) Apr 13 06
Xen-tools is a small package containing a collection of Perl scripts for working with the Xen virtualization software. These tools allow you to:
Create new Xen instances.
Clone an existing image – updating the networking information in the new copy.
List all existing images along with their networking details.
Delete previously created images.
Update the images you’ve created without booting them.
For more details of the included scripts please see the scripts page.
- Xen » Helpful Articles » Xen version of libc6 available for Debian/unstable
(Debian Xen) Apr 13 06
This version solves the /lib/tls/ problem.
package description
- Xen » Helpful Articles » Xen3 packages for Ubuntu Dapper Drake
(Debian Ubuntu Xen) Apr 10 06
Xen 3.0.2 marks a significant step in the evolution of the Xen hypervisor as it drops the architecture approach taken in the past to make Xen integrate into the Linux kernel as a sub-arch of i386. Xensource have invested a considerable amount of time and effort bringing the Xen-patched kernel (XenLinux) up to mainline standards.
As a result, the door is now open for end users to start using Xen without adversely affecting their desktop experience. Xen 3.0.2 can be configured as a modularised
- Linux-VServer
(Linux-VServer vserver) Apr 08 06
The basic concept of the Linux-VServer solution is to separate the user-space environment into distinct units (sometimes called Virtual Private Servers) in such a way that each VPS looks and feels like a real server to the processes contained within.
Although different Linux Distributions use (sometimes heavily) patched kernels to provide special support for unusual hardware or extra functionality, most Linux Distributions are not tied to a special kernel.
Linux-VServer uses this fact to a
- jndi
(jndi Java LDAP directory dev) Apr 02 06
The Java Naming and Directory Interface (JNDI) is part of the Java platform, providing applications based on Java technology with a unified interface to multiple naming and directory services. You can build powerful and portable directory-enabled applications using this industry standard.
- Prototype » Links » This page is part of the Prototype JavaScript framework documentation.
(Prototype) Apr 02 06
- Prototype » Links
(Prototype) Apr 02 06
- apache-portals
(apache-portals Java Apache portal Portals portlets) Apr 02 06
Apache Portals is a collaborative software development project dedicated to providing robust, full-featured, commercial-quality, and freely available Portal related software on a wide variety of platforms and programming languages.
This project is managed in cooperation with various individuals worldwide (both independent and company-affiliated experts), who use the Internet to communicate, plan, and develop Portal software and related documentation.
- POI
(POI lucene word) Mar 29 06
The POI project contains several components for dealing with popular OLE 2 formats in Java.
- jboss-messaging
(jboss-messaging Java JMS) Mar 28 06
JBoss Messaging is a project to provide an enterprise class messaging platform.
Messaging is designed to support large ESBs and includes a JMS front-end for messaging in a standard format.
- jms
(jms J2EE Java messaging api) Mar 23 06
The Java Message Service (JMS) API is a messaging standard that allows application components based on the Java 2 Platform, Enterprise Edition (J2EE) to create, send, receive, and read messages. It enables distributed communication that is loosely coupled, reliable, and asynchronous.
- selenium
(selenium Ruby web-browser) Mar 23 06
Selenium is a test tool for web applications. Selenium drives a real web-browser via JavaScript, enabling your tests to run in multiple browsers (Internet Explorer, Mozilla and Firefox) on multiple platforms (Windows, Linux and Macintosh).
- jameleon
(jameleon Java qa) Mar 23 06
Jameleon is an automated testing framework that can be easily used by technical and non-technical users alike.
One of the main concepts behind Jameleon is to create a group of keywords or tags that represent different screens of an application. All of the logic required to automate each particular screen can be defined in Java and mapped to these keywords. The keywords can then be organized with different data sets to form test scripts without requiring an in-depth knowledge of how the applic
- Canoo-WebTest
(Canoo-WebTest Java webtest) Mar 23 06
Canoo WebTest is a free open source tool for automated testing of web applications. It calls web pages and verifies results, giving comprehensive reports.
Canoo Webtest is built on top of HtmlUnit and allows tests to be defined in XML as Ant targets.
Earlier versions were built on top of HttpUnit.
- sequoia
(sequoia SQL c-jdbc) Mar 23 06
Sequoia (formerly known as the Clustered JDBC project) provides high availability and performance scalability for databases. It provides transparent database clustering (partitioning, replication, etc.)
- c-jdbc
(c-jdbc Java SQL cluster Sequoia) Mar 23 06
C-JDBC (Clustered JDBC) is a database cluster middleware that allows any Java application to access a cluster of databases through JDBC.
- FindBugs
(FindBugs Development Java Programming testing bugs tools) Mar 23 06
FindBugs is a program that looks for bugs in Java code.
FindBugs requires JRE (or JDK) 1.4.0 or later to run. However, it can analyze programs compiled for any version of Java.
The current beta version of FindBugs is 0.9.6, released on March 25, 2006.
External Links
Downloads
Manual
comments email
- testgen4j
(testgen4j testing) Mar 22 06
TestGen is a collection of open-source tools that automatically generates unit test cases. The first released component of TestGen is TestGen4J. TestGen4J automatically generates JUnit test cases from your own Java class files, or source files. Its primary focus is to exercise boundary value testing of the arguments passed to the method. It uses rules, written in a user-configurable XML file, that defines boundary conditions for the data types. The test code is separated from test data with the