Download List

專案描述

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. It also includes a simple but very capable message broker. The broker allows routing and transformation of messages from and to all the sources and sinks for which adapters exist. Transformations may be custom-written in Java or XSLT (the broker uses Xalan as its XSLT transformation engine).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-03-19 15:05
0.4.3

This release fixes a bug in SwitchedRouter, changes StraightRouter to
accept multiple sinks and SwitchedRouter (all varieties) to accept
multiple sinks per match, and adds MQJNISource/MQJNISink, which
provide a thin JNI wrapper around the MQSeries C Interface, boosting
performance 300%-800% compared to the MQSeries Classes for Java (even
more compared to IBM's JMS layer).
標籤: Minor feature enhancements

2003-03-12 17:08
0.4

An UpdatingSource interface was added, and DBSource now implements it. Base Router now calls update() on sources that implement UpdatingSource, which can provide a form of assured delivery even for nontransactional sources. Basic support for transactional sources and sinks was added, and JMSSource, MQSource, and DBSource now implement the Transactional interface. Tibco sink was added. This release also features more documentation, more examples, and more fun.
標籤: Major feature enhancements

2003-03-04 16:38
0.3

PolledSource, DBSource (limited version), FTPSink and FTPSource were added. SwitchRouter was changed to abstract, and the following concrete descendants to it were added: XMLSwitch (which corresponds to old SwitchedRouter), RegexSwitch, and SubstringSwitch (the latter two are for switched routing of non-XML messages). The base Router class was changed so that routers can be used as sinks to implement branching logic in the broker.
標籤: Major feature enhancements

2003-02-27 15:31
0.2

SwitchedRouter was added for content-based routing of XML messages. A native MQSeries source/sink was added. Additional material was added to the User Guide. More examples were added.
標籤: Major feature enhancements

2003-02-24 15:14
0.1 patch 1

The missing documentation for the examples has been supplied.
標籤: Minor bugfixes

Project Resources