jar

com.j2mvc : j2mvc-framework-app

Maven & Gradle

Sep 16, 2021
1 stars

J2mvc Appframework · 强烈建议使用J2mvc 2.1以后的版本。 version 2.1.01 1.更换JSON依赖包. version 2.1.02 1.移除com.j2mvc.StringUtils.getUtf8()方法调用. 更改为getCharset() version 2.1.03 1.更新JNDI连接设置 version 2.1.04 1.修改works.xml配置url-pkg-prefixes改为pkg

Table Of Contents

Latest Version

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

All Versions

Download com.j2mvc : j2mvc-framework-app 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-app-2.1.12.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.j2mvc.framework.config

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

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

com.j2mvc.framework

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

├─ com.j2mvc.framework.Start.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.mapping

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

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

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

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

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

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

├─ com.j2mvc.framework.mapping.PrimaryKey.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.dao.callback

├─ com.j2mvc.framework.dao.callback.CallbackArrayList.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.util

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

com.j2mvc.framework.i18n

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

Advertisement