jar

com.j2mvc : j2mvc-framework-web

Maven & Gradle

Dec 29, 2021
3 usages
1 stars

J2mvc Webframework · 强烈建议使用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接收方式

Table Of Contents

Latest Version

Download com.j2mvc : j2mvc-framework-web JAR file - Latest Versions:

All Versions

Download com.j2mvc : j2mvc-framework-web JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
1.10.x
1.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window j2mvc-framework-web-2.1.39.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.j2mvc.framework

├─ com.j2mvc.framework.Constants.class - [JAR]

├─ com.j2mvc.framework.J2mvcListener.class - [JAR]

├─ com.j2mvc.framework.Session.class - [JAR]

com.j2mvc.framework.mapping

├─ com.j2mvc.framework.mapping.ActionPath.class - [JAR]

├─ com.j2mvc.framework.mapping.ActionSecurity.class - [JAR]

├─ com.j2mvc.framework.mapping.ActionUri.class - [JAR]

├─ com.j2mvc.framework.mapping.Column.class - [JAR]

├─ com.j2mvc.framework.mapping.ContentType.class - [JAR]

├─ com.j2mvc.framework.mapping.DataSourceName.class - [JAR]

├─ com.j2mvc.framework.mapping.Foreign.class - [JAR]

├─ com.j2mvc.framework.mapping.IncludePage.class - [JAR]

├─ com.j2mvc.framework.mapping.PrimaryKey.class - [JAR]

├─ com.j2mvc.framework.mapping.RequestMethod.class - [JAR]

├─ com.j2mvc.framework.mapping.Sql.class - [JAR]

├─ com.j2mvc.framework.mapping.Table.class - [JAR]

├─ com.j2mvc.framework.mapping.Transient.class - [JAR]

├─ com.j2mvc.framework.mapping.UploadMeta.class - [JAR]

com.j2mvc.framework.dao.callback

├─ com.j2mvc.framework.dao.callback.CallbackArrayList.class - [JAR]

├─ com.j2mvc.framework.dao.callback.CallbackInputStream.class - [JAR]

├─ com.j2mvc.framework.dao.callback.CallbackInteger.class - [JAR]

├─ com.j2mvc.framework.dao.callback.CallbackList.class - [JAR]

├─ com.j2mvc.framework.dao.callback.CallbackObject.class - [JAR]

├─ com.j2mvc.framework.dao.callback.CallbackString.class - [JAR]

├─ com.j2mvc.framework.dao.callback.Creator.class - [JAR]

├─ com.j2mvc.framework.dao.callback.InvokeObject.class - [JAR]

├─ com.j2mvc.framework.dao.callback.MutilCreator.class - [JAR]

├─ com.j2mvc.framework.dao.callback.ObjectFieldsValue.class - [JAR]

├─ com.j2mvc.framework.dao.callback.PreparedStatementCallBack.class - [JAR]

├─ com.j2mvc.framework.dao.callback.PreparedStatementCreator.class - [JAR]

├─ com.j2mvc.framework.dao.callback.StreamUtil.class - [JAR]

com.j2mvc.framework.interceptor

├─ com.j2mvc.framework.interceptor.DispatcherInterceptor.class - [JAR]

├─ com.j2mvc.framework.interceptor.Interceptor.class - [JAR]

├─ com.j2mvc.framework.interceptor.MeasureInterceptor.class - [JAR]

com.j2mvc.framework.upload.entity

├─ com.j2mvc.framework.upload.entity.FileInfo.class - [JAR]

com.j2mvc.framework.i18n

├─ com.j2mvc.framework.i18n.I18n.class - [JAR]

com.j2mvc.framework.config

├─ com.j2mvc.framework.config.Config.class - [JAR]

├─ com.j2mvc.framework.config.InjectUri.class - [JAR]

├─ com.j2mvc.framework.config.PropsConfig.class - [JAR]

com.j2mvc.framework.dao

├─ com.j2mvc.framework.dao.DaoSupport.class - [JAR]

├─ com.j2mvc.framework.dao.DataSourceBean.class - [JAR]

├─ com.j2mvc.framework.dao.DataSourceJndi.class - [JAR]

├─ com.j2mvc.framework.dao.JdbcDaoSupport.class - [JAR]

com.j2mvc.framework.entity

├─ com.j2mvc.framework.entity.BaseEntity.class - [JAR]

com.j2mvc.framework.upload

├─ com.j2mvc.framework.upload.ExtIcon.class - [JAR]

├─ com.j2mvc.framework.upload.Lister.class - [JAR]

├─ com.j2mvc.framework.upload.Progress.class - [JAR]

├─ com.j2mvc.framework.upload.Upload.class - [JAR]

├─ com.j2mvc.framework.upload.UploadHandler.class - [JAR]

├─ com.j2mvc.framework.upload.Util.class - [JAR]

com.j2mvc.framework.action

├─ com.j2mvc.framework.action.Action.class - [JAR]

├─ com.j2mvc.framework.action.ActionBean.class - [JAR]

├─ com.j2mvc.framework.action.ActionMatch.class - [JAR]

├─ com.j2mvc.framework.action.ActionUpload.class - [JAR]

├─ com.j2mvc.framework.action.RequestUri.class - [JAR]

├─ com.j2mvc.framework.action.UploadBean.class - [JAR]

com.j2mvc.framework.dispatcher

├─ com.j2mvc.framework.dispatcher.DispatcherFilter.class - [JAR]

├─ com.j2mvc.framework.dispatcher.DispatcherForward.class - [JAR]

├─ com.j2mvc.framework.dispatcher.DispatcherServlet.class - [JAR]

com.j2mvc.framework.util

├─ com.j2mvc.framework.util.DOMUtils.class - [JAR]

├─ com.j2mvc.framework.util.DataValidations.class - [JAR]

├─ com.j2mvc.framework.util.FieldUtil.class - [JAR]

├─ com.j2mvc.framework.util.InjectUtils.class - [JAR]

├─ com.j2mvc.framework.util.InvokeUtils.class - [JAR]

com.j2mvc.framework.dispatcher.reader

├─ com.j2mvc.framework.dispatcher.reader.BaseReader.class - [JAR]

├─ com.j2mvc.framework.dispatcher.reader.DefaultReader.class - [JAR]

├─ com.j2mvc.framework.dispatcher.reader.FileReader.class - [JAR]

├─ com.j2mvc.framework.dispatcher.reader.FormDataReader.class - [JAR]

├─ com.j2mvc.framework.dispatcher.reader.JSONReader.class - [JAR]

├─ com.j2mvc.framework.dispatcher.reader.XMLReader.class - [JAR]

Advertisement

Dependencies from Group

Jun 11, 2020
9 usages
1 stars
Dec 29, 2021
3 usages
1 stars
Jul 20, 2020
1 stars
Sep 16, 2021
1 stars
Jul 03, 2019
1 stars

Discover Dependencies

Jun 13, 2019
1 usages
0 stars
Jun 20, 2019
1 usages
0 stars
Jun 24, 2019
1 usages
2 stars
Dec 21, 2022
5 usages
21 stars
Jun 19, 2019
1 usages
8 stars
Jul 06, 2019
2 usages
18 stars
Jul 04, 2019
1 usages
8 stars