SourceForge.net Logo

http downloads

Here you can download BERSERK via http access. The links use sourcerforge File Release System (FRS) and therefore you will be redirected to a sourceforge page and be asked to choose a download mirror.

Please report any problems with the links to this page webmaster and to a sourceforge supporter.

Along with the links to the download a list of changes / bug fixes is presented.

You can get the most recent build here. This build is uploaded every nigth. Please note that it may not work properly or, in rare situations, it may even not compile.

BERSERK V1.0 RC3

DOWNLOAD

Notes:

Probably the last Release Candidate unless a serious bug is detected.

Changes:

Solved a bug in services arguement manipulation: even when filters changed the arguments, the service would get the original array.

Added the possibility to inspect what exact filters failed when a filter chain fails.

XML configuration no longer needs the ID attribute :a ll the relationships are made based in entity's (filter, chain or service) name.

BERSERK V1.0 RC2

DOWNLOAD

###BUG FIXES###

Invocations' trasactional property was being calculated with a logic AND instead of an OR. Thus, transactional broker were built only if ALL filters AND the service where transactional.

 

###New Features###

IFilter interface's execute method as a different signature, to allow filters to aribitrary mangle with service's parameters and results

File lookup is now made via Resource streams which means that files can be anywhere in the class path and the provided path must be class path based

Standalone jar is now smaller (about 300kb less) due to the removal of dbunit.jar (that is not needed to applications runtime)

 

###UPCOMING####

Method granularity to services, stay tuned.

Thats all folks !

 

Please use berserk's mailing lists:

users: berserk-user@lists.sourceforge.net

developers: berserk-developer@lists.sourceforge.net

BERSERK V1.0 RC1

DOWNLOAD

-bin file contains both source code and binaries for BERSERK and source code to DBUNIT (due to licensing issues)
-src file contains only source code for both BERSERK and DBUNIT
-doc file contains javadoc documentation for BERSERK