SCXML apache stuff :/
456
0
Advertisement
Well, I've read through the SCXML stuff on the w3c site and have peeked much deeper into the apache java implementation of this. Man... while there are some good and interesting ideas the final implementation does look way aside what is actually descibed within the SCXML documentation. Some stuff are implemented in the wrong way (i.e. instead of having multiple parallel states there is only one possible), or the information stored in the classes are too much.
So I'll have to rebegin from scratch (since I started porting the java version to C++). Teaches me to want to port unknown java stuff...
So I'll have to rebegin from scratch (since I started porting the java version to C++). Teaches me to want to port unknown java stuff...
Advertisement
Advertisement
Advertisement
Discussion