Saturday, November 24, 2007

JavaParty - JavaParty - Java's Companion for Distributed Computing - Trac

JavaParty - JavaParty - Java's Companion for Distributed Computing - Trac: "JavaParty allows easy port of multi-threaded Java programs to distributed environments such as clusters. Regular Java already supports parallel applications with threads and synchronization mechanisms. While multi-threaded Java programs are limited to a single address space, JavaParty extends the capabilities of Java to distributed computing environments."

Sunday, November 04, 2007

dnsjava

dnsjava

dnsjava is an implementation of DNS in Java. It supports all defined record types (including the DNSSEC types), and unknown types. It can be used for queries, zone transfers, and dynamic updates. It includes a cache which can be used by clients, and a minimal implementation of a server. It supports TSIG authenticated messages, partial DNSSEC verification, and EDNS0.

dnsjava provides functionality above and beyond that of the InetAddress class. Since it is written in pure Java, dnsjava is fully threadable, and in many cases is faster than using InetAddress.

dnsjava provides both high and low level access to DNS. The high level functions perform queries for records of a given name, type, and class, and return the answer or reason for failure. There are also functions similar to those in the InetAddress class. A cache is used to reduce the number of DNS queries sent. The low level functions allow direct manipulation of DNS messages and records, as well as allowing additional resolver properties to be set.

A simple tool for doing DNS lookups, a 'dig' clone and a dynamic update client are included, as well as a simple authoritative-only server.

Wednesday, October 03, 2007

JXLA, a web logs parser in java

JXLA, a web logs parser in java: "Jake dans son message me demande si je connais d'autres analyseurs de log en Java. La r�ponse �tait non, mais apr�s un petit tour sur sourceforge et freshmeat, j'en ai trouv�deux : Insight qui semble mort ( pas de mise �jour depuis 2003 ) et polliwog ( le site est sympa ), qui a sorti une version r�cemment ( d�c 2004 ). "

apache2.pdf (application/pdf-Objekt)

apache2.pdf (application/pdf-Objekt)

Thursday, June 28, 2007

Axis2/Java - Mail transport

Axis2/Java - Mail transport

The inner workings of the mail transport has been divided into two parts: the transport sender for SMTP and the transport listener for POP3. The transport listener will listen to a particular email address periodically. When an email comes in, it will be tunneled into an Axis2 engine. On the other hand, the mail transport sender sends emails to a mail server to a particular email address.

Mail transport can be used against a generic mail server or it can be used like a mailet. The simple mailet provided with Axis2 directs any message that comes in to a particular address into the Axis engine. The engine will process the message and use the Transport sender to send the reply.

The mail transports have been written with the use of Sun's JavaMail and Activation jars. They should be available in your classpath to get the mail transport to work.

Thursday, June 07, 2007

ObjectPlanet's Java Table

ObjectPlanet's Java Table

SourceForge.net: Files

SourceForge.net: Files: "CleanSheets is the first spreadsheet application that is both extensible and platform-independent. It features a formula language that closely resembles that of Microsoft Excel, and extensions for aiding end-user programmers develop correct spreadsheets."

Saturday, June 02, 2007

Java Web Parts at SourceForge

Java Web Parts at SourceForge: "Welcome to Java Web Parts!

Java Web Parts is a project that provides small, reusable and largely independant Java components of interest to all web application developers. You can think of this project as being similar to the Jakarta Commons projects. "

JWP Home � About JWP

JWP Home � About JWP: "About JWP

JSP WebProject is a web-application which was originally developed to support my student research project at the university of cooperative education Stuttgart / AST Horb."

Tuesday, May 29, 2007

SourceForge.net: Files

SourceForge.net: Files: "OpenChord is an open source implementation of the Chord distributed hash table as described in the paper by Ion Stoica et al. 'Chord: A scalable peer-to-peer lookup service for internet applications'. It is available under GNU GPL."

Monday, May 21, 2007

