Re: learning API for table

Martin Kurz <[email protected]> Mon, 23 Feb 2009 00:02:49 +0100
Newsgroups gmane.comp.jakarta.ecs.user
Message-ID <[email protected]>
Hi Thufir,

> The next thing I should work on are CRUD operations for a table.  I 
> notice mouse over event listeners and so forth in the API.  ECS is not 
> dissimilar from Swing?

the goal of ecs is, making the building of html in java code easier by 
working with object instances instead of concatenating with lots of 
Strings. If you're planning to build an CRUD webapp, maybe you should 
have a look for JSF, ie the myfaces libs like tobago 
(http://myfaces.apache.org/tobago/). There you'll find actions and 
events without having to care about concrete html and javascript.

Greetings,

Martin