-
2018-11-08 16:46:36
(1)bing搜索,国际版
(2)glgoo谷歌镜像
(3)知网外文数据库
(4)researchgate
(5)翻墙Google
(6)IEEE会员更多相关内容 -
计算机相关的外文文献翻译_springboot外文文献翻译,springboot外文翻译
2021-08-31 22:50:02有关数据库连接的外文翻译 -
springboot官方文档(英文版)_javaspringboot外文文献,spring boot 英文文档
2021-08-25 22:38:57Spring Boot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。该框架使用了特定的方式来进行配置,从而使开发人员不再需要定义样板化的配置。通过这种方式,Spring Boot... -
Spring相关的外文文献和翻译.zip
2019-05-12 15:07:12Spring相关的外文文献和中文译文,毕业设计论文必备。SSM框架可使用。 -
Spring相关的外文文献翻译.zip
2019-05-13 20:07:26文献出处可自行填写一个,例如sci,ieee...为了应付论文毕业是足够了。糟糕的是现在是默认积分了,本来想0积分分享呢 -
毕业设计英文翻译springboot篇一万字
2020-06-19 14:34:36毕业设计英文翻译springboot篇一万字, -
springboot 英文文档
2019-03-06 09:03:22Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionated view of the Spring platform and third-party libraries so ... -
Spring相关的外文文献和翻译(毕设论文必备)
2020-02-02 16:31:48Spring相关的外文文献和中文译文,毕业设计论文必备。SSM框架可使用。 Spring相关的外文文献和中文译文,毕业设计论文必备。SSM框架可使用。 -
SpringBoot中文版+SpringBoot英文版
2018-01-16 14:00:17SpringBoot中文版+SpringBoot英文版 。新手可以从零开始参考学习SpringBoot -
springboot官方文档(英文版)
2018-10-25 14:34:49Spring Boot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。该框架使用了特定的方式来进行配置,从而使开发人员不再需要定义样板化的配置。通过这种方式,Spring Boot... -
SpringBoot官方英文参考资料
2016-07-22 09:56:31SpringBoot官方英文参考资料 -
Spring、Springboot、Spring MVC、Hibernate、Web以及Java等相关外文文献及翻译合集(含出处和作者)
2021-04-29 20:20:55里面包含了Spring相关、Springboot相关、Spring MVC相关、Hibernate相关、Web相关以及Java相关外文文献,是个合集,内含大概四十多篇外文文献,有大概6、7篇已经翻译过的了,有作者和出处,可以用于毕设文献翻译。... -
Spring Boot 文档(中英文)
2017-07-07 16:47:29Spring Boot的中英文档,大家一起好好学习 -
spring-boot-reference_1.5.x【官方英文PDF】
2020-06-19 18:50:07SpringBoot是由Pivotal团队在2013年开始研发、2014年4月发布第一个版本的全新开源的轻量级框架。它基于Spring4.0设计,不仅继承了Spring框架原有的优秀特性,而且还通过简化配置来进一步简化了Spring应用的整个搭建... -
Spring Boot in Action 英文原版
2019-01-11 13:41:56本书以 Spring 应用程序开发为中心,全面讲解如何运用 Spring Boot 提高效率,使应用程序的开发和管 理更加轻松有趣。作者行文亲切流畅,以大量示例讲解了Spring Boot在各类情境中的应用,内容涵盖起步依赖、 Spring... -
【精品文档】关于计算机专业有关的外文文献翻译成品:Spring Boot的数据访问(中英文双语对照)19.docx
2021-07-28 10:27:51此文档是毕业设计外文翻译成品( ...外文标题:Data Access with Spring Boot外文作者:Felipe Gutierrez文献出处: Pro Spring Boot pp 121-147,2018 (如觉得年份太老,可改为近2年,毕竟很多毕业生都这样做)英文44...此文档是毕业设计外文翻译成品( 含英文原文+中文翻译),无需调整复杂的格式!下载之后直接可用,方便快捷!本文价格不贵,也就几十块钱!一辈子也就一次的事!
外文标题:Data Access with Spring Boot
外文作者:Felipe Gutierrez
文献出处: Pro Spring Boot pp 121-147,2018 (如觉得年份太老,可改为近2年,毕竟很多毕业生都这样做)
英文4434单词,27307字符(字符就是印刷符),中文7050汉字。
Data Access with Spring Boot
Data 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 many 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 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-reduce 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 previous chapters. You are going to make the ToDo app work with SQL and NoSQL databases. Let’s get started.
SQL Databases
Do you remember those days when (in the Java world) you needed to deal with all the JDBC (Java Database Connectivity) 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 are all very manual tasks. Then a lot of ORM (object-relational mapping) frameworks started to emerge to manage these tasks—frameworks like Castor XML, ObjectStore, and Hibernate, to mention a few. They allowed you to identify the domain classes and create XML that was related to the database’s tables. At some point, you also needed to be an expert to manage those kinds of frameworks.
The Spring Framework helped a lot with those frameworks by following the
-
毕业设计外文翻译(计算机专业)_Spring框架
2021-01-14 15:31:53英文原文Springcontainsalotoffunctionalityandfeatures,whicharewell-organizedinsevenmodulesshowninthediagrambelow.Thissectiondiscusseseachtheofmodulesinturn.TheCorepackageisthemostfundamentalp...英文原文
Spring
contains
a
lot
of
functionality
and
features,
which
are
well-organized
in
seven
modules shown in the diagram below. This section discusses each the of modules in turn.
The
Core
package
is
the
most
fundamental
part
of
the
framework
and
provides
the
Dependency
Injection
features
allowing
you
to
manage
bean
container
functionality.
The
basic
concept
here
is
the
BeanFactory,
which
provides
a
factory
pattern
removing
the
need
for
programmatic
singletons
and
allowing
you
to
decouple
the
configuration
and
specification
of
dependencies from your actual program logic.
On top of the Core package sits the Context package, providing a way to access beans in a
framework-style manner, somewhat resembling a JNDI-registry. The context package inherits its
features from the beans package and adds support for text messaging using e.g. resource bundles,
event-propagation, resource-loading and transparent creation of contexts by, for example, a servlet
container.
The DAO
package
provides
a JDBC-abstraction
layer
that
removes
the
need
to
do
tedious
JDBC
coding
and
parsing
of
database-vendor
specific
error
codes.
Also,
the
JDBC
package
provides a way to do programmatic as well as declarative transaction management, not only for
classes implementing special interfaces, but for all your POJOs (plain old java objects).
The ORM
package provides
integration
layers
for
popular
object-relational
mapping
APIs,
including JDO, Hibernate and iBatis. Using the ORM package you can use all those O/R-mappers
in
combination
with
all
the
other
features
Spring
offers,
like
simple
declarative
transaction
management mentioned before.
Spring's
AOP
package
provides
an
AOP
Alliance
compliant
aspect-oriented
programming
implementation allowing you to define, for example, method-interceptors and pointcuts to cleanly
decouple
code
implementing
functionality
that
should
logically
speaking
be
separated.
Using
source-level
metadata functionality
you can incorporate all kinds of behavioral information into
your code, a little like .NET attributes.
Spring's
Web
package
provides
basic
web-oriented
integration
features,
such
as
multipart
functionality,
initialization
of
contexts
using
servlet
listeners
and
a
web-oriented
application
context. When using Spring together with WebWork or Struts, this is the package to integrate with.
Spring's
Web
MVC
package
provides
a
Model-View-Controller
implementation
for
web-applications.
Spring's
MVC
implementation
is
not
just
any
implementation,
it
provides
a
clean separation between domain model code and web forms and allows you to use all the other
features of the Spring Framework like validation.
Spring's
web
MVC
framework
is
designed
around
a
DispatcherServlet
that
dispatches
requests
to
handlers,
with
configurable
handler
mappings,
view
resolution,
locale
and
theme
resolution
as
well
as
support
for
upload
files.
The
default
handler
is
a
very
simple
Controller
interface,
just
offering
a
ModelAndView
handleRequest(request,response)
method.
This
can
already
be
used
for
application
controllers,
but
you
will
prefer
the
included
implementation
hierarchy,
consisting
of,
for
example
AbstractController,
AbstractCommandController
and
SimpleFormController. Application controllers will typically be subclasses of those. Note that you
-
【精品文档】关于计算机专业有关的外文文献翻译:Spring Boot的数据访问.pdf
2021-07-28 10:27:42CHAPTER 5Data Access withSpring 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....CHAPTER 5
Data Access with
Spring Boot
Data 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 many
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 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-reduce 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
previous chapters. You are going to make the ToDo app work with SQL and NoSQL
databases. Let’s get started.
SQL Databases
Do you remember those days when (in the Java world) you needed to deal with all the
JDBC (Java Database Connectivity) 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 are all very
manual tasks. Then a lot of ORM (object-relational mapping) frameworks started
to emerge to manage these tasks—frameworks like Castor XML, ObjectStore, and
Hibernate, to mention a few. They allowed you to identify the domain classes and create
XML that was related to the database’s tables. At some point, you also needed to be an
expert to manage those kinds of frameworks.
127
© Felipe Gutierrez 2019
F. Gutierrez, Pro Spring Boot 2, /10.1007/978-1-4842-3676-5_5
Chapter 5 Data aCCess with spring Boot
The Spring Framework helped a
-
springboot官方文档翻译
2019-02-10 10:58:53springboot官方文档的中文翻译, -
Java Spring 的框架简介外文文献加翻译
2019-03-22 17:14:50Java Spring 的框架简介外文文献加翻译。 关于Spring的外文文献加翻译文献名:Introducing the Spring Framework 外文翻译 -
springboot英文帮助文档链接
2017-11-15 16:22:58https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-spring-application.html -
Mybatis的课程管理系统数据持久化外文文献及翻译.zip
2020-03-12 18:10:19Mybatis的课程管理系统数据持久化外文文献及文献的翻译,毕业设计中有用到Myabtis框架可用。 -
外文翻译_Spring在web中的应用
2011-07-12 14:08:27学校毕业设计需要的外文翻译,希望也能满足你的要求 -
Spring相关外文文献和翻译.zip
2019-12-03 22:02:53Spring相关外文文献和翻译 -
SpringBoot的官方英文介绍(中文译本)
2019-03-04 10:52:30Spring Boot makes it easy to create stand-alone, production-grade ...翻译:SpringBoot可以很简单的创建一个基于项目的单机版,生产环境水平的Spring框架,从而让你的项目运行的更快。 We take an opiniona... -
关于计算机专业的毕业设计论文英文英语外文文献翻译成品资料:详细的Spring配置和Spring Boot(中英文双语...
2021-06-30 04:06:40本文是中英对照毕业设计论文外文文献翻译,下载后直接可用!省去您找文献、pdf整理成word以及翻译的时间,一辈子也就一次的事!文献引用出处等信息:Iuliana Cosmina, Rob Harrop, Chris Schaefer, Clarence Ho Pro ... -
Spring Boot文档翻译
2018-01-02 15:02:19使用SpringBootApplication注解 运行您的应用程序 1从IDE运行 2作为打包应用程序运行 3使用Maven插件 4使用Gradle插件 5热插拔 开发工具 1属性默认值 2自动重启 21记录条件评估中的变化 ... -
Spring Boot参考文档
2019-01-22 12:29:18SpringBoot参考文档中文翻译版 Introducing Spring Boot译 : 8.介绍 Spring Boot Spring Boot可以轻松创建可以运行的独立的, 生产级的基于Spring的应用程序。 我们对Spring平台和第三方库采取自己的看法, 以便您尽... -
一些外文文献,需要的自己找啊
2013-05-31 20:36:41毕设可以用的,一些关于计算机的外文文献和译文