Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

[sffoundry java] March 03, 2003

From: <sffoundry-java-txt-mm-admin(at)newsfeed.osdn.com>
Date: Mon Mar 03 2003 - 04:48:03 EST

  OPEN SOURCE DEVELOPMENT NETWORK                 WEEKLY EDITION * NEWSLETTER

   

March 03, 2003

                  SourceForge.net - Java Foundry

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

#======= NEWS =======# SoundGrid v1.5 released
http://java.foundries.sourceforge.net/article.pl?sid=03/03/02/0032259

    Sound Grid is a graphical music composition, editing, and notation tool     in the cartesian coordinate system. Recently revised to incorporate     JMusic package. Homepage: http://sf.net/projects/soundgrid/ New     features in SoundGrid 1.5: * Import MIDI format 0 files for editing; *     Piano keyboard graphical view; * Serial music composition functions; *     Stepwise note composition tools; * MIDI file output; * Rests notes.

Proteus EAI Toolkit v0.2 released
http://java.foundries.sourceforge.net/article.pl?sid=03/03/02/0029233

    Proteus is a toolkit for message-based Enterprise Application     Integration. It includes adapters that allow databases, message queues,     FTP servers, email, and other message sources and sinks to be addressed     in a simple, uniform fashion. Homepage:     http://sf.net/projects/eaitoolbox/

JFreeReport v0.8.1 released
http://java.foundries.sourceforge.net/article.pl?sid=03/03/02/0023228

    JFreeReport is a Java class library for generating reports. It provides     a flexible printing functionality for Java applications and supports     output to Printers and PDF, Excel, HTML and XHTML, PlainText, XML and     CSV files. Homepage: http://www.object-refinery.com/jfreereport/ This     release adds more output targets to the library: Now JFreeReport is     able to export the generated reports into Excel, HTML and XHTML, CSV,     PlainText and XML files; Printer output and PDF generation were already     supported by previous versions.

Do you need help?X

SMC v2.0.2 released
http://java.foundries.sourceforge.net/article.pl?sid=03/03/01/006258

    The State Machine Compiler takes a state machine stored in a .sm file     and generates a State pattern in C++, Java or [incr Tcl]. Includes:     default transitions, transition args, transition guards, push/pop     transitions and Entry/Exit actions. See User Manual for more info.     Homepage: http://smc.sf.net Changes focus: major enhancements.

OpenWFE v0.2.3 released
http://java.foundries.sourceforge.net/article.pl?sid=03/02/28/2359228

    OpenWFE is a java workflow engine under a BSD license. It aims to     comply with the Workflow Coalition standards. Homepage:     http://openwfe.sf.net A lot of bug fixed. Most noticeable changes: -     the web ui now has a 'launch' interface allowing you to launch flows     from your web client; - The listeners now reply to dispatchers.

Bossa Workflow System v0.2.1 released
http://java.foundries.sourceforge.net/article.pl?sid=03/02/28/2353210

    Bossa is a workflow engine written in Java. The engine is very fast and     lightweight, uses a very expressive Petri net notation to define     workflows, does not requires a RDBMS, and is very simple to use and     integrate with Java applications. Actually, it was designed to be     embedded. Therefore, Bossa is organized as a library to be used by     server-side applications (especially Web-oriented ones) that need     workflow services. Homepage: http://sf.net/projects/bossa/

Mars v2.2.1 released
http://java.foundries.sourceforge.net/article.pl?sid=03/02/28/2349251

    Mars is a simple services-oriented network status monitor written in     Java. It monitors a network by simulating client connections to     Internet services and reporting when those services are not responding.     It is quick and easy to install and configure, which distinguishes it     from other, more complex, more fully-featured network monitoring tools.     Homepage: http://leapfrog-mars.sf.net Mars is now capable of     dynamically loading probes and plugins at startup, allowing full use of     the extension mechanisms that have been around (in limited form) since     2.1. Additional probe extensions and plugins will be available on this     page as they are made available. This version also includes a status     bar (so you can watch Mars work) and enhancements to the notification     plugins.

Do you need more help?X

The OpenNLP Grok Library v0.7.0 released http://java.foundries.sourceforge.net/article.pl?sid=03/02/28/2345259

    Grok is a library of natural language processing components, including     support for parsing with categorial grammars and various preprocessing     tasks such as part-of-speech tagging, sentence detection, and     tokenization. Homepage: http://grok.sf.net Mike is taking over Grok     development and repurposing it for primary use as a CCG Realizer in     limited domain dialogue systems. See     White-Baldridge-ENLG-2003-to-appear.pdf for a description of the effort     so far. Version 0.7.0 will be the last Grok release. After this     version, Grok will be split into separately usable and separately     developed OpenNLP components. Tom Morton will be responsible for     further development of the pre-processing components. Mike will be     responsible for further development of the CCG parser and realizer.

