Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

[sffoundry java] December 23, 2002

From: <sffoundry-java-txt-mm-admin(at)newsfeed.osdn.com>
Date: Mon Dec 23 2002 - 02:48:03 EST

  OPEN SOURCE DEVELOPMENT NETWORK                 WEEKLY EDITION * NEWSLETTER

   

December 23, 2002

                  SourceForge.net - Java Foundry

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

#======= NEWS =======# Open Java Application Model Architecture v0.7.5 released http://java.foundries.sourceforge.net/article.pl?sid=02/12/23/000240

    OJAMA is a framework that integrates Java application model classes and     UI components together. The foundation is a generic model interface,     which is utilized by UI component adapters offering logic for viewing     and manipulating model data. Homepage: http://ojama.sf.net/

Java Outline Editor v1.8.10 released
http://java.foundries.sourceforge.net/article.pl?sid=02/12/22/2358232

    This is an outliner editor and MDI implemented in Swing. The GUI is     similar to the outliner found in Userland's Frontier. Starting with     version 1.8.10, Java 1.4 is required. Previous versions require Java     1.3. Homepage: http://sf.net/projects/outliner/

ImageApp v0.8.1 released
http://java.foundries.sourceforge.net/article.pl?sid=02/12/22/2355212

    An IDE for people interested in Machine Vision/Image Processing.Written     in Java, using JAI.It allows users to visualise Image data(ImageViewer)     and also provides an IDE that users can create/execute sequences of JAI     operators using Drag and drop. Homepage: http://imageapp.sf.net/     Changes: - Added icons to menus; - Implemented preference of look and     feel; - Implemented 'Restore session' option for OpViewer, so now any     open files are restored on app startup; - Added shortcut keys for most     actions, soon these will be configurable...; - Cut / Copy / Paste now     implemented; - Fixed bug in persistent frames, in that it wasnn't     always saving its location and posistion. All frames were also being     centered on startup there location is now restored.; - Fixed bug in     options dialog, where it was always thinking options are modified; -     Implemented 'Restore session' option for ImageViewer, so now any open     files are restored on app startup this also means if a file is not     saved on shut down then users are asked to save.

Do you need help?X

Simple v2.1 released
http://java.foundries.sourceforge.net/article.pl?sid=02/12/22/2351233

    Simple is a comprehensive Java framework for the development of web     services. The framework consists of an API for the development of Java     web services and a service engine to process services. The API provided     enables web service components similar to Java Servlets to be     developed. Simple web services provide functionality comparable to     Servlets with much better support for concurrency and component     chaining, and a much cleaner interface. Homepage:     http://simpleweb.sf.net Changes: - Added simple.http.page package for     Server Side Includes (SSI); - Introduction of a PageContext for serving     SSI content; - Introduction of a PageContent to parse SSI HTML files; -     Added a ParameterParser object for parsing HTML form data; - Added a     Parameters interface for HTML form data; - Support for HTML form     parameters in the Request; - Introduction of a FactoryContext object     for dynamic content; - Introduction of a ContentFactory interface for     dynamic content; - Removed the getDataInputStream from the Request; -     Introduce a getParameter method to Request; - Support for i18n by     introducing a Request.getLanguage method; - The MIME type of a message     body is available with Request.getMimeType.

OpenLogistics v0.12 released
http://java.foundries.sourceforge.net/article.pl?sid=02/12/22/2346205

    OpenLogistics is a web-based E-Logistics solution. Including Enterprise     Resource Planning (ERP) module, Supply Chain Management (SCM) module,     Customer Relationship Management (CRM) module and Knowledge Management     (KM) module. Homepage: http://sf.net/projects/openlogistics/ Changes:     subcatalog and tree menu added.

ObJectRelationalBridge v0.9.8 released
http://java.foundries.sourceforge.net/article.pl?sid=02/12/22/2343208

    Bridging Objects and Relational Databases. Transparent persistence for     Java Objects against RDBMS. Provides an ODMG 3.0 compliant API. There     is also JDO prototype implementation included. Homepage:     http://jakarta.apache.org/ojb/ Changes: - On the fly database     generation; - JDO support by providing a plugin to the JDO reference     implementation; - support for nested fields.

Security update: Tomcat 4.1.18 (stable) released http://java.foundries.sourceforge.net/article.pl?sid=02/12/20/0049249

    The Tomcat Team announces the immediate availability of Apache Tomcat     4.1.18 Stable. Tomcat 4.1.18 includes a fix for an object recylcing bug     which could be exploited by a denial of service attack. The bug was     introduced in Tomcat 4.1.16 Beta. The release also includes a fix for     SSL handling in the JK connector. Binary and source distributions are     available here.

Do you need more help?X

JPluck v0.8.5 released
http://java.foundries.sourceforge.net/article.pl?sid=02/12/19/1734206

    JPluck is Java-based toolkit for creating Plucker documents. It     includes the easy-to-use JPluck X GUI for managing and downloading     sites. Homepage: http://jpluck.sf.net Changes: New: JTidy integration.     (JTidy is a Java port of the well-known HTML Tidy.) You can now choose     between NekoHTML and JTidy for parsing HTML pages. JTidy does a better     job of parsing illegal HTML. NekoHTML is still the default, and     recommended, choice. New: Document-specific URL pattern inclusion and     exclusion. New: Configurable default Document settings. New:     Customizable image conversion. You can use the following settings: set     maximum image size, use linear filtering for resizing, change     brightness and change contrast. New: Configurable default link color.     Fixed: Some issues with HTML parsing. Improved: layout and organization     of the JPluck X GUI.

