All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by servlet with all dependencies

Search JAR files by class name

excalibur-fortress-container from group excalibur-fortress (version test-1.2)

Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management of your component instances, high scalability, easier maintenance of your code, and easy embedding into various environments like servlet engines.

Group: excalibur-fortress Artifact: excalibur-fortress-container

 

0 downloads
Artifact excalibur-fortress-container
Group excalibur-fortress
Version test-1.2
Last update 08. November 2005
Organization not specified
URL Not specified
License not specified
Dependencies amount 25
Dependencies excalibur-fortress-container-api, excalibur-fortress-container-impl, excalibur-fortress-meta, avalon-framework-api, avalon-framework-impl, avalon-logkit, commons-collections, commons-beanutils, concurrent, excalibur-instrument-api, excalibur-instrument-mgr-api, excalibur-instrument-mgr-impl, d-haven-event, d-haven-managed-pool, bcel, excalibur-logger, excalibur-sourceresolve, excalibur-lifecycle-api, excalibur-lifecycle-impl, xml-apis, xalan, xerces, excalibur-fortress-bean, qdox, ant,
There are maybe transitive dependencies!

excalibur-fortress-container-impl from group excalibur-fortress (version 1.2)

Fortress contains a framework to help you create your own avalon containers. It boasts asynchronous management of your component instances, high scalability, easier maintenance of your code, and easy embedding into various environments like servlet engines.

Group: excalibur-fortress Artifact: excalibur-fortress-container-impl

 

0 downloads
Artifact excalibur-fortress-container-impl
Group excalibur-fortress
Version 1.2
Last update 08. November 2005
Organization not specified
URL Not specified
License not specified
Dependencies amount 20
Dependencies avalon-framework-api, avalon-framework-impl, excalibur-fortress-container-api, excalibur-fortress-meta, avalon-logkit, commons-collections, commons-beanutils, concurrent, excalibur-instrument-api, excalibur-instrument-mgr-api, excalibur-instrument-mgr-impl, d-haven-event, d-haven-managed-pool, bcel, excalibur-logger, excalibur-sourceresolve, excalibur-lifecycle-api, excalibur-lifecycle-impl, excalibur-pool-api, excalibur-pool-impl,
There are maybe transitive dependencies!

camunda-archetype-servlet-war-demo from group org.camunda.bpm.archetype (version 7.21.0)

Demo application with lots of pre-built parts that uses a shared Camunda Platform engine in a Servlet Container, e.g. Apache Tomcat. Contains: Servlet Process Application, BPMN Process, Java Delegate, HTML5-based start and task forms, JUnit Test with in-memory engine, Maven Plugins, and visual process test coverage

Group: org.camunda.bpm.archetype Artifact: camunda-archetype-servlet-war-demo
Show all versions Show source 
 

0 downloads
Artifact camunda-archetype-servlet-war-demo
Group org.camunda.bpm.archetype
Version 7.21.0
Last update 03. April 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jakarta.authentication-api from group jakarta.authentication (version 3.1.0-M1)

Jakarta Authentication defines a general low-level SPI for authentication mechanisms, which are controllers that interact with a caller and a container's environment to obtain the caller's credentials, validate these, and pass an authenticated identity (such as name and groups) to the container. Jakarta Authentication consists of several profiles, with each profile telling how a specific container (such as Jakarta Servlet) can integrate with- and adapt to this SPI.

Group: jakarta.authentication Artifact: jakarta.authentication-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact jakarta.authentication-api
Group jakarta.authentication
Version 3.1.0-M1
Last update 28. November 2023
Organization not specified
URL https://github.com/jakartaee/authentication
License EPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

velocity-tools-view from group com.github.ppodgorsek.apache (version 3.3.0)

Tools to be used in a servlet context. PLEASE NOTE: this is a temporary fork to unblock projects migrating to Jakarta, but I won't continue maintaining it in the future as the Velocity team doesn't understand the value of Jakarta. I strongly suggest you plan a switch to a more modern template engine such as Thymeleaf.

Group: com.github.ppodgorsek.apache Artifact: velocity-tools-view
Show documentation Show source 
 

0 downloads
Artifact velocity-tools-view
Group com.github.ppodgorsek.apache
Version 3.3.0
Last update 12. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies velocity-engine-core, velocity-tools-generic, slf4j-api, commons-lang3, commons-digester3,
There are maybe transitive dependencies!

org.apache.sling.api from group org.apache.sling (version 2.27.2)

The Apache Sling API defines an extension to the Servlet API 2.4 to provide access to content and unified access to request parameters hiding the differences between the different methods of transferring parameters from client to server. Note that the Apache Sling API bundle does not include the Servlet API but instead requires the API to be provided by the Servlet container in which the Apache Sling framework is running or by another bundle.

Group: org.apache.sling Artifact: org.apache.sling.api
Show all versions Show documentation Show source 
 

