Showing posts with label open-source. Show all posts
Showing posts with label open-source. Show all posts

2008/03/08

ZK 3.0.4 Come

What's important in this version?

If you have used the ZK 3.0.x version, you might find that the performance of Grid/Listbox/Tree with a large data(like many rows) is a sort of unacceptable, which ZK client engine needs to calculate the width of each cell. Especially in FF, even if ZK client engine just assigns a normal size to the TD tag of a single row in a big Dom tree(like table), the computing time of FF still takes more time than IE after we optimized the Javascript code.

Fortunately, we found a way how to sovle this bottleneck is need to shift a little structure of the Dom of these components. After we modified, we gain that the performance is many times faster than ZK 3.0.3.

2006/12/29

Aecgi framework

如何念呢? Ah-see-gee 念快一點,官網說的。
這框架主要提供權限的驗證,感覺好像很不錯,滿完整的還支援Spring的功能。

ps:正還在摸索中,改天在描寫詳情。

什麼是Jcaptcha ?

這是一種Java 實作的Open source,主要提供圖型驗證碼的功能。

官網:Jcaptcha

改天在去了解,先記下來!