|
|||||||||||
|
[sffoundry java] April 07, 2003
From: <sffoundry-java-txt-mm-admin(at)newsfeed.osdn.com>
Date: Mon Apr 07 2003 - 04:48:03 EDT OPEN SOURCE DEVELOPMENT NETWORK WEEKLY EDITION * NEWSLETTER April 07, 2003
SourceForge.net - Java Foundry
Sponsored by Thinkgeek
http://www.ThinkGeek.com/ #======= NEWS =======#
Genie 1.0 Released
Genie is a Java framework for JSP based web applications. It provides a JSP tag library and services for configuration and session handling, request dispatching, parameter conversion and validation and error handling. Homepage: http://genie-framework.sf.net As the first open source version, version 1.0 of the Genie Framework has been released. Before becoming open source, the framework has been used successfully in a production environment for about 1 1/2 years. Therefore, despite the low version number, it can be considered to be of production quality and stable.
Chiba 0.8 released
Chiba is a web-based implementation of the upcoming XForms standard and allows to use this technology with today's browsers without any plugins or special requirements on the client-side. Homepage: http://chiba.sf.net This version features an Ant-based XML Schema to XForms generator, a completely reworked UI Generation, many fixes and improved conformance especially with Scoped Resolution and nested Repeats.
MyFaces v0.3.0 released
Our goal is to provide a configurable JSF implementation without using servlet sessions or cookies for saving the client state. (see http://java.sun.com/j2ee/javaserverfaces) Homepage: http://sf.net/projects/myfaces/ * This is a major release, that has lots of changes to make MyFaces conform to the new EA3 specification; * UISortHeader with SortColumnRenderer (see features.html); * LayoutRenderer (see features.html).
Http Bridge v0.7 released
Http Bridge consists of Java servlets and functions like a http proxy. Http Bridge allows designated family members and/or friends who are behind a firewall or in countries where internet is restricted to access liberal internet. Homepage: http://sf.net/projects/httpbridge/ This release has an improved HTML tag parser and supports the GET method of HTML FORM. Although it also support the POST method of HTML FORM, it does not work well. Because the cookie function has some problems, usually a POST method work togather with sessions. But it is coming soon.
DataVision v0.7.5 released
DataVision is an Open Source reporting tool similar to Crystal Reports. Reports can be designed using a drag-and-drop GUI. They may be run, viewed, and printed from the application or exported as HTML, XML, PDF, LaTeX2e, DocBook, or tab- or comma-delimited text files. The output files produced by LaTeX2e and DocBook can in turn be used to produce PDF, text, HTML, PostScript, and more. Homepage: http://datavision.sf.net Changes: * The report output Swing code has been reworked slightly in an attempt to work around Java 1.4 changes. * SQL tables would sometimes not load their columns. They do now.
EJBCA v2.0 released
EJBCA is a fully functional Certificate Authority using J2EE technology. EJBCA builds on the J2EE platform to create a robust, high performance, platform independent, flexible, and component based CA to be used standalone or integrated in any J2EE app. Homepage: http://sf.net/projects/ejbca/ EJBCA 2.0 is finally released after extensive development and testing. This is an important milestone for EJBCA and with all the new features it is ready for the enterprise. EJTools Management Browser 1.0.0 preview released http://java.foundries.sourceforge.net/article.pl?sid=03/03/28/0136225 The EJTools Management Browser provides a Swing based application dedicated to J2EE Management according to the JSR 77 specification (part of the J2EE 1.4). Homepage: http://www.ejtools.org The following features are available: - Managed Object hierarchy browsing; - Attribute manipulation; - Operation invocation; - Event capture; - Statistics live-graph.
SourceJammer v2.0.2 released
SourceJammer is a source control and versioning system written in Java. It consists of a server-side component that maintains the files and version history, and handles check-in, check-out, etc. and other commands; and a client-side component that makes requests of the server and manages the files on the client-side file system. Homepage: http://www.sourcejammer.org This release includes several important bug fixes to the 2.0.0 and 2.0.1 releases.
Sesame 0.8 released
Sesame is a scalable, modular, architecture for persistent storage and querying of RDF and RDF Schema. Homepage: http://sf.net/projects/sesame/ Release 0.8 updates Sesame to the latest round of W3C RDF spec revisions (including support for literal datatypes and list-style containers), features performance improvements and bugfixes, a faster RDF parser and a new graphic configuration tool.
Thorn v0.2.12 released
Thorn is a UML diagramming tool, specifically designed for Open Source projects. The UML models are saved in XML format for easy internet transfers and publishing. Thorn supports scripting in JPython and uses the Xerces XML parser. Homepage: http://sf.net/projects/thorn/ This release allow Thorn to compile without errors or warning using the JDK 1.4.1 and Ant 1.5. I needed to make this release to "even" the playing field before I begin adding new features in earnest.
JGraph Geneva (v2.1) released
JGraph is the most powerful, lightweight, feature-rich, and thoroughly documented open-source graph component available for Java. It is accompanied by JGraphpad, the first free diagram editor for Java that offers XML, Drag and Drop and much more! Homepage: http://jgraph.sf.net Changes: Moved all GraphCell dependencies to the GraphModel, added multiple grid styles, new font attribute, and the API is now ready for combined port/vertex cells. Bug fixes include improved live-preview, better zoom/grid integration, handling of negative coordinates, and minor bug fixes. Java 1.4 is the default version.
JNIDirect v1.0 released
JNIDirect, for Mac OS X Java Development, is a library that generates native methods for Java classes at runtime, linking against user specified Mac OS X frameworks. Although this library is for Mac OS X only right now, there are plans to port this to Windows, Linux, and any other feasible platform. Homepage: http://sf.net/projects/jnidirect/ Using JNIDirect, it is possible to write the following "hello world" program in Java: public class HelloWorld { public static void main(String[] args) { printf("Hello world!\n\0".getBytes()); } private static native int printf(byte[] format); static { jnidirect.Linker.link(HelloWorld.class); } } By default, any functions in the standard C library are available directly as native methods.
AppleCommander v1.2.2 released
AppleCommander is a tool that manipulates Apple ][ disk images. Files may be imported or exported with various file filters. Homepage: http://sf.net/projects/applecommander/ Version 1.2.2 continues on the general cleanup. One new export filter of a generalized hex dump and quite a bit of work in relation to ProDOS volumes.
SableVM v1.0.8 released
SableVM is a portable bytecode interpreter. Its goals are to be reasonably small, fast, and efficient, as well as providing a well-designed and robust platform for conducting research. This version fixes a few bugs. Homepage: http://sf.net/projects/sablevm/
FormProc v1.3 released
FormProc is an open source Java library designed to make handling and validating forms easy. Forms are represented as objects which manage a collection of form elements. Submitted data can be validated through several mechanisms including regular expressions, BSF supported scripting languages and custom Java classes. Homepage: http://www.formproc.org This release includes the following changes: FormManager now accepts a Commons VFS FileObject for loading configuration. Internally FormProc now uses Commons VFS for file system access. Fixed FormResult.getGroupErrorMessage() implementation. (Edgar Gonzalez). Added log.isDebugEnabled() before each log.debug() statement which requires string concatenation. All class loading is now done through the EdenLib ClassUtilities. #======= TOP TEN MOST ACTIVE =======#
99.9905%
Hibernate
99.9811%
JBoss.org
99.9527%
MegaMek
99.9148%
PCGen -- A Character Generator
99.8107%
Newsfighter
99.8013% PMD
99.7729%
HTML Parser
99.7256%
Track + Project Manager
99.6972%
Struts Applications
99.6783%
Abbot Java GUI Testing Framework
99.6404%
JGraph
99.631%
XNap - java filesharing client
99.6215%
SSHTools - Java SSH Solutions
99.612%
TightVNC
99.5269%
jEdit
99.4322%
Webmin
99.4133%
DataVision
99.4039%
Quartz
99.3187%
Liferay Enterprise Portal
99.2619% #======= TOP TEN DOWNLOADS =======#
7295
Webmin
4070
TightVNC
2625
MinGW - Minimalist GNU for Windows
1630
Firebird
1276
jEdit
1091
PCGen -- A Character Generator
956
jdictionary
616
JUnit
590
Compiere ERP + CRM Business Solution
568 To unsubscribe - If you do not wish to subscribe to SourceForge.net Java Foundry, go to http://www.osdn.com/newsletters/unsubscribe.shtml Copyright (c)1999-2002 Open Source Development Network. All rights reserved. Received on Mon Apr 7 07:06:26 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:29:04 EDT |
||||||||||
|
|||||||||||