PaMini » History » Version 2

S. Wrede, 06/11/2011 05:26 PM

1 1 S. Wrede
h1. Curent state of the PaMini Wrapper
2 1 S. Wrede
3 1 S. Wrede
h2. Dependencies if run in an RSB system
4 1 S. Wrede
5 1 S. Wrede
* RSBJava (necessary due to the fact that PaMini is written in Java)
6 1 S. Wrede
* xcf4j-rsb (necessary due to the XCF XML objects used in PaMini and compatibility interfaces to compile and run the dialog framework)
7 1 S. Wrede
* xtt-rsb (necessary as xtt is the PaMini protocol to external system components)
8 1 S. Wrede
9 1 S. Wrede
h2. Availability
10 1 S. Wrede
11 1 S. Wrede
All libraries except the PaMini rsb-enabled branch itself are openly available at: https://ci.cor-lab.org
12 1 S. Wrede
13 2 S. Wrede
h2. Testing
14 2 S. Wrede
15 2 S. Wrede
h3. Changes compared to PaMini trunk
16 2 S. Wrede
* Code-Level: Except the additional support for RSBInputSources no further changes were so far needed
17 2 S. Wrede
* Dependencies: 
18 2 S. Wrede
** xcf4j.jar needs to be *replaced* by xcf4j-rsb.jar (the wrapper library)
19 2 S. Wrede
** RSB4Java.jar needs to *added* to the classpath to connect to RSB components
20 2 S. Wrede
** XTT.jar needs to *replaced* by xtt-rsb.jar to provide xtt support over RSB
21 1 S. Wrede
22 1 S. Wrede
See MinimalDialog example in the PaMini source.