Spring Framwork Web on Reactive Stack v5.3.36 SNAPSHOT
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 1.5.5. Filtering Handler Functions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . not only for collections. This is the role that reactive libraries play. Reactor is the reactive library of choice for Spring WebFlux. It provides the Mono and Flux API types to work on data sequences of operators aligned with the ReactiveX vocabulary of operators. Reactor is a Reactive Streams library and, therefore, all of its operators support non-blocking back pressure. Reactor has a strong focus0 码力 | 182 页 | 2.52 MB | 1 年前3Spring Framwork Web on Servlet Stack v5.3.36 SNAPSHOT
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96 1.4.5. Filtering Handler Functions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148 Spring’s JSP Tag Library . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148 Spring’s form tag library. . . . . . . . . . . multi-part request (for example, browser form file upload) with the help of some multipart parsing library. See Multipart Resolver. FlashMapManager Store and retrieve the “input” and the “output” FlashMap0 码力 | 259 页 | 3.58 MB | 1 年前3Spring Boot 3.3.0-SNAPSHOT Reference Guide
Instructions for the Java Developer You can use Spring Boot in the same way as any standard Java library. To do so, include the appropriate spring-boot-*.jar files on your classpath. Spring Boot does not provides a nice way of “obtaining” Gradle when you need to build a project. It is a small script and library that you commit alongside your code to bootstrap the build process. See docs.gradle.org/current practices. Although there is nothing particularly special about Spring Boot (it is just another library that you can consume), there are a few recommendations that, when followed, make your development0 码力 | 977 页 | 17.51 MB | 1 年前3Spring Framework Reference Documentation v4.3.2
Improvements Web Improvements WebSocket Messaging Improvements Testing Improvements Support for new library and server generations III. Core Technologies 7. The IoC container Introduction to the Spring Mathematical operators Assignment Types Constructors Variables The #this and #root variables Functions Bean references Ternary Operator (If-Then-Else) The Elvis Operator Safe Navigation operator Collection resolvers 'Plain-old' JSPs versus JSTL Additional tags facilitating development Using Spring’s form tag library Configuration The form tag The input tag The checkbox tag The checkboxes tag The radiobutton tag0 码力 | 1311 页 | 4.07 MB | 1 年前3Spring Framwork Language Support v6.0.0-M2
specifying the type for bean references like ref("bazBean") • It is possible to use Kotlin top level functions to declare beans using callable references like bean(::myRouter) in this example • When specifying imperative way. On language side, suspending functions provides an abstraction for asynchronous operations while on library side kotlinx.coroutines provides functions like async { } and types like Flow. Spring laziness is not needed, fun handler(mono: Mono) becomes fun handler(value: T) since a suspending functions can be invoked to get the value parameter. • If laziness is needed, fun handler(mono: Mono ) 0 码力 | 42 页 | 602.76 KB | 1 年前3Spring Framwork Language Support v5.3.36 SNAPSHOT
specifying the type for bean references like ref("bazBean") • It is possible to use Kotlin top level functions to declare beans using callable references like bean(::myRouter) in this example 4 • When specifying imperative way. On language side, suspending functions provides an abstraction for asynchronous operations while on library side kotlinx.coroutines provides functions like async { } and types like Flow. Spring laziness is not needed, fun handler(mono: Mono) becomes fun handler(value: T) since a suspending functions can be invoked to get the value parameter. • If laziness is needed, fun handler(mono: Mono ) 0 码力 | 42 页 | 603.79 KB | 1 年前3Spring Framwork Core Technologies v5.3.36 SNAPSHOT
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 305 4.3.11. Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The Spring Framework implements this method injection by using bytecode generation from the CGLIB library to dynamically generate a subclass that overrides the method. 45 • For this dynamic subclassing obtained via Maven Central now, simply to be added to the application’s classpath like any other library. 119 1.10. Classpath Scanning and Managed Components Most examples in this chapter use XML to0 码力 | 485 页 | 6.31 MB | 1 年前3Spring Framework Reference Documentation v4.3.2
....................................................................... 33 6.8. Support for new library and server generations .................................................... 34 III. Core Technologies #this and #root variables .................................................................. 201 Functions ............................................................................................... development ............................................................ 568 Using Spring’s form tag library ........................................................................ 568 Configuration ....0 码力 | 907 页 | 5.46 MB | 1 年前3Spring Boot 3.2.9-snapshot Reference Documentation
Instructions for the Java Developer You can use Spring Boot in the same way as any standard Java library. To do so, include the appropriate spring-boot-*.jar files on your classpath. Spring Boot does not provides a nice way of “obtaining” Gradle when you need to build a project. It is a small script and library that you commit alongside your code to bootstrap the build process. See docs.gradle.org/current practices. Although there is nothing particularly special about Spring Boot (it is just another library that you can consume), there are a few recommendations that, when followed, make your development0 码力 | 976 页 | 17.49 MB | 1 年前3Spring Boot 3.2.7 Reference Documentation
Instructions for the Java Developer You can use Spring Boot in the same way as any standard Java library. To do so, include the appropriate spring-boot-*.jar files on your classpath. Spring Boot does not provides a nice way of “obtaining” Gradle when you need to build a project. It is a small script and library that you commit alongside your code to bootstrap the build process. See docs.gradle.org/current practices. Although there is nothing particularly special about Spring Boot (it is just another library that you can consume), there are a few recommendations that, when followed, make your development0 码力 | 974 页 | 17.47 MB | 1 年前3
共 316 条
- 1
- 2
- 3
- 4
- 5
- 6
- 32