Hi,
Yes, I think I would need to implement something similar to the thread
taglib. Because I will need something like:
1. There is a dedicated thread for every tag
2. Some threads are blocked by other threads (waiting to end)
3. Unblocked threads can run
I haven't looked deep into Jelly yet, nor available taglibs, but what
worries me is that the script engine is like SAX, so will I be able to
construct a difficult "execution plan" with only one-pass parsing?
Evaldas
Paul Libbrecht wrote:
Evaldas,
I believe that the answer to your question is that it is flexible.
Jelly's default follows Ant and SAX: most tag's doTag call invokeBody
which produces a depth-first execution. The thread taglib does it
differently though.
You might be well served with Jelly although it still has some rough edges.
paul
Le 9 déc. 07 à 17:16, Evaldas Taroza a écrit :
Hi,
I have a very specific usecase to program. Specifically, I need to be
able to execute the tags in a certain order. For instance, I should be
able to say that this tag is executing after another, others can
execute in parallel etc.
So I am considering Jelly as already implementing the execution of the
tags but what about the ordering? In what order are the tags executed
now? Is it at all feasible to use Jelly for such a usecase or I will
end up implementing a completely new Jelly script evaluation engine?
Evaldas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]