PaMini » History » Version 4

« Previous - Version 4/6 (diff) - Next » - Current version
S. Wrede, 06/11/2011 09:01 PM


Curent state of the PaMini Wrapper

Dependencies if run in an RSB system

  • RSBJava (necessary due to the fact that PaMini is written in Java)
  • xcf4j-rsb (necessary due to the XCF XML objects used in PaMini and compatibility interfaces to compile and run the dialog framework)
  • xtt-rsb (necessary as xtt is the PaMini protocol to external system components)

Availability

  • Currently, the changes for RSB are in a branch (branched from trunk at 10.06.2011), see:
    https://code.ai.techfak.uni-bielefeld.de/scm/ai/software/PaMini/branches/rsb-enabled
    

All libraries except the PaMini rsb-enabled branch itself are openly available at: https://ci.cor-lab.org

Testing

Changes compared to PaMini trunk

  • Code-Level: Except the additional support for RSBInputSources no further changes were so far needed
  • Dependencies:
    • xcf4j.jar needs to be replaced by xcf4j-rsb.jar (the wrapper library)
    • RSB4Java.jar needs to added to the classpath to connect to RSB components
    • XTT.jar needs to replaced by xtt-rsb.jar to provide xtt support over RSB

See MinimalDialog example in the PaMini source.