Skip to content

OndrejM-demonstrations/JavaEEReactive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaEEReactive

Reactive patterns implemented in JavaEE

  • Asynchronous servlet execution
  • Asynchronous EJB method
  • Asynchronous EJB observer
  • Asynchronous REST service

Usual reactive patterns:

  • async file operations
  • async DB operations
  • async call to an external resource (service)
  • async event passing

Reactive manifesto:

  • Responsive
  • Resilient (face failure, achieved by replication, containment, isolation, delegation; client of a component does not need to handle its failures)
  • Elatic (scalable, no central bottlenecks; sharding or replication)
  • Message-driven and asynchronous, non-blocking

About

Reactive patterns implemented in JavaEE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published