Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

[sffoundry java] August 18, 2003

From: <sffoundry-java-txt-mm-admin(at)newsfeed.osdn.com>
Date: Mon Aug 18 2003 - 01:48:03 EDT

  OPEN SOURCE DEVELOPMENT NETWORK                 WEEKLY EDITION * NEWSLETTER

   

August 18, 2003

                  SourceForge.net - Java Foundry

----------------------------------------------------------------------
Sponsored by Thinkgeek
http://www.ThinkGeek.com/

#======= NEWS =======# JCache alpha 2 released
http://java.foundries.sourceforge.net/article.pl?sid=03/07/12/0034212

    JCache alpha 2 has been released. JCache is an Open Source version of     JSR 107 JCACHE API. The features noteworthy in this release is: Cache     regions and Cache groups with support for nested groups. Automatic     timebased object expiration. Support for custom CacheLoaders Read more     on the project home page. Upcoming for the next release is size limited     memory and disk cache with disk spooling and increased control with the     time based cache expiration.--Frank KarlstrÃ&#x192;¸m

iReport 0.2.1 released.
http://java.foundries.sourceforge.net/article.pl?sid=03/07/12/0029258

    iReport is a powerful, intuitive and easy to use visual report     builder/designer for JasperReports written in 100% pure java. This tool     allows users to visually edit complex reports with charts, images,     subreports,.... The data to print can be retrieved through several ways     including multiple JDBC connections, TableModels, JavaBeans, XML,     etc... Homepage: http://ireport.sf.net Changes: - Completed Wizard -     Completed export in all formats (Java2D excluse) - Completed support     for JDBCConnections and JRCustomDataSourceConnections Are not yet     supported XML and JavaBeans datasources. - Linked some menus to your     functions... - Started support for loading report from a Jasper     compiled file too. - Started support for modify report properties. -     Completed cut and paste - Add support for custom datasource. Activated     the first type of report filling (using a custom datasource). -     Completed the selection of elements using the document structure,     handled of remotion, change and addition event (implemented for the     tree document structure) - Added recent file list handler based on a     XML file. - Implemented event handling for selection, change, addition     and deletion of elements from a JReportFrame - Implemented the document     structure and the DocumentStructureRenderer for the JTree.--Giulio     Toffoli

GanttProject 1.9.7 released
http://java.foundries.sourceforge.net/article.pl?sid=03/07/12/0024211

    GanttProject is a 100% pure Java application that lets you plan     projects using Gantt charts. Ganttproject 1.9.7 released today!! This     version has many new features and some correction on code. (Add a menu     for recent open/save projects / Change the format of the date with     resource bundle / Could drag the percent complet of the task directly     on the calendar / Three new translation, hungarian, russian and     estonian / Add priority field for tasks / Correction to resources and     add a unit field / Completly re-write the properties dialog box) Enjoy     it!! --Alexandre THOMAS

Do you need help?X

Distributor v0.6 is released
http://java.foundries.sourceforge.net/article.pl?sid=03/06/23/2330226

    Distributor is a software load balancer. Software load balancer.     Accepts connections and distributes them to an array of back end     servers. Unique/advanced features include integrated testing of back     end servers and optional termination of client connections to     misfunctioning servers. Homepage: http://distributor.sf.net Changes: -     Rewrote round robin algorithm. The previous version was a quick hack.     It worked fairly well under normal conditions (all targets enabled,     etc.) but fell apart otherwise. This version should be a bit more     robust. - Fixed some deadlock bugs by simplifying the methods that are     used to transfer clients/connections from one thread to another. Rather     than do a lot of heavy processing, the methods just put the client in a     queue which is processed later by the receiving thread. This reduces     the number of data structures that are accessed by multiple threads. -     Found a better way to handle registering connections with Selectors, by     using queues along the same lines as the last group of fixes. The old     method I was using required much ugly hackery to avoid deadlocks. The     queueing method is clean. - Added a 'memstats' command to Controller to     assist in detecting any memory leaks. memstats reports the size of all     long-term data structures used by Distributor.

[ANN] mvnForum 1.0.0 rc1 released
http://java.foundries.sourceforge.net/article.pl?sid=03/06/23/2220221

    MyVietnam Group are pleased to announce the latest and greatest release     mvnForum 1.0.0 RC1. mvnForum is a open source, powerful, easy to use,     easy to setup bulletin board (forum) built on the J2EE     technology(Jsp/Servlet). mvnForum is compatible with any Servlet     Container which supports Jsp 1.2 and Servlet 2.3. mvnFourm is a free,     opensource software released under the terms of the GNU General Public     License. It means that you could use it free of charge to build your     own communities. This version contains many bug fixes and new features     since beta3 release. Some main new features in RC 1 release are: *     Support File Attachment * Support Search/Advanced Search * Support     Global/Category/Forum/Thread Watch * Support RSS/Content Syndication *     Localization: 8 additional languages: Italian, German, French, Danish,     Latvian, Serbian cyrillic, Serbian latin and Slovenian * Database: 2     additional databases: SAPDB and Oracle 9i * Powerful logging system     with Jakarta Common Logging For a full list of features, please visit     http://www.mvnForum.com/mvnforumweb/feature.jsp You can download     mvnForum RC1 at: http://www.mvnForum.com/mvnforumweb/download.jsp Don't     hesitate to send us feedback, it will help us a lot. Thanks and enjoy ,     Minh Nguyen MyVietnam.net

