ExtTLD: Create Ext components with XML
Date : 2008 01 21 Category : Tech & DevelopmentJaroslav Benc has created ExtTLD, a JSP taglib generator that creates Ext JS components from your Java projects, using XML syntax:
Roadmap
Hibernate integration - HibernateStore component DWR integration etc. Eclipse plugin UX Tags: Ext.ux.*, Ext.portal.*, Ext.feedreader.*, Ext.desktop.*How ExtTLD works with ExtJS
ExtTLD is using a constructor definition to generate ExtJS code. Every component passes its code to the ancestor’s items attribute or other ( data, tools, buttons etc.). Config options are generated from tag’s attributes, listeners are generated from the attributes starting (”onX”). In case ID is set by user, global object with this ID is created ( Ext.getCmp(”id”)) so user can access this object in JavaScript.
