jar

org.dmilne : xjsf

Maven & Gradle

May 15, 2012

XML & JSON Servlet Framework (XJSF) · A lightweight framework for creating self-documenting Java servlets that can respond with XML and JSON.

Table Of Contents

Latest Version

Download org.dmilne : xjsf JAR file - Latest Versions:

All Versions

Download org.dmilne : xjsf JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.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 xjsf-0.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.dmilne.xjsf.param

├─ org.dmilne.xjsf.param.BooleanParameter.class - [JAR]

├─ org.dmilne.xjsf.param.EnumParameter.class - [JAR]

├─ org.dmilne.xjsf.param.EnumSetParameter.class - [JAR]

├─ org.dmilne.xjsf.param.FloatParameter.class - [JAR]

├─ org.dmilne.xjsf.param.IntListParameter.class - [JAR]

├─ org.dmilne.xjsf.param.IntParameter.class - [JAR]

├─ org.dmilne.xjsf.param.Parameter.class - [JAR]

├─ org.dmilne.xjsf.param.ParameterGroup.class - [JAR]

├─ org.dmilne.xjsf.param.StringArrayParameter.class - [JAR]

├─ org.dmilne.xjsf.param.StringParameter.class - [JAR]

org.dmilne.xjsf

├─ org.dmilne.xjsf.CharsetFilter.class - [JAR]

├─ org.dmilne.xjsf.Client.class - [JAR]

├─ org.dmilne.xjsf.ClientList.class - [JAR]

├─ org.dmilne.xjsf.ListServicesService.class - [JAR]

├─ org.dmilne.xjsf.Service.class - [JAR]

├─ org.dmilne.xjsf.ServiceCaller.class - [JAR]

├─ org.dmilne.xjsf.ServiceHub.class - [JAR]

├─ org.dmilne.xjsf.UsageService.class - [JAR]

├─ org.dmilne.xjsf.UtilityMessages.class - [JAR]

Advertisement