JavaEE
摘要: Common Problems with Authentication Provider Configuration, keep it for reference!
閱讀全文
摘要: A Migration Path to OSGi
閱讀全文
摘要: Identity Management Solutions from the Eclipse Foundation
閱讀全文
摘要: URLRewirte.............
閱讀全文
摘要: 從J2EE1.3開始,Servlet2.3規范中加入了對過濾器的支持。過濾器能夠對目標資源的請求和響應進行截取。過濾器的工作方式分為四種,下面讓我們分別來看看這四種過濾器的工作方式...
閱讀全文
摘要: Apache Common fileUpload API 詳解
閱讀全文
摘要: Core J2EE Pattern
閱讀全文
摘要: Scheduling tasks in J2EE applications is a common need. There is more to job scheduling than running backups at 3 o'clock in the morning. Customer relationship management (CRM) applications, for example, need to contact customers periodically during the sales cycle. File transfer applications need to transmit and receives files on a regular basis, except on holidays. Administrative applications need to send reminder emails to notify employees and customers about important events. All these enter
閱讀全文
摘要: In the perfect world, your object model would map seamlessly to your database schema. Most organizations however, have database naming standards, requirements for how relationships are modeled and columns that all tables must have.
閱讀全文
摘要: HTTP 協議可能是現在 Internet 上使用得最多、最重要的協議了,越來越多的 Java 應用程序需要直接通過 HTTP 協議來訪問網絡資源。雖然在 JDK 的 java.net 包中已經提供了訪問 HTTP 協議的基本功能,但是對于大部分應用程序來說,JDK 庫本身提供的功能還不夠豐富和靈活。HttpClient 是 Apache Jakarta Common 下的子項目,用來提供高效的、最新的、功能豐富的支持 HTTP 協議的客戶端編程工具包,并且它支持 HTTP 協議最新的版本和建議。HttpClient 已經應用在很多的項目中,比如 Apache Jakarta 上很著名的另外兩個開源項目 Cactus 和 HTMLUnit 都使用了 HttpClient,更多使用 HttpClient 的應用可以參見http://wiki.apache.org/jakarta-httpclient/HttpClientPowered。HttpClient 項目非常活躍,使用的人還是非常多的。目前 HttpClient 版本是在 2005.10.11 發布的 3.0 RC4 。
閱讀全文
摘要: 1.查詢所有信息
Query q = em.createQuery("select u from Userinfo u");
List list =q.getResultList();
如果查詢結果是多個,應該使用Query接口的getResultList方法,如果查詢結果只有一個,可以使用Query接口的getSingleResult方法。
命名查詢: ......
閱讀全文
摘要: Radar Networks 公司的 Nova Spivack 繪制了一份未來 25 年的網絡進化圖。 Nova 沒有明確指出 Web 4.0 具體的來臨日期和所需技術,但每個階段的發展以 10 年為期限是真實而可信的。同時,我們也不必拘泥于命名的規則 – 1.0、2.0 等等。互聯網下一次顯著進化將使其成為一個包含語義網絡的平臺,這一理念是合情合理的。
閱讀全文
摘要: Linspire的創始人建立的AjaxWindows已正式發布,又一個基于Ajax的web桌面操作系統面世。
AjaxWindows在瀏覽器里完全模仿了Windows環境,甚至還提供了一個同步化工具,可以在服務器上把用戶的電腦數據建立一個鏡像,這意味著你可以在任何地方連接自己的桌面(這項技術還不成熟,有人反映同步工具不能正常工作)。
閱讀全文
摘要: 85個專業ajax解決方案(圖)
閱讀全文