|
|||||||||||
|
[sffoundry java] March 31, 2003
From: <sffoundry-java-txt-mm-admin(at)newsfeed.osdn.com>
Date: Mon Mar 31 2003 - 04:48:03 EST OPEN SOURCE DEVELOPMENT NETWORK WEEKLY EDITION * NEWSLETTER March 31, 2003
SourceForge.net - Java Foundry
Sponsored by Thinkgeek
http://www.ThinkGeek.com/ #======= NEWS =======#
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.
Newsfighter: bug-fix release
Newsfighter is a set of tools that drastically reduce the time an independent journalist must spend managing their website. It automates the roles of web designers and developers and allows the journalist to do what they do best--write the news. Homepage: http://newsfighter.sf.net Changes: An updated Newsfighter Skin The skin.xml files in the default and newsfighter skins have been altered. The "width" attribute in the tag has been stripped--you must now set the width in the skin.xml file. The corresponding LogoTag class has
been altered. The TLD for the Layout Manager has been changed to
reflect this. The SkinFactory.java file has also been altered to
support this. The default title of the application is now a blank
string. API documents have been added to the release. TLD has been
added in addition to the WAR file. These minor but important changes
are now out of the way, and we are working to rearchitect and
reimplement the Layout Manager as a JMX manageable service.--N. Alex
Rupp
PCGen v4.3.5 released
PCGen is a Java-based RPG character generator and maintenance program that works on all platforms (Windows, Mac OS X, Linux, etc). Homepage: http://pcgen.sourceforge.net All datafiles are ASCII so they can be modified by users, and are available through the pcgendm project. An XML conversion is underway. We'll soon be releasing another production release of PCGen - version 5.0.0. We'd appreciate feedback on the editors, the Companions section of the Resources tab (especially for Paladins and Blackguards) and the Equipping tab. We're also considering using that release to migrate PCGen to using java 1.4.1 now that Apple has released it. This decision is not final yet, pending our testing efforts. -- The PCGen Development Team
VisualCTI IDE released
This project is a toolset for make the computer telephony solutions.
You can to build, debug and deploy the telephone service. It is
possible to use the soundcard as emulator of telephone line to
application's debug. After debug you can deploy the application to
VisualCTI server directly. Homepage: http://visualtelephony.sf.net
Changes: To IDE added debugger's features, attached soundcard's
support. For now it is possible in IDE to make, debug and deploy the
application System with voicemail, works only with Dialogic's LSI
devices (D/41) Tested with Linux SR5.1 / J2SDK1.4.0 & WinNT SR5.1.1 /
J2SDK 1.4.1.
#======= TOP TEN MOST ACTIVE =======#
99.9811%
JBoss.org
99.9716%
MegaMek
99.9055% PMD
99.896%
PCGen -- A Character Generator
99.8676%
MinGW - Minimalist GNU for Windows
99.8393%
JGraph
99.8204%
Compiere ERP + CRM Business Solution
99.7826%
XNap - java filesharing client
99.6219%
Track + Project Manager
99.6124%
Firebird
99.5935%
TightVNC
99.5746%
JasperReports
99.5557%
jEdit
99.4801%
iText, a JAVA-PDF library
99.4044%
HSQL Database Engine
99.3855%
SSHTools - Java SSH Solutions
99.3666%
httpunit
99.3572%
SW Test Automation Framework
99.3477%
Newsfighter
99.3004% #======= TOP TEN DOWNLOADS =======#
8758
TightVNC
2943
Webmin
2904
MinGW - Minimalist GNU for Windows
2036
Firebird
1422
jEdit
1164
PCGen -- A Character Generator
1011
OWASP Source Code Center
695
jdictionary
692
Compiere ERP + CRM Business Solution
581 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 Mar 31 08:42:50 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:29:04 EDT |
||||||||||
|
|||||||||||