January 26,2007
January 18,2007
Top web2.0 apps in 2006
- Category: Integration
- Entry portal:
Netvibes Ecosystem:Customize and share your netvibes experience - Browser:
Flock : integrate photo, blog, bookmark, and news features
- Entry portal:
- Category: Widget
- There's a lot of widget engine such as google gadgets, Yahoo!Widgets, and WidgetBox.
- Special web widget service: Slide.com
- W3C Widget 1.0 working draft
- Category: Office 2.0
- the most popular is ZOHO
- if online office services integrate with offline features, it will be more powerful:
- Dojo offline toolkits : Use a very small web proxy that runs locally
- Category: Social Networking
- Category: Mashup Tools
- There will be a flood of mashup tools in 2007
- DataMashup
- OpenKapow: Enterprise mashup tools
- Kapow Technologies Goes Open Source With openkapow for Enterprise Mashups
- A mashup developer community
- provides free and open access to the visual scripting tools that create mashups, built around the concept of software Robots
排除掉一些知名服務 flickr, youtube, myspace. etc.
January 12,2007
[JAVA] JDBC bug CachedRowSet with the column "Text, NText" in Sql Server 2000
使用sun.jdbc.rowset.CachedRowSet時會發生的怪問題,當MS SQL server 2000的資料欄位型態是 text or ntext的時候,如果資料是空字串,會Catch到SQLException: underlying input stream returned zero bytes。
Solution:改用varchar就沒事了.... 囧....