GNU Crypto - GNU Project - Free Software Foundation (FSF)

GNU Crypto - GNU Project - Free Software Foundation (FSF): "GNU Crypto, part of the GNU project, released under the aegis of GNU, aims at providing free, versatile, high-quality, and provably correct implementations of cryptographic primitives and tools in the Java programming language for use by programmers and end-users.

GNU Crypto is licensed under the terms of the GNU General Public License, with the 'library exception' which permits its use as a library in conjunction with non-Free software:

'As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.'"

Saturday, May 19, 2007

xsddoc - JXTable

xsddoc - JXTable

This page is our entry to Swing related information and resources.

Our first need related to Java Swing is a easy-to-use table with some more funcionalities thtan the Swing JTable.
See JXTable for more details.

Wednesday, April 11, 2007

Open Source DMS


http://www.xinco.org/index_de.php

xinco™
[ eXtensible INformation COre ]
Der Kern ihres Informations- und Dokumentenmanagements
xinco DMS™ ist ein mächtiges Web-Service-basiertes Informations- und Dokumentenmanagementsystem (DMS) für Dateien, Text, URLs und Kontakte, welches unter anderem Zugriffskontrolle, Versionskontrolle, Volltextsuche und einen FTP-artigen Client bietet.

Thursday, March 29, 2007

http://www.javaworld.com/javaworld/jw-04-2003/jw-0425-grid.html

http://www.javaworld.com/javaworld/jw-04-2003/jw-0425-grid.html

Java grid computing - Java World

Java grid computing - Java World: "What is a grid? It's more difficult to answer this question today than it was in 2002, because commercialization of the technology has resulted in many products and implementations that are labeled afs grids but do not really fit the definition. To give some historical background, grid computing emerged from academia with a formal definition in the late 1990s. In 1998, Ian Foster and Carl Kessellman defined computation grids in The Grid: Blueprint for a New Computing Infrastructure:"

EntityFS

EntityFS

About


Welcome to the home page of EntityFS – the object-oriented file system API for Java!

EntityFS provides a set of abstractions and tools for working with file systems and their entities (files and directories) from Java. Notable features are:

  • File system entities are true entities in the object-oriented meaning of the word. This is to say that a file system entity has a unique identity that separates it from other entities
  • File system API:s are backend-independent. File systems can be created in RAM memory, on Zip files, on file system directories, etcetera
  • Each file system have a configurable entity locking policy for accessing entities concurrently from several program threads
  • File systems and entities are Observable for updates
  • Access controllers can be used for restricting access to entities
  • File system functionality can be extended with Capabilities, such as the GZip compression capability (compresses file data transparently using the GZip algorithm).
  • EntityFS provides a rich set of tools for working with files and directories, such as the IteratorCopier and the ZipCreator

Schmant

Schmant

Welcome to the home page of Schmant – a scriptable build tool for building software artifacts.

Schmant provides an environment for running build scripts and a set of tools (tasks) that the scripts can use. Schmant can, and will probably mostly, be used for building Java applications.

Schmant aims to be comparable to Apache Ant in features, but nicer and easier to work with.

Schmant uses the scripting support in Java 6. Build scripts can be written in any scripting language that has a JSR 223-compatible script engine, for instance JavaScript, BeanShell or Jython. Other notable features of Schmant are:

  • TaskExecutor:s can be used for running different build tasks in parallel threads.
  • Schmant build scripts may use EntityFS classes and methods for working with directories and files.
  • Single Ant tasks or entire Ant scripts can be run using the AntTF task. This provides a good starting point for migrating away from Ant.
  • Third-party tasks can be bundled and distributed in task packages.
  • Build scripts can work with project repositories (Eclipse workspaces, for instance).
  • Since build scripts run in a Java virtual machine, they have access to the entire Java class library, as well as any number of user-supplied classes.

Wednesday, March 07, 2007

Netx - An open-source JNLP client

Netx - An open-source JNLP client


