jar

com.kirgor.enklib : ejb

Maven & Gradle

Dec 27, 2013
0 stars

Enklib EJB · Library, which allows to create EJB-powered service with RESTful API (via JAX-RS), password based authentication, persistent sessions identified by cookies, and data access layer powered by stored procedures.

Table Of Contents

Latest Version

Download com.kirgor.enklib : ejb JAR file - Latest Versions:

All Versions

Download com.kirgor.enklib : ejb JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

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 ejb-0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.kirgor.enklib.ejb.annotation

├─ com.kirgor.enklib.ejb.annotation.InjectStoredProcedureProxy.class - [JAR]

├─ com.kirgor.enklib.ejb.annotation.SkipSecurityCheck.class - [JAR]

com.kirgor.enklib.ejb.exception

├─ com.kirgor.enklib.ejb.exception.APIException.class - [JAR]

├─ com.kirgor.enklib.ejb.exception.InjectStoredProcedureProxyException.class - [JAR]

com.kirgor.enklib.ejb

├─ com.kirgor.enklib.ejb.AuthenticationDAO.class - [JAR]

├─ com.kirgor.enklib.ejb.Bean.class - [JAR]

├─ com.kirgor.enklib.ejb.Config.class - [JAR]

├─ com.kirgor.enklib.ejb.ConfigBean.class - [JAR]

├─ com.kirgor.enklib.ejb.HashMapSecurityTokenStorage.class - [JAR]

├─ com.kirgor.enklib.ejb.SecurityTokenStorage.class - [JAR]

Advertisement