ダウンロードリスト

プロジェクト概要

monq.jfaは、高速で柔軟な正規表現を備えたテキストフィルタリング用クラスライブラリです。java.util.regexとは対照的に、monq.jfaは入力ストリーム中にマッチしたときはいつでも自動的にバインドされたアクションを実行することが出来ます。さらに、それは高速で並列なテキストフィルタリングのために数万のregex/動作のペアを1個の機械(“決定性有限オートマトン”またはDFAと呼ばれる)に合併できます。汎用TCPサーバーとmonq.netに関連付けられているクラスで、サーバーとして実行されるより大きなDFAを可能になります。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2007-06-24 04:20
1.1.1

このmonq.jfa.actions.Printf内のオブジェクトの不適切な同期を再修正するためには、バグ修正リリースです。ユーザーの目に見える症状が文字化けすると出力します。
タグ: Minor bugfixes
This is a bugfix release to correct improper
unsynchronized reuse of an object within
monq.jfa.actions.Printf. The user visible symptom
would be garbled output.

2007-05-01 22:21
1.1

このリリースでは、Java 1.5への移行を行いました。 1つだけ存在'チェック警告が残っている。一般的なパラメータが追加され、その過程で、いくつかのループは、1.5の構文に変更された。今は新しいFaAction monq.jfa.actions.Callと呼ばれます。これはアプリケーションを作成する作業を簡素化のためのすべてのコールバックをDFAの組み合わせることができるよう1つのクラスのメソッドおよび個々の(匿名のように実装する必要はありません)のクラス。マイナーな改良とクリーンアップmonq.clifjでやや互換性のない変更をリードしている。必要な変更は、コンパイラの出力からは明白です。
タグ: Minor feature enhancements
This release has made the move to Java 1.5. There is only one 'unchecked' warning left. Generic parameters were added, and in the process, a few loops were changed to the 1.5 syntax. There is a new FaAction called monq.jfa.actions.Call. It simplifies writing applications, because all callbacks for a Dfa can be combined as methods in one class and need not be implemented as individual (anonymous) classes. Minor improvements and cleanup have lead to slightly incompatible changes in monq.clifj. The necessary changes are obvious from the compiler output.

2007-03-17 01:01
1.0

このリリースでは機能的には同じ0.19同じです。これは、開発のberlios.deへの移行を迎えます。
タグ: Code cleanup
This release is functionally the same as 0.19. It celebrates the move of the development to berlios.de.

2005-11-22 21:11
0.19

ServiceFactoryをインターフェイスは、サービスの最後の分の構成を可能にする追加のパラメータオブジェクトを作成する必要が拡張されました。地区(パイプ)?フィルタとFilterServiceFactory基になるプロトコルからより多くの抽象化に向けて変更された。バージョン0.18以前と互換性がこの結果は、サーバーを再コンパイルすると再起動してを意味します。
タグ: Minor feature enhancements
The ServiceFactory interface was extended with an additional parameter object that allows last minute configuration of the Service to be created. Dist(Pipe)?Filter and FilterServiceFactory were changed towards more abstraction from the underlying protocol. This results in an incompatibility with version 0.18 and older, meaning that servers have to be recompiled and restarted.

2005-10-27 14:20
0.18

問題がDictFilterのような文字エンティティを含むテンプレートを"文字化けして出力結果を修正しました。
タグ: Major bugfixes
A problem where DictFilter templates containing character entities like < resulted in garbled output was fixed.

プロジェクトリソース