Netx downloads code over the network, caches it, and runs it in a secure environment. Netx runs Java applications and applets using Sun's Java Network Launching Protocol (JNLP) to describe what resources to download and how to execute the code. It can be used as a command-line JNLP client, as a library in other programs, or as the launcher for the Java Start Button.

Features of netx:
  • Small Size: Loads from a ~130K JAR file.
  • Saves Memory: API to run apps in a shared JVM.
  • Auto-Update: No special code needed to auto-update.
  • Security: Run code in a sandbox or log its activities.
  • No Browser: Runs apps and applets without a browser.
  • Fast startup: Runs code from a cache for fast starting.
  • Open Source: Currently distributed under the GPL (next release as LGPL).
  • Web Based: No installers needed to deploy an app.

Wednesday, February 28, 2007

Main Page - FDMD

Main Page - FDMD


This shall be the place to find both usage documentation and in depth tech background for our open source DataMatrix( 2d barcode) decoder.

It is a .net (C#) component, ready to use to decode DataMatrix from bitmaps, for example shot with a cheap webcam. It's licenced as open source under the GNU General Public Licence.

Tuesday, February 27, 2007

Tasman Barcode Reader Java SDK - tasman.bars

Tasman Barcode Reader Java SDK - tasman.bars

The core of the barcode decoder SDK is the Java package tasman.bars. This package identifies and reads barcodes contained within java.awt.Image instances. It provides an easy route to giving Java applications a barcode reading ability.

Specification

PDF417

Barcode Symbologies

  • Code 11
  • Code 32
  • Code 39
  • Code 93
  • Code 128
  • Codabar
  • Data Matrix (ECC200)
  • EAN 13
  • EAN 8
  • Interleaved 2 of 5
  • ITF-14 / SCC-14
  • PDF417
  • Planet
  • Postnet
  • QR Code (Model 2)
  • Royal Mail 4 State Customer Code
  • RSS-14
  • RSS Limited
  • Telepen
  • UPC A
  • UPC E
  • 2 and 5 digit supplementals associated with EAN and UPC barcodes.
  • Patch Codes: types 1, 2, 3, 4, 6 and T.

Alternative forms for some of the above symbology names for the benefit of search engines: Code11, Code-11, Code128, Code-128, Code32, Code-32, Code39, Code-39, Code93, Code-93, DataMatrix, i2of5, ITF, EAN13, EAN-13, EAN8, EAN-8, PDF-417, PDF 417, QRCode, RM4SCC, RSS14, UPCA, UPC-A, UPCE, UPC-E.

Open Source QR Code Library

Open Source QR Code Library

What is QR Code ?

QR Code is one of two-dimensional barcode, used widely in Japan. The advantage of QR Code from well-known barcode is larger data capacity (more than 100 bytes, typically) and error correction feature.

Most of japanese mobilephone has embeded QR Code Reader. Currently, QR Code became popular interface which connects user and web sites in Japan. But decoder library was available only under fee based until this project was launched.

In other word, QR Code can be described as universal analog/digital (real/virtual) data exchange interface which requires very cheap cost. By this viewpoint, I think QR Code has big potential.

Project Summary

This project develops open source QR Code decode/encode library. The project goal is "Utilize QR Code embeded information for programmble devices all over the world". QR Code is the industrial standard, JIS-X-0510 and ISO/IEC18004.

Welcome to Barcode4J

Welcome to Barcode4J: "Barcode4J is a flexible generator for barcodes written in Java. It's free, available under the Apache License, version 2.0."

Thursday, February 15, 2007

DBMail: fast and scalable sql based mail services

DBMail: fast and scalable sql based mail services

IMAP Mail Server needs a normal MTA like postfix etc.

maxq.tigris.org

maxq.tigris.org: "MaxQ records you using a web site. It turns the links you click on and any other input into a Python script that you can play back at any time. You might use it to:

* Check that your web site still works (regression test).
* Check that your web site is producing valid HTML (using JTidy).
* Automatically extract information from, or take some action on, someones else's web site."

Thursday, January 25, 2007

ObjectWeb - Petals - Main - TwoMinutesTour

ObjectWeb - Petals - Main - TwoMinutesTour

An Enterprise Service Bus

Petals helps you to integrate your Enterprise Business Units in order to provide a value added global solution. By assembling all your enterprise elements, you can provide new applications by re-using some existing ones.

Thus, all your applications expose their logic by exposing services. This concept is know as a Service Oriented Architecture (SOA).

Petals offers a solid backbone for your entperise Information System and acts as a Bus where all your data are exchanged. Petals connects services to each others. Petals is an Enteprise Service Bus (ESB).

Tuesday, January 23, 2007

Woopilists Java Mailinglist Server

http://woopi.org/it-services/woopilists/

Eine Software mit der man Mailinglisten realisieren kann ohne einen Mailserver zu betreiben.

Monday, January 15, 2007

Java OS

Overview: "JX is a Java operating system that focuses on a flexible and robust operating system architecture."

Tuesday, January 09, 2007

JRex - The Java Browser Component

JRex - The Java Browser Component: "JRex - The Java Browser Component

'JRex' is a Java Browser Component with set of API's for Embedding Mozilla GECKO within a Java Application.

Features

* Embedded Java Browser based on Mozilla GECKO.
* Event capturing like InputEvents (Mouse & keyboard), History, ContextMenu, ContentUrlListener, Observer, Progress, ToolTip.
* Compatible with AWT and Swing.
* Build in support for window and event management.
* Easy to use, developer need not know much of Mozilla details. The effective line of code for simple use is not more than 3 lines.
* Easy to use and easily extendable API's.
* Compatible with windows and *nix (Having GTK support).
* Compatible with Mozilla Gecko 1.4 and above. Has been tested with Mozilla Gecko 1.4 and 1.6 and 1.7.7
* Supports Tabbed and Java Internal Pane browser windows.
* Support for Profile & preferences.
* Support for Persist, Find & BroswerSetup (to enable/disable plug-in, image etc.) preferences.
* Support for accessing DOM objects of rendered page.
* JRex also implements DOM HTML2 for manipulating loaded HTML Document.
* In built support for Java WebStart deployment.
* In built support for LiveConnect which helps in communication between javascript and Java.
o Can be used for communication between XUL and JVM in which JRex is running.
Note:- JRex does not require mozilla to be installed. JRex uses GRE(which is bare minimal browser engine that can be bundled as WebStart deployment). Check the WebStart Demo to get a feel of how it works."

Sunday, January 07, 2007

Threaded Programs Code Samples

Threaded Programs Code Samples

Software Development Kits - PayPal

Software Development Kits - PayPal: "SDKs (Software Development Kit)
Mit Hilfe dieser Kits k�nnen Sie das Kaufabwicklungsverfahren mit PayPal Web Services �ber eine Client-Bibliothek integrieren, die einen 'Wrapper' f�r die SOAP-basierte Schnittstelle bietet. Jedes Kit enth�lt Dokumentation, einen Webservice-Client und Beispielcode f�r die Integration. F�hren Sie die folgenden drei Schritte aus, um mit der Integration von PayPal zu beginnen:"

JCaptcha - jcaptcha

JCaptcha - jcaptcha: "JCAPTCHA, for Java Completely Automated Public Test to tell Computers and Humans Apart
The open source java framework for captcha definition and integration"

Wednesday, January 03, 2007

The Bamboo DHT -- Introduction

The Bamboo DHT -- Introduction: "A distributed hash table, or DHT, is a building block for peer-to-peer applications. At the most basic level, it allows a group of distributed hosts to collectively manage a mapping from keys to data values, without any fixed hierarchy, and with very little human assistance. This building block can then be used to ease the implementation of a diverse variety of peer-to-peer applications such as file sharing services, DNS replacements, web caches, etc."