Skip to content

Commit f632233

Browse files
committed
📝 Updated README to include information on Jersey starter
1 parent db71a9d commit f632233

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

‎README.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ Spring context that can be utilized easily by any Spring Boot application.
3030
* Add starter to project using maven
3131
* Add AEM code to your project
3232

33-
There is a [sample web application](spring/fluentforms-sample-web-app) that uses the Spring Boot
33+
There is a [sample web application](spring/fluentforms-sample-webmvc-app) that uses the Spring Boot
3434
starter library. There are also documents outlining the [Spring Beans provided by the
3535
starter library](spring/ConfigurationBeans.md) and the [configuration properties](spring/ConfigurationProperties.md) that is uses.
3636

37+
The default starter uses Spring MVC to implement reverse proxy endpoints that forward requests to AEM and uses the Spring RestClient to make Document Services calls to AEM. For backwards compatibility with previous releases that used [Eclipse Jersey](https://eclipse-ee4j.github.io/jersey/) for these two functions, a Jersey Spring Boot starter is also available.
38+
39+
The Jersey Spring Boot starter can be included in the project instead of the default starter. This triggers the inclusion of Spring's `spring-boot-starter-jersey` and the fluent forms starter autoconfigures to use the older codebase that uses Jersey for proxying AEM and making calls to AEM Document Services. See the [sample Jersey application](spring/fluentforms-sample-web-jersey-app) for the maven details.
40+
3741
## Java Client Library
3842

3943
This is the targeted at customers with Java applications that are _not_ based on Spring Boot.

0 commit comments

Comments
 (0)