jar

org.lwapp : lwapp-core

Maven & Gradle

Feb 15, 2016

Lwapp Core · Lwapp core can be used to develop microservices. The application can be deployed and executed as a standalone application. Visit the website for further details.

Table Of Contents

Latest Version

Download org.lwapp : lwapp-core JAR file - Latest Versions:

All Versions

Download org.lwapp : lwapp-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.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 lwapp-core-1.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.lwapp.core

├─ org.lwapp.core.AbstractApplicationMain.class - [JAR]

org.lwapp.core.rest.ws.rest

├─ org.lwapp.core.rest.ws.rest.ApplicationResource.class - [JAR]

├─ org.lwapp.core.rest.ws.rest.Wadl2HtmlResource.class - [JAR]

org.lwapp.core.interceptors

├─ org.lwapp.core.interceptors.AuditLogInterceptor.class - [JAR]

org.lwapp.core.rest.ws.provider.exception

├─ org.lwapp.core.rest.ws.provider.exception.ApplicationExceptionMapper.class - [JAR]

├─ org.lwapp.core.rest.ws.provider.exception.ExceptionMapper.class - [JAR]

├─ org.lwapp.core.rest.ws.provider.exception.IllegalArgumentExceptionMapper.class - [JAR]

├─ org.lwapp.core.rest.ws.provider.exception.NotFoundExceptionMapper.class - [JAR]

├─ org.lwapp.core.rest.ws.provider.exception.RuntimeExceptionMapper.class - [JAR]

├─ org.lwapp.core.rest.ws.provider.exception.SystemExceptionMapper.class - [JAR]

org.lwapp.core.config

├─ org.lwapp.core.config.ApplicationServerConfig.class - [JAR]

├─ org.lwapp.core.config.LwappConfigurations.class - [JAR]

org.lwapp.core.rest.ws.filter

├─ org.lwapp.core.rest.ws.filter.LogTraceIdFilter.class - [JAR]

├─ org.lwapp.core.rest.ws.filter.ValidationConfigurationContextResolver.class - [JAR]

Advertisement