-
I would like to have an open discussion about how layout.force works. From the source, it seems that the only way to present data using force is by ensuring that the links have the source and target n…
-
File JDEECoParser.jj (/jdeeco-core/src/cz/cuni/mff/d3s/deeco/path/grammar/JDEECoParser.jj) defines a path expressions. As such it should be named like PathParser or similar. (The "JDEECo" part of the …
bures updated
11 years ago
-
When the convoy application is started, there are multiple calls on ISession.begin(). I found this out when I wanted to create another implementation of the KnowledgeRepository. Below is a log-output,…
bures updated
12 years ago
-
I rewirite the Jquery-Pubsub smaple with my own clients to pub and display an image. No changes on server.
Small image is received correctly, but if the data size is greater than 32768, the receiveBo…
-
The Launcher class is specific for the convoy demo. I would suggest moving it to the convoy demo and remove the cz.cuni.mff.d3s.deeco.launcher package. Later on, we may introduce a parameterizable lau…
bures updated
12 years ago
-
It is necessary to provide a holder class for InOut and Out process parameters.
It is not necessary to provide a "blank" instance to be filled in the process body, because the associated class does no…