MozTW 討論區 https://forum.moztw.org/ |
|
ZK: AJAX enabled xul components https://forum.moztw.org/viewtopic.php?f=19&t=11450 |
第 1 頁 (共 2 頁) |
發表人: | Henri [ 2005-11-15, 10:32 ] |
文章主題 : | ZK: AJAX enabled xul components |
Design web pages with XUL-like tags; bind data and control access flow in pure java code. Write your web application with ZK as simple as writing a desktop application. ZK project: http://zk1.sourceforge.net Live demo: http://www.potix.com/zkdemo/userguide/ Henri Chen * 2005/11/21, 1.0.0 Beta2 is released (a new audio component added and some minor bug fixes) * 2005/11/29, 1.0.0 Beta3 is released (introduce zhtml) * 2005/12/01, ZK Userguide (early-bird edition) is there. * 2005/12/07, 1.0.0 RC1 is released (suspend and resume mechanism changed and some minor bug fixes) * 2005/12/14, 1.0.0 RC2 is released (add 80+ xhtml components) * 2005/12/21, 1.0.0 RC3 is released (add Combobox component) * 2005/12/29, 1.0.0 RC4 is released (enhance iframe to support dynamically generated contents such as JasperReports) * 2006/01/11, 1.0.0 RC5 is released (many enhancements) * 2006/01/20, 1.0.0 RC6 is released (support run as a Portlet) * 2006/02/09, 1.0.0 RC7 is released (redesign client engine to load javascript files on demand) * 2006/02/27, 1.0.0 Final is released (support drag and drop, fix all known bugs) * 2006/03/20, 1.1.0 is released (many enhancements) |
發表人: | MilchFlasche [ 2005-11-15, 11:46 ] |
文章主題 : | |
喔……神哪……哇塞……以end user立場,我只能說:「幹得好!」 ![]() 想請教一下,其他RIA的技術都能和XUL整合嗎?(據說XUL也屬於RIA的一種?)那所以要把Flash和XUL做在一起的話可以嗎?只是問問啦,想長點見識:P |
發表人: | Henri [ 2005-11-15, 21:52 ] |
文章主題 : | |
ZK simply "borrows" the XUL spec. We don't bother to "invent" another group of gui tags since XUL has done a very good job. Thus, in that meaning, it is possible to "interpret" XUL tags into FLASH tags as what you think. However, we decide to go the "standard" AJAX way to avoid any plug-ins requirements on the brower side. Henri |
發表人: | Henri [ 2005-11-22, 10:47 ] |
文章主題 : | ZK: beta2 released |
ZK, http://zk1.sf.net , releases beta2. * audio component added * minor bug fixes. |
發表人: | Henri [ 2005-11-30, 20:28 ] |
文章主題 : | ZK 1.0.0 beta3 is released |
ZK, http://zk1.sf.net , release 1.0.0 beta3 * The com.potix.zhtml package is added (as zhtml.jar). * You could now make any HTML page ready to Ajax. See http://localhost/zkdemo/test/test.zhtml as an example. (please download and install on your local computer to take a look) * A filter, DHtmlLayoutFilter, is added to post-process HTML tags that might be generated by any servlet including JSP, JSF and Struct. * Some minor bug fixes. |
發表人: | Henri [ 2005-12-02, 11:10 ] |
文章主題 : | ZK userguide(early bird edition) is on the ZK's home page. |
ZK's userguide. http://zk1.sourceforge.net/wp/ZK-userguide.pdf |
發表人: | Henri [ 2005-12-08, 10:07 ] |
文章主題 : | ZK 1.0.0 RC1 is released |
ZK, http://zk1.sf.net, release 1.0.0 RC1 1) Mechanism to control suspend and resume is changed. Refer to user guide and javadoc. 2) label and image tag supports onClick. 3) User guide (early bird edition) updated. 3) Minor bugs fixing. |
發表人: | Henri [ 2005-12-14, 20:33 ] |
文章主題 : | ZK 1.0.0 RC2 is released |
ZK, http://zk1.sf.net, release 1.0.0 RC2 1) To be complaint with XUL, we have rename some components: toolbutton is renamed to toolbarbutton , listcols and listcol are renamed to listhead and listheader 2) DHtmlLayoutServlet support more configuration options: session-timeout and desktop-timeout. 3) Desktop is moved to com.potix.zk.ui. 4) com.potix.zk.ui.WebApp is added to represent a Web application. It wraps javax.servlet.ServletContext. 5) com.potix.zk.ui.InitAware is removed. Instead, com.potix.zk.ui.Initiator is added. The later is simpler yet powerful. 6) Over 80 XHTML components are added. |
發表人: | MilchFlasche [ 2005-12-14, 22:41 ] |
文章主題 : | |
Henri 寫: ZK, http://zk1.sf.net, release 1.0.0 RC2 Erratum: "compliant". 1) To be complaint with XUL, we have rename some components: toolbutton is renamed to toolbarbutton , listcols and listcol are renamed to listhead and listheader ![]() |
發表人: | Henri [ 2005-12-21, 22:00 ] |
文章主題 : | ZK 1.0.0 RC3 is released |
ZK, http://zk1.sf.net, release 1.0.0 RC3 1) Combobox added. 2) CSS style adjusted. |
發表人: | Henri [ 2006-01-11, 20:03 ] |
文章主題 : | ZK releases 1.0.0 RC5 |
ZK, http://zk1.sourceforge.net, release 1.0.0 RC5 1) Grid supports scrollable and headers. Refer to User Guide. 2) Listbox and tree support the checkmark attribute. Refer to User Guide. 3) Listcell and treecell are allowed to have textbox, button, and, in theory, any children. Refer to User Guide. 4) The way to include style sheets is changed. 4.1) All style sheets is always included. Refer to Appendix A in ZK User Guide. 4.2) ${u:getThemeUri} is no longer supported, since they are always included. Remove them. 4.3) Use "abc*.css" instead of "abc" for locale-dependence style sheet. Refer to Locale-Dependent File in the Internationalization chapter. 5) OK to specify JavaScript codes directly in lang.xml and lang-addon.xml 6) OK to specify CSS files and style sheets in lang.xml and lang-addon.xml. 7) The directory structure of the distribution is changed a bit. Refer to ZK quickstart.pdf for details. |
發表人: | Henri [ 2006-01-23, 16:45 ] |
文章主題 : | ZK 1.0.0 RC6 is released |
ZK ( http://zk1.sourceforge.net ) releases 1.0.0 RC6. * com.potix.zk.ui.Path is added to represent a component path. * Listbox supports listfoot and listfooter * Button supports the href attribute * DHtmlLayoutPortlet is added to work with Portal (JSR168). * com.potix.zul.html.Space is added to simplify the adding of vertical spacing. * Box, vbox, hbox, separator and space supports the spacing attribute to let developer control the spacing. * getPages, getPage, getDesktopId are removed from Component, so you might have to modify your codes to use getDesktop().getPage(...) insteaad. * Optimizes the performance by dropping redudant requests. * UiException derives from RuntimeException, so you don't need to declare it as part of signature. |
發表人: | Henri [ 2006-02-09, 15:07 ] |
文章主題 : | ZK 1.0.0 RC7 is released |
ZK ( http://zk1.sourceforge.net ) releases 1.0.0 RC7. * Client Engine is re-designed to load JavaScript files on demand. It simplifies the component development and improves the performance for long-latency or slow connections (about 7x faster than 1.0.0 RC6 to show the first demo page). * BeanShell is updated to 2.0. * Several bugs fixed. |
發表人: | Henri [ 2006-02-27, 20:14 ] |
文章主題 : | ZK 1.0.0 Final is released |
ZK, http://zk1.sourceforge.net, release 1.0.0 Final *Support Drag and drop. *Support Configurable checking frequency for updated ZUML page. *Add getUserPrincipal method to Execution class. *Support specify page ID via EL. *Fix all known Bugs. |
發表人: | MilchFlasche [ 2006-02-28, 05:55 ] |
文章主題 : | |
1.0 final了!恭喜! 小小bug report一下:在combobox當中,沒有辦法用鍵盤上下選取不同的項目耶! |
第 1 頁 (共 2 頁) | 所有顯示的時間為 UTC + 8 小時 |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |