servlet
Here are 1,135 public repositories matching this topic...
Realtime Client Server Framework for the JVM, supporting WebSockets with Cross-Browser Fallbacks
-
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
适合java新手入门练习的java web个人网站项目,目前主要维护web-mysql和web-psql两个分支。前台包括博客、代码库、文件下载、留言、登录注册、站内搜索、分类目录等功能,后台包括上传文件、博客、代码,编辑、删除文章,修改个人资料等功能,目前暂停开发新功能。网址:https://www.hemingsheng.cn ,觉得不错的欢迎 star。 手机版网址:
-
Updated
Nov 25, 2018 - Java
The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
-
Updated
Apr 16, 2020 - C++
Lightweight REST for Java
-
Updated
May 28, 2020 - Java
Official Java SDK for the Stormpath User Management REST API
-
Updated
May 22, 2018 - Java
Official, Main: This is Core/Advance java example series project. It help to learn java step by step using pdf tutorial provided here and corresponding demo project for the eclipse. Tag: Java Student, Java Stud, Stud Java, StudJava, Java Teachers, Studs Quick Start Guide, Studs Java, Object Oriented Programming, Core Java, Java SE, Java EE, Java Enterprise Edition, Java Blog, Java Articles, Java Web, JSP, Servlet, Maven, Spring, Hibernate, Spring-boot, Spring MVC Web, Angular JS, Angular 2, Java Security, Java CRUD, Java Login Example, File Handling, Multi threading, exception handling, Collection classes, Swing, Database, Date Time, Joda Time, JPA.
-
Updated
Sep 14, 2019 - Java
个人学习 SpringBoot2.x 写的一些示例程序,目前正在持续更新中.....
-
Updated
Jun 14, 2020 - Java
Java 语言实现的 苹果网上商城 ,前端模仿 苹果爱否 商城的页面 ,后端运用纯 Servlet + JSP +c3p0 数据库连接池以及web 相关技术,实现的基础功能包括前后台、实现展示首页、管理商品页面、商品分类、添加购物车、购买、提交订单 、联系客服等 ,欢迎 star,谢谢!!!
-
Updated
Apr 24, 2019 - Java
pepper metrics is a tool, it can helps you collect runtime performance use RED method, and then output as log / timeseries data, by default it use prometheus as datasource, grafana as UI
-
Updated
Mar 14, 2020 - Java
The project moved to https://github.com/eclipse-ee4j/jakartaee-examples
-
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
springMvc4.x系列整理总结
-
Updated
Nov 2, 2017 - Java
Record, transform, and replay HTTP requests in Java EE and Spring applications.
-
Updated
Nov 26, 2019 - Java
-
Updated
Jun 8, 2020
Library to receive tus v1.0.0 file uploads in a Java server environment
-
Updated
Mar 31, 2020 - Java
At the beginning, it was the repository with questions from Java interviews. Currently, it's more like knowledge base with useful links.
-
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.