|
|||||||||||
|
[sffoundry java] June 16, 2003
From: <sffoundry-java-txt-mm-admin(at)newsfeed.osdn.com>
Date: Mon Jun 16 2003 - 04:48:03 EDT OPEN SOURCE DEVELOPMENT NETWORK WEEKLY EDITION * NEWSLETTER June 16, 2003
SourceForge.net - Java Foundry
Sponsored by Thinkgeek
http://www.ThinkGeek.com/ #======= NEWS =======#
Kandid v0.1.3 released
Kandid is a system to evolve graphic. Graphics, in Kandid, is not drawn by hand. Instead new forms can be found using genetic algorithms. To achieve this aim Kandid simulates evolution using sexual reproduction and populations. But there is no fitness function in side the program. Only the user can decide what images are interesting. Homepage: http://sourceforge.net/projects/kandid/ To simulate evolution Kandid uses crossing over, mutation, populations and has a gene data base. Image calculation is based on Iterated Function Systems (IFS), Linear Cellular Automata (LCA) and Voroni diagrams. --thomas jourdan
Jmol v6 released
Jmol is a Java molecular viewer for three-dimensional chemical structures. Features include reading a variety of file types and output from quantum chemistry programs, and animation of multi-frame files and computed normal modes from quantum programs. Homepage: http://jmol.sourceforge.net Changes: * Reimplementation of rendering with perspective depth support and performance improvements; * Moved IO classes into separate package; * Moved rendering classes into separate package; * Jmol is now based on CDK (Chemistry Development Kit); * Added Spanish translation; * Display speed can be displayed in milliseconds and in frames per second; * Reimplementation of scripting functinality with support for most RasMol/Chime scripting commands.
OpenEJB v0.9.2 released
The 0.9.2 release is one that the whole team is quite proud of. OpenEJB 0.9.0 marked are first release with special Tomcat embedded support. Thanks to all the user feedback that support has just gotten better and better. The 0.9.2 release contains a neat surprise for OpenEJB/Tomcat users -- TOOLS! The new integration features a webapp with a setup verifier, JNDI browser, EJB viewer, Class browser, and even an Object invoker! You can browse the OpenEJB namespace and know right away exactly where the ejb is and what it is called. When you find one you like, just click it and it will open up into the EJB viewer. While there you can check out it's home, remote and bean classes in the class browser. The Object invoker allows you to actually create and invoke your EJBs without writing a single line of code. OpenEJB 0.9.2 also contains a new openejb.base variable to complement the openejb.home variable. The openejb.base variable allows you to have several configurations of OpenEJB all running against the same OpenEJB install. This makes using OpenEJB in IDEs like Eclipse or NetBeans even easier. Move the openejb_loader-0.9.2.jar into your project's lib directory, set the openejb.base, and you'll be debugging your EJB apps front-to-back without the need for remote debugging support or special editor plug-ins. As always, OpenEJB comes with fast, lightweight EJB Servers for both Local and Remote access allowing you to write standalone or distributed EJB applications. Thanks to all the OpenEJB users for all the great ideas! You speak, we listen. http://openejb.sourceforge.net/download.html --David Blevins
Simkin for Java/MIDP released
Simkin is a simple scripting language aimed at giving control over part or all of a Java application to the user. The Java developer exposes an API of primitives that are made available to the scripter. Simkin can scripts can be embedded within XML file. Homepage: http://sf.net/projects/simkin/ Simkin for Java now supports MIDP - the Java environment for Wireless Devices.
J2SSH 0.1.6 beta released
SSHTools is a suite of Java SSH applications providing both client and server applications as well as an extensible development library. Homepage: http://sf.net/projects/sshtools/ This release of J2SSH is primarily a bugfix release with fixes for several bugs submitted by our users included. There is also some re-engineering of the forwarding channel to allow less reliance upon sockets.
OWXv3 v1.0.3 released
eAdmin / OWX (standing for OmniaWeb-X) is a webbased site mangement software, a development framework and list generator. It uses opensource software to run. Homepage: http://www.eadmin.ch Features: Defineable field configurations (Text, Wysiwyg, Prices, Dates etc.) Searcher for searching multilanguage content FileManager for management of available files CategoryManger for management of multiple category-trees Multiuser support Multilanguage support WYSIWYG editor for formatted text input Support for different template systems Implementation using Java v2, JSP v2.3, SQL92 and Linux OS Model/View/Control (MVC) architecture (by using Jakarta Struts) Use of JSP custom tag libraries XML based configuration The OWX project team
Eclipse Metrics plugin v1.1.0 released
Provide metrics calculation and dependency analyzer plugin for the Eclipse platform. Measure various metrics with average and standard deviation and detect cycles in package and type dependencies and graph them. Homepage: http://sf.net/projects/metrics/ Changes: * much improved cyclic dependency analyzer: - using Tarjan's algorithm to find strong components; - cyclic package dependencies can be explored in detail; * added documentation for new features.
Ganttproject v1.9.6 released
Ganttproject lets you plan projects using a Gantt chart. It is written in Java. GanttProject use a XML file format. It can export the project in HTML Web pages and PNG image. It support several languages. Homepage: http://ganttproject.sf.net Changes in this release: you can directly convert an XML file of ganttproject format to an HTML file via the command line; you can also assign a color for a task and edit the name of the task directly on the tree; there is a correction for Mac OS X, and a correction in XML export; the HTML export is now in UTF-8. This release is built with Ant. -- Regards, Thomas Alexandre
JaxMeJS SQL generator framework
The JaxMeJS Java source generator framework provides an object oriented view to Java classes, methods, constructors and fields that you are generating. The packages target is to make source generating a process in several stages, with any stage postprocessing the former stage. Homepage: http://sf.net/projects/jaxme/ The framework is now extended by an SQL generator framework with the same approach: By defining Java objects abstracting your database schema, tables, columns, primary, secondary and foreign keys you can also make SQL generation a pipelined process happening in several steps. --Jochen Wiedmann
jConfig 2.1 released
jConfig lets you easily use configurations written in XML in your application. It supports reading the XML configuration from files, URLs and (in later versions) from databases and even LDAP. The configuration is structured in categories with properties inside. jConfig can automatically reload your configuration files if they have changed. We also provide a MBean to use your configuration in J2EE applications. With jConfig managing your configuration of an application is really easy. Homepage: http://www.jconfig.org The maintenance release has been published and is now available for download. The issues addressed were that of NullPointerExceptions and how they should be handled internally. The next release plans to address the current issue of how the java properties files are imported. There is much discussion concerning the issue of how to import the properties files. Anyway, the release is now out. If you experience any problems with it, let us know.
XTAS 0.5 beta released
XTAS project aims at providing simple Java API to the querying/Modification/Object[Un]Marshalling of XML documents and its fragments regardless of the documents source. Homepage: http://xtas.sourceforge.net New features: - DTD Validation for I/O XML;
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. #======= TOP TEN MOST ACTIVE =======#
99.9655%
JBoss.org
99.8966%
Webmin
99.5174%
jEdit
99.4829%
HSQL Database Engine
99.4657%
Mobicq - Mobile Messaging
99.414%
PCGen -- An RPG Character Generator
99.3795%
MegaMek
99.3451%
Liferay Enterprise Portal
99.3106%
Hibernate
99.2761%
Firebird
99.0865%
TV-Browser - A digital tv guide
98.8969% PMD
98.7246%
MinGW - Minimalist GNU for Windows
98.6729%
FreeMarker
98.4833%
Art of Illusion
98.466%
SW Test Automation Framework
98.4488%
XDoclet
98.4316%
JGraph
98.3109%
Echo
98.1558% #======= TOP TEN DOWNLOADS =======#
5070
jEdit
1480
Firebird
877
Compiere ERP + CRM Business Solution
612
JBoss.org
560
iText, a JAVA-PDF library
373
XNap - java filesharing client
366
NumericalChameleon
341
Saxon XSLT Processor
272
Jalopy Java Source Code Formatter
249 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 Jun 16 11:55:14 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:29:04 EDT |
||||||||||
|
|||||||||||