mvnForum 1.0.0 beta2 available
http://java.foundries.sourceforge.net/article.pl?sid=02/12/19/1656219

    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.1 and Servlet 2.2. Homepage: http://www.mvnforum.com This version     contains many bugs fixed and new features since beta1 release. For a     full list of features, please visit
    http://www.mvnforum.com/mvnforumweb/feature.jsp You can download     mvnForum beta2 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

JDynamiTe v1.2 available
http://java.foundries.sourceforge.net/article.pl?sid=02/12/18/2222242

    JDynamiTe is a simple yet powerful tool used to create dynamic     documents from template documents. It is based on the same concept as     those of &quot;FastTemplate&quot;, which is a very popular PHP     extension used in many Web sites to create dynamic HTML pages. The main     benefit of JDynamiTe is to allow a true separation between the     presentation (HTML, XML, etc) and content generation code (written in     Java). JDynamiTe is not another template language, or a complete     framework. It is a simple &quot;brick&quot; in your MVC architecture,     &quot;glue&quot; between views and models. Homepage:     http://jdynamite.sourceforge.net The main new feature of JDynamiTe 1.2     is that all the Variable keys of the template document are now recorded     during analysis (i.e. in the setInput method). All the values of these     key/value pairs are initialized with an empty string value.

JOrganizer v0.0.22 alpha available
http://java.foundries.sourceforge.net/article.pl?sid=02/12/18/2027235

    JOrganizer is a web-based PIM, written in Java. It includes a e-mail     client, contact management/address book, an RDF/RSS viewer and a time     tracking tool. It is based on Jakarta Struts, the xml.apache.org API's,     Castor and other Open Source projects. Homepage:     http://jorganizer.sourceforge.net This release adds some new features     and bugfixes. A zip which includes binary's, source-code and     documentation can be found here. JOrganizer is released under an     Apache-style license.

Can we help you?X

Tomcat 4.1.17 (stable) released
http://java.foundries.sourceforge.net/article.pl?sid=02/12/18/1326203

    The Tomcat Team announces the immediate availability of Apache Tomcat     4.1.17 Stable. Tomcat 4.1.16 includes many bugfixes and performance     tweaks over Tomcat 4.1.12. Please see the release notes for a complete     list of the changes. Download:
    http://www.apache.org/dist/jakarta/jakarta-tomcat-4.0/release/v4.1.17/

GuitarScales v0.2 released
http://java.foundries.sourceforge.net/article.pl?sid=02/12/17/2248205

    This application can show you scales visualy on a fretboard. You can     put in your own guitar and also put in your own scales, using a     convenient editor in the program. Homepage:     http://sf.net/projects/guitarscales/ Normally this should be a very     stable version with following features: See scales visualized on a     fretboard with 4 types of visualization: plain dots dots with special     markings for the root notes note names degree numbers Add guitars and     scales using an easy to use interface in the program Export scales to     SVG Print scales

leJOS v2.1.0 released
http://java.foundries.sourceforge.net/article.pl?sid=02/12/17/0955236

    A Java based replacement firmware (OS) for the Lego Mindstorms RCX     brick that comes with Lego's Robotics Invention System. leJOS is meant     to be a more complete (although less compact) alternative to TinyVM.     Homepage: http://sf.net/projects/lejos/

XPath Explorer 20021216 released
http://java.foundries.sourceforge.net/article.pl?sid=02/12/16/2140247

    XPath Explorer (XPE) is a GUI application that lets you interactively     experiment with XPath. Given an xpath and URL (to an HTML or XML     document), it displays matching nodes and their values. This makes it     easy to play with and debug your XPath expression. Homepage:     http://sourceforge.net/projects/xpe/ New features: - Much Faster when     opening large documents; - Expand/Collapse All Nodes menu item; - File:     Open Location menu item; - Progress Bar when loading or expanding; -     Eclipse plugin is now versioned correctly (so Eclipse notices new     versions when they're installed). --Alex Chaffee

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

#======= TOP TEN MOST ACTIVE =======#
PCGen -- A Character Generator
http://sourceforge.net/projects/pcgen

    99.9415%

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

    99.9024%

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

    99.8829%

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

    99.7561%

Don't know where to look next?X

Compiere ERP + CRM Business Solution
http://sourceforge.net/projects/compiere

    99.7463%

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

    99.7073%

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

    99.6683%

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

    99.6293%

Confused? Frustrated?X

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

    99.5707%

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

    99.5512%

httpunit
http://sourceforge.net/projects/httpunit

    99.5415%

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

    99.4927%

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

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

    99.4732%

Jalopy Java Source Code Formatter
http://sourceforge.net/projects/jalopy

    99.3366%

CMU Sphinx
http://sourceforge.net/projects/cmusphinx

    99.2683%

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

    99.239%

Do you need help?X

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

    99.2%

JBidwatcher
http://sourceforge.net/projects/jbidwatcher

    99.1902%

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

    99.161%

TM4J
http://sourceforge.net/projects/tm4j

    99.1317%

Do you need more help?X

#======= TOP TEN DOWNLOADS =======#
Webmin
http://sourceforge.net/projects/webadmin

    3765

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

    3106

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

    2857

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

    2393

Can we help you?X

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

    1878

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

    1622

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

    1180

The Freenet Project
http://sourceforge.net/projects/freenet

    996

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

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

    745

Project WONDER
http://sourceforge.net/projects/wonder

    624




  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 Dec 23 10:47:14 2002

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