2023年全國碩士研究生考試考研英語一試題真題(含答案詳解+作文范文)_第1頁
已閱讀1頁,還剩41頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)

文檔簡介

1、此文檔是畢業(yè)設(shè)計外文翻譯成品( 含英文原文+中文翻譯) ,無需調(diào)整復(fù)雜的格式!下載之后直接可用,方便快捷!本文價格不貴,也就幾十塊錢!一輩子也就一次的事!外文標題: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)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

最新文檔

評論

0/150

提交評論