persistence framework 中文意思是什麼

persistence framework 解釋
持續性框架
  • persistence : n. 1. 堅持;固執;頑固。2. 持續性;持久;存留。3. 【無線電】持久性;(螢光屏上余輝的)保留時間。
  • framework : 構架(工程),結構,框架;機構,組織。
  1. The result is a sturdy persistence framework that allows you to carry out transactions declaratively

    結果是一個強健的持久型框架,支援聲明性的實現交易。
  2. Hibernate is an object - relational mapping and persistence framework that provides a lot of advanced features, ranging from introspection to polymorphism and inheritance mapping

    Hibernate是一個對象關系映射和持久性框架,它提供了許多高級特性,從內省到多態和繼承映射。
  3. " developerworks, august 2005 : introduce how to build lightweight, robust j2ee apps with spring technology and how to integrate hibernate transactions with spring aspect - oriented programming for a reliable persistence framework

    」 developerworks , 2005年8月:介紹了如何用spring技術建立羽量級的健壯的j2ee應用程式以及如何把hibernate交易與spring的導向方面程式設計aop整合形成可靠的持久性框架。
  4. Regardless of the strategy you choose, always keep in mind that you don t need to alter your java classes in the process, meaning that there is absolutely no link between your business objects and the persistence framework

    不管您選擇哪種策略,都要記住,在整個過程當中,無需修改java類,這意味著業務對象與持續性框架之間一點聯系都沒有。
  5. In this paper, i studied the frame technology, especially on the j2ee lightweight framework 。 at first, i studied the j2ee technology and analyzed some source codes of lightweight framework, on which basis, i design the system architecture of j2ee lightweight framework, then i work hard to devided the lightweight framework and design the component of the every layer. these component includes : knowledge base component 、 mvc component 、 ioc component 、 aop component and o / r mapping component etc. in succedent chapter, i introduced the designment of knowledge base component and mvc component, and finally emphasized on introducing the designment and realization of business layer and persistence layer in detail 。 at last, i have brought forth the application and validation of ioc component and aop component in relizition of o / r mapping component

    本次論文中,作者對j2ee技術和框架技術進行了研究,特別是j2ee輕量級框架技術的研究,在研究了j2ee技術的新發展和分析了一些輕量級框架代碼的基礎上,提出了j2ee輕量級框架整體的分層結構的設計,並給出了各層相應的框架組件的設計。包括:表示層包括知識庫組件和mvc組件;業務層包括ioc組件和aop組件;數據持久層主要是o / r映射組件。隨后闡述了知識庫組件和mvc組件的設計思想,重點分析論述了業務層組件和持久層組件,並給出了業務層組件和數據持久層組件詳細的設計和實現。
  6. Enterprise information system framework provides a series of reusable groupware, such as persistence layer which introduces dynamic value object 、 value list hander and command pattern, it encapsulates the detail of accessing database and affords the interface of different persistence layer framework ; basing on asynchronous javascript and xml ( ajax for short ), we develops the client validity check engine 、 dynamic cascading menu and common 、 dynamic tree structure groupware, as well as a set of tag library which include query 、 pagination 、 cache an so on. they reduce the code redundancy and predigests the development of interface layer enormously ; the security subsystem which is based on secure socket layer ( ssl for short ) and role - based access control ( rbac for short ) ensures the data security transmission and privilege control. furthermore, the model of enterprise application integration ( eai for short ) which based on web services, it supply some helpful explore for the sake of system integration and data communion for the future

    企業信息系統框架提供了一系列可復用組件,例如採用動態vo 、值列表處理器以及命令模式的持久層組件,封裝了數據庫訪問細節,並為不同的持久層框架提供調用介面;基於ajax ( asynchronousjavascriptandxml )技術的客戶端校驗引擎、動態級聯菜單以及通用動態樹型結構組件,一系列查詢、分頁、緩存等標簽庫則減少了表示層的代碼冗餘,簡化了表示層開發;基於ssl登錄以及基於角色的訪問控制的安全子系統則初步實現了數據安全傳輸和權限控制;此外基於web服務的企業應用集成模型為今後系統集成、數據共享提供了有益探索。
  7. Nowadays the technology of j2ee has been applied widely in many fields. from the viewpoint of the designment, the application of j2ee technology can be divided three layers architecture, which are view layer, business layer and data persistence layer 。 these three layers are alternatively supported by the techonology of web and ejb. the technology of web supports the view layer, meanwhile, business layer and data persistence layer are supported by the techonology of ejb. with the rapid and constant development of the techonology of j2ee, there are a lots of lightweight frameworks corresponding to every layer of the designment of j2ee technology 。 in fact, the development of lightweight framework boosts the development of j2ee technology and lightweight framework has been the basic of the following architecture of j2ee technology

    J2ee的應用越來越廣泛, j2ee應用從設計上可以分為三層:表示層、業務層和數據持久層。在這三層上與之對應的j2ee技術為web技術和ejb技術, web技術實現表現層,而ejb規范負責業務層和數據層。由於j2ee技術的不斷發展,在j2ee設計的各個層次現在都有對應的輕量級框架出現,輕量級框架的發展極大了推動了j2ee技術的發展,輕量級框架技術已經成為了下一代j2ee構架的基礎。
  8. Persist. net is a persistence framework written in c #

    Net是用c #編寫的一個持久性框架。
  9. The result is a persistence framework you can count on

    結果是一個可以依靠的持久性框架。
  10. This article is about finding the right persistence framework

    本文則關注尋找合適的持久性框架。
  11. The resource tier defines the persistence framework the component is using

    Resource層定義組件使用的持久性框架。
  12. The persistence framework lets you load a series of objects from the database

    持久性框架讓您從數據庫載入一系列的對象。
  13. Ibatis is an easy framework to provide a persistence layer to either java or j2ee applications

    Ibatis是為java或j2ee應用程序提供持久存儲層的簡易框架。
  14. Ibatis is the database layer. this framework helps us design and implement better persistence layers for java application

    Ibatis對數據層進行了更高一層的封裝,在java應用程序的開發中利用ibatis有助於我們對數據層的設計和實現。
  15. The dao pattern and hibernate framework is the persistence tier. some essential technologies are introduced and their solutions are provided, including data access technology, dynamic configuration of network business, identity authentication based on digit certificate, remote access technology and the operation of report forms

    論文對系統實現中的各項關鍵技術進行了深入研究,其中包括:數據訪問技術、上網業務動態配置、基於數字證書的身份認證、遠程訪問技術和報表處理等,並給出了它們各自的具體解決方案。
  16. As is stated above, this thesis did research on struts, spring and hibernate frameworks, and analysed each framework ’ s function in web application layer. an architecture is integrated with the three frameworks which is suitable for enterprise web application. the architecture hands business logic of struts to spring ; utilize beans configuration to manage the related classes ; manage objects ’ relation of between controller and data access object through spring and make data persistence by hibernate. this thesis made did deep analysis and research on coupling of integration between spring and struts and put forward a solution to loose coupling of integration

    本文針對上述問題,對struts , spring , hibernate框架進行研究,具體分析各個框架在web應用的不同層次上所發揮的作用,並整合三種框架,設計出一個適合企業web應用的java通用架構,即將struts應用中的業務邏輯交給spring管理,相關類用spring的beans配置完成,由spring管理與表現層的控制器及更下層的數據訪問對象( dataaccessobject )對象的關系,由hibernate負責數據的持久化;並對spring和struts整合的耦合性進行深入的分析研究,提出了一種框架整合的解耦方案;採用aop ( aspectorientedprogramming )機制,設計出一個脫離spring環境的aop ;最後用一個實際的項目對架構應用進行實現。
  17. In this dissertation, we establish an overall framework to study comparatively the difference of operations between chinese security funds and american mutual funds. from the view of comparative study, we analyze the form and organization of funds, the environment ( market efficiency and government interference ) in which funds operate, the investment strategy, performance evaluation and performance persistence. we conduct theoretic and empiric research and find some major difference of operations between chinese security funds and american mutual funds

    本文建立了對中美證券基金運作進行比較研究的整體框架,從比較研究的角度,對中美基金的運作組織形式、運作環境(市場效率和政府干預)對基金運作的影響、基金的投資戰略、基金的業績評估和基金的業績持續性等方面進行系統的理論分析,揭示了中美兩國基金的運作差異及原因,為我國的基金業發展提供了有益的借鑒。
  18. " we compare and contrast enterprise javabeans, hibernate, kodo jdo, and ibatis to help choose the best persistence framework

    」中,我們比較了企業級javabean 、 hibernate 、 kodo jdo和ibatis以幫助您選擇最好的持久化工具。
分享友人