Jostraca v0.3.2 released
http://java.foundries.sourceforge.net/article.pl?sid=03/02/28/2342220

    Jostraca is a general purpose code generation toolkit for software     developers. Homepage: http://www.jostraca.org The major new feature in     this version is a significant performance improvement. Jostraca is now     far more intelligent about regenerating and recompiling templates and     will avoid doing so if it is not necessary. This means that the ant     task can finally be used effectively. A number of resource consumption     bugs have also been fixed in this release. Code and error handling     consistency have been improved and are moving slowly towards a more     structured architecture.

SeismoTectonics v1.0 released
http://java.foundries.sourceforge.net/article.pl?sid=03/02/28/2336218

    User-friendly Java application for interactive statistical analysis and     mapping of earthquake catalogs in geological settings. Homepage:     http://sf.net/projects/seismotectonics/ Besides creation of seismicity     plots, the application can be used to clean up earthquake catalogs from     foreshock/after shock sequences and explosions, extremely useful for     seismic hazard assessment. The application was developed within     SeisSchool/Norway project (http://pcg1.ifjf.uib.no), and is     successfully used as a learning-by-doing task by high school students.     The first public release supports catalogs in NORDIC, HELSINKI, and XML     formats, geological maps in UTM projection zone 32V, creates histograms     and seismicity maps in Scalable Vector Graphics SVG.

JMidoriService (SDK to write Windows Service in Java) v2.0 released http://java.foundries.sourceforge.net/article.pl?sid=03/02/28/2332211

    JMidoriService is the middleware to make Java application work as a     Windows XP/2000/NT4.0 service. It has coped with the problem that a     service is suspended since the Windows user who generally tends to     cause a trouble logs off. 1.It is enabled to make the existing Java     application as the "service application" in a control panel of Windows.     2.You can develop "The program which carries out permanent residence     operation even if user does not log in to Windows2000/NT" Homepage:     http://sf.net/projects/jmidoriservice/ Under Java2 SDK 1.3.0/1.4.0     environment, at the logoff timing of Windows2000/NT user causes Java     application service abort problem was already fixed.

Can we help you?X

EchoPoint v0.2.5 released
http://java.foundries.sourceforge.net/article.pl?sid=03/02/28/2328251

    The EchoPoint project provides a rich collection of web components     which seamlessly integrate with the Echo Web Framework. EchoPoint     combined with the Echo Web Framework provides the simplest and richest     framework for Web application development. Homepage:     http://echopoint.sf.net

Joost 20030224 released
http://java.foundries.sourceforge.net/article.pl?sid=03/02/28/2251224

    Joost is a Java implementation of the Streaming Transformation for XML     (STX) language (see http://stx.sourceforge.net/) Homepage:     http://joost.sf.net This update introduces stx:for-each as well as     functions for namespaces. In addition it fixes some more or less     serious bugs. It is the first release that contains some STX examples     from the test module.

JScreenSaver v1.0.1 released
http://java.foundries.sourceforge.net/article.pl?sid=03/02/27/019239

    JScreenSaver is the middleware to make a screen saver for Windows in     Java language. JScreenSaver itself is being written in the Java     language and the C++ language. JScreenSaver starts the screen saver     which you wrote in Java language. J2SE 1.4.0 or later is required.     Homepage: http://sf.net/projects/jssaver/ This is the first release of     JScreenSaver.

JSpider v0.3 released
http://java.foundries.sourceforge.net/article.pl?sid=03/02/27/013240

    A Java implementation of a high performant, flexible and extensible web     spider engine. Optional modules allow functionality to be added     (searching dead links, testing the performance and scalability of a     site, creating a sitemap, etc. Homepage: http://j-spider.sf.net While     this is mainly a refactoring release with internal optimizations and     added JUnit tests, there are some new interesting features, like for     example an out-of-the-box configuration for downloading sites.

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

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

    99.953%

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

    99.9248%

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

    99.906%

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

    99.8872%

Don't know where to look next?X

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

    99.765%

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

    99.7274%

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

    99.718%

TightVNC
http://sourceforge.net/projects/vnc-tight

    99.6522%

Confused? Frustrated?X

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

    99.6334%

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

    99.6052%

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

    99.5958%

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

    99.577%

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

SSHTools - Java SSH Solutions
http://sourceforge.net/projects/sshtools

    99.5676%

Java Object Oriented Neural Engine
http://sourceforge.net/projects/joone

    99.53%

Ohioedge CRM
http://sourceforge.net/projects/ohioedge

    99.436%

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

    99.4172%

Do you need help?X

JFreeReport
http://sourceforge.net/projects/jfreereport

    99.4078%

Track + Project Manager
http://sourceforge.net/projects/trackplus

    99.3984%

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

    99.389%

HTML Parser
http://sourceforge.net/projects/htmlparser

    99.3608%

Do you need more help?X

#======= TOP TEN DOWNLOADS =======#
No Projects




  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 3 06:40:56 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