FireStrorm/DAO Java代碼產生器利用資料庫的Schema定義或者直接通過JDBC串連資料庫,從而產生基於DAO設計模式的完整的資料持久化層代碼。新版本的FireStorm/DAO 增強了可用性,同時也擴大了對第三方產品的支援:。在Windows和Unix支援的基礎上,也推出了Mac OS X和Linux下的產品。增加了對Sybase,Ingres和 Ms Access資料庫的支援。強化產品封裝,包括一個完整的安裝程式,並提供更好的文檔。。改進的JSP
最近研究了一下xmlhttp,還是很有意思的東東。我喜歡讓它在IE6和firefox中都運行正常,後台用的是dom4j進行解析。1.下載 http://webfx.eae.net/dhtml/xmlextras/xmlextras.zip 包,裡面有個xmlextras.js,把它拿出來,我用來產生XmlHttp對象。2.在xmlextras.js中加上以下代碼:// check browsersvar ua = navigator.userAgent;var opera =
通常,使用IBM WAS 5.X,啟用全域安全性設定後,每次啟動WAS和訪問管理主控台時,需要輸入使用者名稱和密碼。但有時候可能會忘了密碼,導致WAS啟動不了,管理主控台也訪問不了。這個時候,要解決這個問題,只需要修改$WAS_HOME/config/cells/was/securtiy.xml檔案,將<security:Security xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"
The first Hibernate 3 beta has been released. Hibernate 3.0 beta 1 includes many new features and bug fixes. Most importantly, it introduces a brand new HQL implementation, based upon an ANTLR parser written by Joshua Davis. Hibernate3 final is due
J2EE and XML DevelopmentJ2EE and XML are important technologies in their own right, but applications that use them together benefit from their synergy. Java and J2EE make a powerful platform for building robust application logic. XML facilitates
Difference between WebSphere and WebLogic WebSphere versions 3.0, 4.0, and 5.1, and WebLogic 8.1 are J2EE compliant application servers. These application servers differ in their architecture, platform support, database connectivity, legacy system
Hibernate Tips Some people I know are looking at porting their (very large) J2EE application from using a homegrown OR framework on top of Entity Beans with CMP (without CMR) to Hibernate, and they asked me for some tips. I'm not claiming to be a