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 年前3Apache Unomi 2.x - Documentation
in extensions/web-tracker/ has been completely rewritten. It is no longer based on an external library and is fully self-sufficient. It is based on an external contribution that has been used in production JAVASCRIPT PROJECTS The tracker also exists as an NPM library that you can integrate with your own Javascript projects. You can find the library here: https://www.npmjs.com/package/apache-unomi-tracker web page Created a scope in which to collect the data Learned how to use the tracker as an NPM library How to view the collected events How to view the current visitor profile How to add a rule to0 码力 | 117 页 | 4.78 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 年前3Apache Unomi 1.1.x - Documentation
MY_DIRNAME=`dirname $0` MY_KARAF_HOME=`cd "$MY_DIRNAME/.."; pwd` export KARAF_OPTS="-Djava.library.path=$MY_KARAF_HOME/lib/sigar" export JAVA_MAX_MEM=3G export JAVA_MAX_PERM_MEM=384M . You Machines (7): 1.7.0_51, x86_64: "Java SE 7" /Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home 1.7.0_45, x86_64: "Java SE 7" /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home jdk/Contents/Home 1.7.0_25, x86_64: "Java SE 7" /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home 1.6.0_65-b14-462, x86_64: "Java SE 6" /Library/Java/JavaVirtualMachines/1.6.0_65-b14- 4620 码力 | 32 页 | 477.20 KB | 1 年前3Apache Unomi 1.x - Documentation
cxs object that contains the context with the current user profile, segments, scores as well as functions that makes it easier to perform further requests (such Apache Unomi 1.x - Documentation - 14 as page() will be IGNORED because of this initial page view.This is the way that the Analytics.js library handles it.So make sure you are aware of this when calling it.This is to avoid having two page views where servers may be added or removed dynamically. In order to support this Apache Unomi uses a library called IPAddress that supports IP ranges and subnets. Here is an example of how to setup a range:0 码力 | 158 页 | 3.65 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 年前3
共 377 条
- 1
- 2
- 3
- 4
- 5
- 6
- 38