Yuji Kumasaka wrote:

> Hi all.
> 
> There is a repository 'jakarta-ecs2'.
> What is the jakarta-ecs2 ?

jakarta-ecs2 is a complete rewrite of ecs, no attempt was made for 
backward compatability it improves memory footprint, speed, and it 
changes the semantics of the Element classes so that you can now extend 
them.  It uses an Attribute class that you can pass around to other 
elements so that you don't have to do the same setup work on the 
elements.  It uses an event model for output, and generally fixes alot 
of deficiencies that I had with ecs.

> What is different between ecs-1.x. and ecs2 ?

Aside from the above, ecs-1.x ismore or less 'complete' while ecs2 still 
has alot of work remaining, also work is being done to make ecs2 fit the 
javabean patterns so that you can assemble an ecs document inside the 
ide of your choice.

> Is there a reference or any document ?

Nope,  I need to throw something together and put it in the repository.

-stephan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to