[推薦]開發者眼中的Silverlight和Flash
文章從一名資深flash開發者的角度,全方位深入的對比評論了Silverlight和Flash兩種技術,點評非常全面、深入,推薦大家一看。
Silverlight vs. Flash: The Developer Story
文章從一名資深flash開發者的角度,全方位深入的對比評論了Silverlight和Flash兩種技術,點評非常全面、深入,推薦大家一看。
Silverlight vs. Flash: The Developer Story
4.1InfoQ發布消息:InfoQ China Unlaunches 還以為是愚人節報道~
到這里一看,是真的!
InfoQ 的http://www.infoq.com/cn/about.jsp
InfoQ 網站的與眾不同之處及創新點包括:
從OpenNMS的mail list獲取這一消息,OpenNMS 獲得由SearchNetworking.com 舉辦的“Product Leadership Awards 2007”活動中的“Network and IT management platforms ”GOLD AWARD!
消息連接在這里
獲獎評論見這里
值得注意的是,在這次評選中OpenNMS擊敗了HP Openview和IBM Tivoli等老牌勁旅。綜合最近的消息,看來開源軟件的勢力正逐漸侵入一直由商業軟件所把持的網管軟件領域,或許在不久的將來開源軟件將在這一領域大有作為。
There are four main use-cases where Terracotta is most effective:
或許我們真的可以嘗試一下OpenTerracotta了。
Terracotta open sources JVM clustering
http://www.infoq.com/news/2006/12/terracotta-jvm-clustering
呵呵,想說點什么,不過看到這個回貼,就不多廢話了:
http://www.infoq.com/news/2006/12/terracotta-jvm-clustering#view_3872
cool
Dec 4, 2006 1:11 PM by anjan bacchu
hi there,
great decision. Another +1 for the java community. Sun's open sourcing of java and this announcement makes(keeps) Java THE STANDARD for large web applications.
As Tim Bray said, because there are so many options/models for deployment in java world, (ordinary) people don't do a good job of scaling the apps. If Tomcat can be bundled together with Spring and Terracotta and a good IDE is available for the developer to develop and debug for this combined platform, then Java's position should improve as far as combined DEVELOPER productivity and app runtime performance.
I hope that openTerracotta will become the place for bundling Tomcat + Terracotta rather than Covalent. I don't have anything against Covalent but more developers will get a chance to use Terracotta if there is an easy way to have them bundled. Covalent can certify their own copy of the bundle but it will be nice if it(a bundle) is available for all developers.
Again, since a lot of developers are looking at spring, does it not make sense to bundle Tomcat, Spring and Terracotta at terracotta.org ? I hope the eclipse plugin can integrate with the Spring IDE to make developers task easier than today.
some things to look forward to :
1) Tomcat + Terracotta bundle
2) Tomcat + Spring Terracotta bundle
3) Tomcat + Spring Terracotta + IDE bundle
4) Tomcat + Spring Terracotta + IDE + Linux/Solaris LIVE CD bundle
5) Tomcat + Spring Terracotta + IDE + Linux/Solaris VMWARE player
6) Tomcat + Spring Terracotta + IDE + CentOS (Linux) distro
7) AT THE LEAST, a screencast(http://en.wikipedia.org/wiki/Screencast, http://www.rubyonrails.org/screencasts)
in "HOW TO BUNDLE tomcat and Terracotta for Java Petstore app"
With this development, it will be nice to know how coherence(the leading java clustering app) will react to this.
Good Luck,
BR,
~A
Reply
注:windows自動更新后每次都會自動重啟,真的很傻,沒什么不加一個確認選項呢?還好,看到這篇文章。
原文鏈接:Prevent Windows automatic updates reboot
Another one of those reminder posts: How to prevent the reboot triggered by the Windows automatic update feature.
Disable automatic updates completely. Not recommended.
Change the policy. Recommended.
Start - Run - gpedit.msc
Local Group Policy - Computer Configuration - Administrative Templates - Windows - Components - Windows Updates
If you do not see the last element, use the context menu on Administrative Templates to add a new template. Pick the wuau.adm template and close the dialogs. Windows Updates should now show up.
Activatge "No auto-restart for scheduled Automatic Updates Installations" and/or use a different warning interval.
On XP Home go to or create the following registry key/value HKEY_LOCAL_MACHINE \Software\Policies \Microsoft\Windows \WindowsUpdate\AU\NoAutoRebootWithLoggedOnUsers (Dword)
and set it to either 0 (allow reboots) or 1 (disallow reboots).
Ajax based login using Acegi
Acegi is an extremely powerful Spring module for Authentication and Authorization and has almost become a defacto for web based applications built using Spring. Ajax based applications are getting hotter by the day and having a nice inplace Ajax based login page can improve coolness of your app and make it more Web 2.0'ish.
However implementing an Ajax-Acegi based login does require a little extra work because based on the J2EE spec, when a user tries to login, they are redirected back to the login page if the credentials are invalid or redirected to the success page on successful authentication.