52 downloads
Artifact org.apache.sling.api
Group org.apache.sling
Version 2.27.2
Last update 12. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies annotations,
There are maybe transitive dependencies!

miscservletfilter from group io.github.jdlopez (version 1.1.0)

Collection of Servlet filter: Very basic authentication filter. Suitable for Spring Boot REST services without servlet-engine configuration. Add registration of api calls (or any servlet call) into Google Analytics Measurement Protocol. Block filter some kind of last defense servlet-firewall agains DDoS attacks

Group: io.github.jdlopez Artifact: miscservletfilter
Show all versions Show documentation Show source 
 

0 downloads
Artifact miscservletfilter
Group io.github.jdlopez
Version 1.1.0
Last update 14. February 2023
Organization not specified
URL https://github.com/jdlopez/miscservletfilter
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

j2mvc-framework-web from group com.j2mvc (version 2.1.39)

强烈建议使用J2mvc 2.1以后的版本。 version 2.1.01 1.优化路径跳转,Servlet和Filter方式的路径设置 2.优化内存销毁 3.更换JSON依赖包 4.优化接收方法RequestMethod,封装不同ContentType格式提交 封装JSON,XML数据提交模块 JSON请求示例 { "id":"JSON134851", "title":"JSON提交的标题", "price":65.1, "stock":100 } XML请求示例 <!DOCTYPE root [ <!ELEMENT root ANY> <!ATTLIST Product SSN ID #REQUIRED>]> <root> <Product SSN='id'>XMLID12354</Product> <Product SSN='title'>XML提交的标题 </Product> <Product SSN='price'>55 </Product> <Product SSN='stock'>32 </Product> </root> version 2.1.02 1.解决URL无后缀情况无法加载静态资源,解决无法渲染CSS文件。 version 2.1.03 1.移除com.j2mvc.StringUtils.getUtf8()方法调用 更改为getCharset() version 2.1.04 1.去除Servlet和Filter的全局变量销毁,只交给Listener处理。 version 2.1.05,2.1.06,2.1.07 1.完善POST提交的JSON数据 支持接收基础数据类型、任意对象类型、任意数组类型。 不支持接收参数为集合类型或Map类型,但可以定义为接收对象类型的元素。 version 2.1.05,2.1.06,2.1.07 1.修改连接池变量 version 2.1.09 增加上传功能,修改RequestMethod,ContentType设置方式 version 2.1.10,2.1.11 更改上传文件名格式为UUID格式,移除JSON映射类,更改接收多文件上传。 version 2.1.12 删除文件列有的空对象 version 2.1.13 增加配置文件目录/conf,加载上传功能配置/conf/upload.properties version 2.1.18 拦截器也能获取ActionBean version 2.1.20 添加上传文件只读权限 version 2.1.21 支持同时接收文件和文本数据 version 2.1.22 增加文件接收类型media version 2.1.23 删除upload类printJson方法 version 2.1.25 添加输入流方式上传及数据库存储(BLOB) version 2.1.27 添加输入流方式至fileList version 2.1.38 添加formdata接收方式

Group: com.j2mvc Artifact: j2mvc-framework-web
Show all versions Show documentation Show source 
 

0 downloads
Artifact j2mvc-framework-web
Group com.j2mvc
Version 2.1.39
Last update 29. December 2021
Organization not specified
URL http://www.j2mvc.com
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

orange-servlet from group cat.inspiracio (version 0.0.9)

Orange Servlet provides HTML templating with server-side Java. OrangeServlet is a servlet that is registered on *.html. It reads the html file at the right location according to URL. It renders the file as html, executing some scripting: * data-if="E" attributes for server-side conditional, * data-for="T x : E" attributes for server-side loops, * data-import="C" attributes for server-side class imports, * data-substitute="file.html" substitute an element with the processed contents of a file, * ${expressions} in element bodies and attribute values.

Group: cat.inspiracio Artifact: orange-servlet
Show all versions Show documentation Show source 
 

0 downloads
Artifact orange-servlet
Group cat.inspiracio
Version 0.0.9
Last update 02. October 2021
Organization not specified
URL http://www.inspiracio.cat/orange-servlet
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies dummy-servlet,
There are maybe transitive dependencies!

jakarta.security.auth.message-api from group jakarta.security.auth.message (version 2.0.0-RC1)

Jakarta Authentication defines a general low-level SPI for authentication mechanisms, which are controllers that interact with a caller and a container's environment to obtain the caller's credentials, validate these, and pass an authenticated identity (such as name and groups) to the container. Jakarta Authentication consists of several profiles, with each profile telling how a specific container (such as Jakarta Servlet) can integrate with- and adapt to this SPI.

Group: jakarta.security.auth.message Artifact: jakarta.security.auth.message-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact jakarta.security.auth.message-api
Group jakarta.security.auth.message
Version 2.0.0-RC1
Last update 13. February 2020
Organization Jakarta Authentication
URL https://github.com/eclipse-ee4j/authentication
License EPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 153 from 164 (items total 1632)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy