servlet
Here are 1,135 public repositories matching this topic...
-
Updated
Jun 8, 2020 - Java
A Spring Boot user has reported a problem with Spring Boot's reference documentation linking to Jetty's documentation. Spring Boot's reference documentation links to the Jetty documentation for the specific version of Jetty that it built against. For example, the documentation for Spring Boot 2.2.4 links to https://www.eclipse.org/jet
here http://javaee-samples.github.io/sample/batch-decision/
myJob.xml says: < next on="foobar" to="step3"/ >
but the text says:
Decider is always returning the value foobar which forwards the execution to step2
shouldn't the xml also say to="step2" ?
When attempting to execute the compiled jar file when warbler packs in jruby-jars-9.1.9.0:
LoadError: no such file to load -- bundler/shared_helpers
require at org/jruby/RubyKernel.java:961
require at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:130
<main> at uri:classloader:/META-INF/init.rb:21
require at org/jruby/RubyKernel.java:9
-
Updated
Nov 25, 2018 - Java
-
Updated
Apr 16, 2020 - C++
-
Updated
May 28, 2020 - Java
-
Updated
May 22, 2018 - Java
-
Updated
Sep 14, 2019 - Java
-
Updated
Jun 14, 2020 - Java
-
Updated
Apr 24, 2019 - Java
-
Updated
Mar 14, 2020 - Java
-
Updated
Aug 15, 2019 - Java
Documentation is very random:
Is there any documentation that has one by one example from "Opening Base URL to Session to Database and Logout etc.,?"
It's very complicated to understand the currently available documentation
-
Updated
Nov 2, 2017 - Java
-
Updated
Nov 26, 2019 - Java
-
Updated
Jun 8, 2020
-
Updated
Mar 31, 2020 - Java
-
Updated
Jun 15, 2020 - Java
Improve this page
Add a description, image, and links to the servlet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the servlet topic, visit your repo's landing page and select "manage topics."
Describe the feature
I'd like to be able to document multiple different APIs separately in the same Javalin application. I.e. have 3 handlers go to doc A, and have another 3 handlers go to doc B.
Additional context
The purpose of this feature request is API versioning; I'd like to version my API, and have separate docs for each version.