Tag Interface Component Library (TICL) 1.0 Final Release (转)[@more@]
Tag Interface Component Library (TICL) 1.0 Final Release
ide.com/home/images/threadcorner.gif" width=10> Posted By: Borislav Iordanov on July 31, 2002 Kobrix has announced the immediate availability of TICL (Tag Interface Component Library) 1.0 Final. TICL is library of server-side user interface components accessible through
JSP tags. Like a conventional desktop toolkit, the components maintain state and manage interaction logic with the end-user with little or no assistance from the programmer.
Kobrix is free for non-commercial use.
Read more about TICL at http://www.kobrix.com.
If you are already a TICL user, check out the release notes at
http://www.kobrix.com/ticl/releasenotes.jsp for the latest changes.
More info
---------------------
One of the major goals of TICL is to bring RAD-like development to the web platform. Programmers can concentrate on logical functionality and build JSP pages by placing TICL components through tags and responding to user events. Every component is self-contained and manages interaction with the end-user. Visual appearance of components is abstracted into a high-level styles framework. In fact, TICL is probably the only server-side Java toolkit that rivals microsoft ASP .NET's web controls.
The library is tailored more towards WEB application development, rather than content only oriented sites. It is designed to quickly build clean, robust, well-structured and therefore highly maintainable code. It integrates seemle SSLy into existing JSP applications and it will work on any standard compliant JSP 1.1 container (e.g. tomcat 3.2.1 and above, Resin etc.) and with fairly recent versions of the popular browsers.
Core features are:
- A powerful and extensible server-side event model. Component-end user interaction is encapsulated into a well defined set of server-side events. You can of course define event listeners, develop custom events, event filters etc.
- Predefined components like panels, tabbed panels, tree views, dhtml menus, table views. Most can perfo RM their interaction with the end-user at the browser through DHTML or by making a tr ip back to server on every user action (like expanding a tree node or minimizing a panel) - that is components are either "client" or "server" managed.
- Smart browser handling. A complete framework for dealing with browser (user agent) capabilities, including detection of dynamic properties like connection speed, screen resolution, available plugins etc.; supporting JSP tags; on the fly selection of component rendering based on the current user agent.
- A high-level styles framework for complete customization of the look&feel of components. Styles can be organized into themes. An inheritence mechanism of style objects provides for a powerful high-level structuring. The framework allows for a clean separation between look&feel and functional behaviour of GUI elements. No more copy&paste, no more code cluttering with tedious, browser-specific HTML details - consistency of look&feel can be easily achieved by maintaining a single TICL style sheet, a simple XML file, that is applied to all pages in your WEB application.
- Full encapsulation of HTML forms, including a file UPLOAD component, augmented with things such as server-side command handlers, labels and DHTML tool tips. Form fields are typed, true server-side components. Not limited to the standard HTML form fields, they operate on a high level and custom ones can be developed and plugged into the framework.
- A very powerful and easy to use declarative form validation mechanism (both client and server-side). You define validation rules and handlers for invalid forms in a clean, declarative way. The same rules you define can be applied at the client (through automatic generation of the necessary Javascript) or at the server. Special purpose syntax allows you to easily handle interdependencies between field values.
- A Data Objects framework integrated with TICL forms. Allows you to manipulate complex aggregate structures and associate them with forms for automatic map ping to/from form field values and data object fields (e.g. Java beans). A type mapping framework allows you to map any form field type to any Java type.
- An integration module for the popular struts framework is provided also. For example, it is possible to use the powerful TICL form tags with Struts' ActionForms.
TICL is FREE for non-commercial and non-govermental use, and for an unlimited evaluation period. It comes with an extensive, over 200 pages, Reference Manual. To DOWNLOAD it, please goto http://www.kobrix. com and select Downloads from the TICL pulldown menu. If you are not already a TICL user, you may need to register first.
We sincerely hope you will enjoy TICL and are looking forward to your
fee dback!
Best Regards,
Borislav Iordanov
---------------------------
borislav@kobrix.com
Kobrix Software Inc.
http://www.kobrix.com
Kobrix is free for non-commercial use.
Read more about TICL at http://www.kobrix.com.
If you are already a TICL user, check out the release notes at
http://www.kobrix.com/ticl/releasenotes.jsp for the latest changes.
More info
---------------------
One of the major goals of TICL is to bring RAD-like development to the web platform. Programmers can concentrate on logical functionality and build JSP pages by placing TICL components through tags and responding to user events. Every component is self-contained and manages interaction with the end-user. Visual appearance of components is abstracted into a high-level styles framework. In fact, TICL is probably the only server-side Java toolkit that rivals microsoft ASP .NET's web controls.
The library is tailored more towards WEB application development, rather than content only oriented sites. It is designed to quickly build clean, robust, well-structured and therefore highly maintainable code. It integrates seemle SSLy into existing JSP applications and it will work on any standard compliant JSP 1.1 container (e.g. tomcat 3.2.1 and above, Resin etc.) and with fairly recent versions of the popular browsers.
Core features are:
- A powerful and extensible server-side event model. Component-end user interaction is encapsulated into a well defined set of server-side events. You can of course define event listeners, develop custom events, event filters etc.
- Predefined components like panels, tabbed panels, tree views, dhtml menus, table views. Most can perfo RM their interaction with the end-user at the browser through DHTML or by making a tr ip back to server on every user action (like expanding a tree node or minimizing a panel) - that is components are either "client" or "server" managed.
- Smart browser handling. A complete framework for dealing with browser (user agent) capabilities, including detection of dynamic properties like connection speed, screen resolution, available plugins etc.; supporting JSP tags; on the fly selection of component rendering based on the current user agent.
- A high-level styles framework for complete customization of the look&feel of components. Styles can be organized into themes. An inheritence mechanism of style objects provides for a powerful high-level structuring. The framework allows for a clean separation between look&feel and functional behaviour of GUI elements. No more copy&paste, no more code cluttering with tedious, browser-specific HTML details - consistency of look&feel can be easily achieved by maintaining a single TICL style sheet, a simple XML file, that is applied to all pages in your WEB application.
- Full encapsulation of HTML forms, including a file UPLOAD component, augmented with things such as server-side command handlers, labels and DHTML tool tips. Form fields are typed, true server-side components. Not limited to the standard HTML form fields, they operate on a high level and custom ones can be developed and plugged into the framework.
- A very powerful and easy to use declarative form validation mechanism (both client and server-side). You define validation rules and handlers for invalid forms in a clean, declarative way. The same rules you define can be applied at the client (through automatic generation of the necessary Javascript) or at the server. Special purpose syntax allows you to easily handle interdependencies between field values.
- A Data Objects framework integrated with TICL forms. Allows you to manipulate complex aggregate structures and associate them with forms for automatic map ping to/from form field values and data object fields (e.g. Java beans). A type mapping framework allows you to map any form field type to any Java type.
- An integration module for the popular struts framework is provided also. For example, it is possible to use the powerful TICL form tags with Struts' ActionForms.
TICL is FREE for non-commercial and non-govermental use, and for an unlimited evaluation period. It comes with an extensive, over 200 pages, Reference Manual. To DOWNLOAD it, please goto http://www.kobrix. com and select Downloads from the TICL pulldown menu. If you are not already a TICL user, you may need to register first.
We sincerely hope you will enjoy TICL and are looking forward to your
fee dback!
Best Regards,
Borislav Iordanov
---------------------------
borislav@kobrix.com
Kobrix Software Inc.
http://www.kobrix.com
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10752043/viewspace-992754/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10752043/viewspace-992754/
TICL 1.0 最终版发布,这是一款服务器端用户界面组件库,通过 JSP 标签提供组件访问。它简化了 Web 开发流程,允许开发者专注于逻辑功能而非细节。组件维护状态并管理与用户的交互,提供类似 RAD 的快速应用开发体验。
2190

被折叠的 条评论
为什么被折叠?



