jar

com.mealticket : dynamodb-session-jetty

Maven & Gradle

Feb 05, 2020

DynamoDB Jetty Session DataStore · This project allows one to use AWS DynamoDB for persistence/replication of Jetty's session data. AWS DynamoDB is a fast, affordable, scalable and highly-available nosql database service and as such is a great option for session storage and replication for Jetty instances deployed to AWS.

Table Of Contents

Latest Version

Download com.mealticket : dynamodb-session-jetty JAR file - Latest Versions:

All Versions

Download com.mealticket : dynamodb-session-jetty JAR file - All Versions:

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

com.mealticket.jetty.session.dynamodb

├─ com.mealticket.jetty.session.dynamodb.DynamoSession.class - [JAR]

├─ com.mealticket.jetty.session.dynamodb.DynamoSessionDataStore.class - [JAR]

├─ com.mealticket.jetty.session.dynamodb.DynamoSessionDataStoreConfig.class - [JAR]

├─ com.mealticket.jetty.session.dynamodb.DynamoSessionDataStoreFactory.class - [JAR]

Advertisement