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

Download JAR files tagged by element with all dependencies

Search JAR files by class name

webelemental from group com.atomicleopard (version 0.0.1)

WebElemental is a small library to make writing Selenium tests easier. The existing WebElement interface is a bit clunky and hard to use. WebElemental introduces the Element class, which works with an API modeled on jQuery. This means that web tests can be written in a way that is familiar to those used to CSS selectors and jQuery.

Group: com.atomicleopard Artifact: webelemental
Show documentation Show source 
 

0 downloads
Artifact webelemental
Group com.atomicleopard
Version 0.0.1
Last update 12. January 2012
Organization Atomic Leopard
URL http://www.atomicleopard.com
License GNU Lesser General Public License (LGPL), Version 3.0
Dependencies amount 1
Dependencies expressive,
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!

spring-jdbc-oracle-integrationtests from group com.github.ferstl (version 2.0.0)

Group: com.github.ferstl Artifact: spring-jdbc-oracle-integrationtests
Show all versions 
 

0 downloads
Artifact spring-jdbc-oracle-integrationtests
Group com.github.ferstl
Version 2.0.0
Last update 01. July 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies spring-jdbc-oracle, spring-context, spring-jdbc, ojdbc8, commons-dbcp, tomcat-jdbc, junit, java-hamcrest, mockito-core, spring-test,
There are maybe transitive dependencies!

spring-jdbc-oracle from group com.github.ferstl (version 2.0.0)

Group: com.github.ferstl Artifact: spring-jdbc-oracle
Show all versions Show documentation Show source 
 

2 downloads
Artifact spring-jdbc-oracle
Group com.github.ferstl
Version 2.0.0
Last update 01. July 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies spring-context, spring-jdbc, junit, java-hamcrest, mockito-core, spring-test,
There are maybe transitive dependencies!

spring-jdbc-oracle-ojdbc from group com.github.ferstl (version 2.0.0)

Group: com.github.ferstl Artifact: spring-jdbc-oracle-ojdbc
Show all versions Show documentation Show source 
 

93 downloads
Artifact spring-jdbc-oracle-ojdbc
Group com.github.ferstl
Version 2.0.0
Last update 01. July 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

spring-jdbc-oracle-parent from group com.github.ferstl (version 2.0.0)

A variant of Spring's JdbcTemplate that uses Oracle Update Batching. If Spring's classic JdbcTemplate is used in combination with an Oracle DB, the `batchUpdate()` methods won't return the number of affected rows. Instead, these methods do always return an array containing -2 (`Statement#SUCCESS_NO_INFO`) in each element. In order to get the number of affected rows during a batch INSERT/UPDATE/DELETE, it is required to use [Oracle Update Batching](http://docs.oracle.com/cd/B28359_01/java.111/b31224/oraperf.htm#autoId2).

Group: com.github.ferstl Artifact: spring-jdbc-oracle-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-jdbc-oracle-parent
Group com.github.ferstl
Version 2.0.0
Last update 01. July 2018
Organization not specified
URL https://github.com/ferstl/spring-jdbc-oracle
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

html-servlet from group cat.inspiracio (version 0.0.3)

HTMLServlet provides HTML templating with server-side javascript. HTMLServlet 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: * ${expressions} in element bodies and attribute values * data-* attributes for conditionals, loops, local variables, and inclusion * <script> element with server-side javascript.

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

0 downloads
Artifact html-servlet
Group cat.inspiracio
Version 0.0.3
Last update 17. August 2016
Organization not specified
URL http://www.inspiracio.cat
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies geronimo-servlet_2.5_spec, geronimo-jsp_2.0_spec, html-parser,
There are maybe transitive dependencies!

jsefa-parent from group net.sf.jsefa (version 1.1.1.RELEASE)

JSefa (Java Simple exchange format api) is a simple library for stream-based serialization of java objects to XML, CSV, FLR or any other format and back again using an iterator-style interface independent of the serialization format. The mapping between java object types and types of the serialization format (e. g. xml complex element types) can be defined either by annotating the java classes or programmatically using a simple API. The current implementation supports XML, CSV and FLR - for XML it is based on JSR 173 for the standard version and XmlPull for the android version.

Group: net.sf.jsefa Artifact: jsefa-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jsefa-parent
Group net.sf.jsefa
Version 1.1.1.RELEASE
Last update 03. October 2014
Organization not specified
URL http://jsefa.sf.net
License Apache License, Version 2.0
Dependencies amount 1
Dependencies xmlpull,
There are maybe transitive dependencies!

jsefa from group net.sf.jsefa (version 1.1.1.RELEASE)

JSefa (Java Simple exchange format api) is a simple library for stream-based serialization of java objects to XML, CSV, FLR or any other format and back again using an iterator-style interface independent of the serialization format. The mapping between java object types and types of the serialization format (e. g. xml complex element types) can be defined either by annotating the java classes or programmatically using a simple API. The current implementation supports XML, CSV and FLR - for XML it is based on JSR 173.

Group: net.sf.jsefa Artifact: jsefa
Show all versions Show documentation Show source 
 

4 downloads
Artifact jsefa
Group net.sf.jsefa
Version 1.1.1.RELEASE
Last update 03. October 2014
Organization not specified
URL http://jsefa.sf.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 32 from 37 (items total 361)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy