[Rife-users] More about datalinks

2007-01-13 Thread Jean-Marie Galliot
Hi, In this example : element implementation=com.test.Start input name=var1 / output name=var1 / What can be the type of var1? Only primitive? (int, float, String ...) What happens if it corresponds to property setters and getters like these public MyType getVar1() {

[Rife-users] More about datalinks

2007-01-13 Thread Jean-Marie Galliot
Hi, In this example : element implementation=com.test.Start input name=var1 / output name=var1 / What can be the type of var1? Only primitive? (int, float, String ...) What happens if it corresponds to property setters and getters like these public MyType getVar1() {

Re: [Rife-users] More about datalinks

2007-01-13 Thread Geert Bevin
Hi Jean-Marie, this is a very good question and there isn't enough information about this. RIFE is very different with regards to external state handling than anything else out there (note that this has nothing to do with internal state handling like continuations). One of the basic

Re: [Rife-users] More about datalinks

2007-01-13 Thread Geert Bevin
Oops forgot to answer one question ... On 13 Jan 2007, at 16:38, Jean-Marie Galliot wrote: In this example : element implementation=com.test.Start input name=var1 / output name=var1 / What can be the type of var1? Only primitive? (int, float, String ...) You can find these in the