

版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、此文檔是畢業(yè)設計外文翻譯成品( 含英文原文+中文翻譯) ,無需調整復雜的格式!下載之后直接可用,方便快捷!本文價格不貴,也就幾十塊錢!一輩子也就一次的事!外文標題:Data Access with Spring Boot外文作者:Felipe Gutierrez文獻出處: Pro Spring Boot pp 121-147,2018 (如覺得年份太老,可改為近2 年,畢竟很多畢業(yè)生都這樣做)英文 4434 單詞,27307 字符(字符
2、就是印刷符),中文 7050 漢字。Data Access with Spring BootData has become the most important part of the IT world, from trying to access, persist, and analyze it, to using a few bytes to petabytes of information. There have been man
3、y attempts to create frameworks and libraries to facilitate a way for developers to interact with the data, but sometimes this becomes too complicated. After version 3.0, the Spring Framework created different teams that
4、 specialized in the different technologies. The Spring Data project team was born. This particular project’s goal is to simplify uses of data access technologies, from relational and non- relational databases, to map-red
5、uce frameworks and cloud-based data services. This Spring Data project is a collection of subprojects specific to a given database. This chapter covers data access with Spring Boot using the ToDo application from previou
6、s chapters. You are going to make the ToDo app work with SQL and NoSQL databases. Let’s get started.SQL DatabasesDo you remember those days when (in the Java world) you needed to deal with all the JDBC (Java Database Con
7、nectivity) tasks? You had to download the correct drivers and connection strings, open and close connections, SQL statements, result sets, and transactions, and convert from result sets to objects. In my opinion, these a
8、re all very ?Easy Spring integration via JavaConfig and XML?Support for Spring MVC controllers?Events for transparent auditing (created, last changes)There are plenty more features—an entire book would be needed to cover
9、 each one of them. This chapter covers just enough to create powerful data-driven applications. Remember that Spring Data is the main umbrella project for everything that is covered.Spring JDBCIn this section, I show you
10、 how to use the JdbcTemplate class. This particular class implements the template design pattern, which is a concrete class that exposes defined ways or templates to execute its methods. It hides all the boilerplate algo
11、rithms or a set of instructions. In Spring, you can choose different ways to form the basis for your JDBC database access; using the JdbcTemplate class is the classic Spring JDBC approach and this is the lowest level.Whe
12、n you are using the JdbcTemplate class, you only need to implement callback interfaces to create an easy way to interact with any database engine. The JdbcTemplate class requires a javax.sql.DataSource and can be used in
13、 any class, by declaring it in JavaConfig, XML, or by annotations. The JdbcTemplate class takes care of all SQLExceptions and are properly handled. You can use NamedParameterJdbcTemplate (a JdbcTemplate wrapper
14、) to provide named parameters (:parameterName), instead of the traditional JDBC “?“ placeholders. This is another option for your SQL queries. The JdbcTemplate class exposes different methods.?Querying (SELECT). You norm
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 【精品文檔】121關于計算機專業(yè)spring boot數據有關的外文文獻翻譯:spring boot的數據訪問
- 【精品文檔】482關于計算機專業(yè)應用軟件app程序檢測測試有關的外文文獻翻譯成品:測試spring boot應用程序(中英文雙語對照)
- 【中英雙語】482關于計算機專業(yè)應用軟件app程序檢測測試有關的外文文獻翻譯成品:測試spring boot應用程序(中英文雙語對照)
- 【精品文檔】431關于計算機專業(yè)應用軟件程序app設計開發(fā)有關的外文文獻翻譯成品:spring boot開發(fā)web應用程序(中英文雙語對照)
- 【中英雙語】431關于計算機專業(yè)應用軟件程序app設計開發(fā)有關的外文文獻翻譯成品:spring boot開發(fā)web應用程序(中英文雙語對照)
- 【精品文檔】439關于計算機專業(yè)對python概述介紹有關的外文文獻翻譯成品:python簡jie(中英文雙語對照)
- 【中英雙語】439關于計算機專業(yè)對python概述介紹有關的外文文獻翻譯成品:python簡介(中英文雙語對照)
- 【中英雙語】185關于計算機專業(yè)有關的外文文獻翻譯成品:有效的出勤考勤管理系統(tǒng)的方法(中英文雙語對照)
- 【精品文檔】386關于計算機專業(yè)php語言介紹簡jie概述有關的外文文獻翻譯成品:php基礎語言(中英文雙語對照)
- 【精品文檔】404關于數據采集系統(tǒng)設計簡jie概述介紹有關的外文文獻翻譯成品:數據采集系統(tǒng)(中英文雙語對照)
- 【中英雙語】386關于計算機專業(yè)php語言介紹簡介概述有關的外文文獻翻譯成品:php基礎語言(中英文雙語對照)
- 【中英雙語】關于計算機專業(yè)有關的外文文獻翻譯成品:對asp n-e-t web窗體的介紹(中英文雙語對照)
- 【精品文檔】482關于計算機專業(yè)應用軟件app程序檢測測試有關的外文文獻翻譯:測試spring boot應用程序
- 【中英雙語】224關于計算機專業(yè)seo有關的外文文獻翻譯成品:網站推廣搜索引擎優(yōu)化研究(中英文雙語對照)
- 【精品文檔】417關于計算機專業(yè)對linux shell介紹概述簡jie有關的外文文獻翻譯成品:從linux shell開始(中英文雙語對照)
- 【精品文檔】363關于計算機專業(yè)對php英文超級文本預處理語言簡jie概述有關的外文文獻翻譯成品:php介紹(中英文雙語對照)
- 【中英雙語】478關于計算機專業(yè)對asp.net介紹簡介有關 的外文文獻翻譯成品:asp.net 概述(中英文雙語對照)
- 【精品文檔】433關于計算機專業(yè)網頁小程序有關的外文文獻翻譯成品:java web start和小應用程序applets(中英文雙語對照)
- 【中英雙語】363關于計算機專業(yè)對php英文超級文本預處理語言簡介概述有關的外文文獻翻譯成品:php介紹(中英文雙語對照)
- 【精品文檔】431關于計算機專業(yè)應用軟件程序app設計開發(fā)有關的外文文獻翻譯:spring boot開發(fā)web應用程序
評論
0/150
提交評論