jSimpleX Visual XSL Transformation Tool: milestones http://java.foundries.sourceforge.net/article.pl?sid=03/06/23/2217243

    jSimpleX is a simple, easy-to-use tool for transforming XML documents     (via a stylesheet) into HTML, XML, etc. jSimpleX supports a graphical     user interface, a command-line interface, and an Ant Task interface.     Two important milestones have been reached with the release of Version     2.1 of the jSimpleX Visual XSL Transformation Tool and the release of     the first Stylesheet Template Add-on pack. jSimpleX Version 2.1 brings     significant improvements to the user interface, as well as, several new     features. The new template stylesheets can be used in conjuction with     jSimpleX to create a variety of products. For example, the     documentation stylesheets produce project documentation that follows     the look-and-feel of the SourceForge Site Docs. The web page templates     can be used to create a simple, yet complete, project web site in a     matter of minutes. --Russell Thackston

Kandid v0.1.3 released
http://java.foundries.sourceforge.net/article.pl?sid=03/06/06/1611202

    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

Do you need more help?X

Jmol v6 released
http://java.foundries.sourceforge.net/article.pl?sid=03/06/06/166202

    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
http://java.foundries.sourceforge.net/article.pl?sid=03/06/06/161207

    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
http://java.foundries.sourceforge.net/article.pl?sid=03/05/11/1044220

    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
http://java.foundries.sourceforge.net/article.pl?sid=03/05/11/1038238

    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.

Can we help you?X

 OWXv3 v1.0.3 released
http://java.foundries.sourceforge.net/article.pl?sid=03/05/11/1036203

    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
http://java.foundries.sourceforge.net/article.pl?sid=03/05/11/1029227

    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: &nbsp; - using Tarjan's algorithm     to find strong components; &nbsp; - cyclic package dependencies can be     explored in detail; * added documentation for new features.

Ganttproject v1.9.6 released
http://java.foundries.sourceforge.net/article.pl?sid=03/05/11/1023228

    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
http://java.foundries.sourceforge.net/article.pl?sid=03/05/11/1017252

    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

Can't find what you're looking for?X

#======= TOP TEN MOST ACTIVE =======#
Compiere ERP + CRM Business Solution
http://sourceforge.net/projects/compiere

    100%

PCGen -- An RPG Character Generator
http://sourceforge.net/projects/pcgen

    99.9543%

Hibernate
http://sourceforge.net/projects/hibernate

    99.9162%

JGraph Diagram Component
http://sourceforge.net/projects/jgraph

    99.9086%

Don't know where to look next?X

TV-Browser - A digital tv guide
http://sourceforge.net/projects/tvbrowser

    99.8857%

JBoss.org
http://sourceforge.net/projects/jboss

    99.8705%

Cewolf
http://sourceforge.net/projects/cewolf

    99.8629%

Abbot Java GUI Testing Framework
http://sourceforge.net/projects/abbot

    99.8172%

Confused? Frustrated?X

Firebird
http://sourceforge.net/projects/firebird

    99.8019%

RSSOwl
http://sourceforge.net/projects/rssowl

    99.7943%

HSQL Database Engine
http://sourceforge.net/projects/hsqldb

    99.7715%

PMD
http://sourceforge.net/projects/pmd

    99.7562%

Call Pantek today for Open Source Technical Support at 1-877-546-8934 - 24/7/365X

JasperReports
http://sourceforge.net/projects/jasperreports

    99.741%

Animal Shelter Manager
http://sourceforge.net/projects/sheltermanager

    99.7258%

QuickDownloader
http://sourceforge.net/projects/qdown

    99.6877%

Neuros Database Manipulator
http://sourceforge.net/projects/neurosdbm

    99.6724%

Do you need help?X

MinGW - Minimalist GNU for Windows
http://sourceforge.net/projects/mingw

    99.5886%

XNap - java filesharing client
http://sourceforge.net/projects/xnap

    99.5734%

MegaMek
http://sourceforge.net/projects/megamek

    99.5505%

jBpm.org - java Business Process Mgmt
http://sourceforge.net/projects/jbpm

    99.4972%

Do you need more help?X

#======= TOP TEN DOWNLOADS =======#
TightVNC
http://sourceforge.net/projects/vnc-tight

    2845

Webmin
http://sourceforge.net/projects/webadmin

    1999

MinGW - Minimalist GNU for Windows
http://sourceforge.net/projects/mingw

    1548

JBoss.org
http://sourceforge.net/projects/jboss

    1446

Can we help you?X

Firebird
http://sourceforge.net/projects/firebird

    835

PCGen -- An RPG Character Generator
http://sourceforge.net/projects/pcgen

    686

jEdit
http://sourceforge.net/projects/jedit

    590

Azureus
http://sourceforge.net/projects/azureus

    505

Can't find what you're looking for?X

FurthurNet
http://sourceforge.net/projects/furthurnet

    457

XNap - java filesharing client
http://sourceforge.net/projects/xnap

    420




  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 Aug 18 08:11:44 2003

This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:29:04 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library