Coder Social home page Coder Social logo

yazi-t / apache-ignite-cache-session-distribution-spring-security-samples Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 3.0 63 KB

Java based samples of various usages of Apache Ignite in-memory distributed data fabric

Java 100.00%
spring-mvc spring-security apache-ignite session-replication distributed-session

apache-ignite-cache-session-distribution-spring-security-samples's Introduction

Apache-Ignite-Cache-Session-Distribution-Spring-security-Samples

Java based samples of various usages of Apache Ignite in-memory distributed data fabric

What is Apache Ignite?

Ignite is a memory-centric data platform

that is strongly consistent
and highly available
with powerful SQL,
key-value and processing APIs

for more info follow Apache Ignite official web site https://ignite.apache.org/

Modules

Command Line Samples

  1. Ignite distributed cache
  2. Ignite compute
  3. Ignite data structures
  4. Ignite in-memory file system
  5. Ignite messaging
  6. Ignite distributed services

Can be executed through command line

Web based session distribution

This demonstrates http servlet session distribution through multiple server instances. Session values can be accessed from any sever. In this example session is partitioned through out nodes. Ignite allows to session replication also. Please check ignite documentation for more details.

Spring MVC + Spring security session distribution

This demonstrates login session distribution through multiple server instances in Spring MVC + Spring security application. Login session can be accessed from any server node.

Environment

> Java version: JDK 8
> Build tool: maven 3+
> Appication/servlet container: Apache Tomcat (for Web based session distribution & Spring MVC + Spring security session distribution)

apache-ignite-cache-session-distribution-spring-security-samples's People

Contributors

yazi-t avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

apache-ignite-cache-session-distribution-spring-security-samples's Issues

ClassNotFound error

I am using Eclipse and when I attempt to run Program class it is giving me an error :

Exception in thread "main" java.lang.NoClassDefFoundError: sun/misc/SharedSecrets
	at org.apache.ignite.internal.util.GridUnsafe.<clinit>(GridUnsafe.java:55)
	at org.apache.ignite.internal.util.IgniteUtils.<clinit>(IgniteUtils.java:736)
	at org.apache.ignite.internal.IgnitionEx.<clinit>(IgnitionEx.java:186)
	at org.apache.ignite.Ignition.start(Ignition.java:347)
	at test.prog.IgniteManger.<clinit>(IgniteManger.java:38)
	at test.prog.Program.main(Program.java:25)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.