Saturday, October 20, 2007
Sunday, October 07, 2007
Wednesday, October 03, 2007
JXLA, a web logs parser in java
Friday, September 28, 2007
Thursday, June 28, 2007
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
SourceForge.net: Files
Saturday, June 02, 2007
Java Web Parts at SourceForge
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
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."
Thursday, May 31, 2007
Tuesday, May 29, 2007
SourceForge.net: Files
Monday, May 21, 2007
GNU Crypto - GNU Project - Free Software Foundation (FSF)
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
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
Java grid computing - Java World
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
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 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.