Skip to content

Code and Slides for "Improving Your JEE Monolith with Reactive Techniques" talk

License

Notifications You must be signed in to change notification settings

jlprat/reactive-jee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactive-jee

Code and Slides for "Improving Your JEE Monolith with Reactive Techniques" talk

Link to slides

https://jlprat.github.io/reactive-jee

Notice the branch

This repo has a branch named reactive where the same code is written using some of the techniques explained in the slides.

To Start

  • asadmin create-jms-resource --restype javax.jms.Queue --property imqDestinationName=jms_BookLendingQueue jms/BookLendingQueue
  • asadmin start-database
  • mvn package
  • asadmin deploy --name library --contextroot library target/reactive-jee-1.0-SNAPSHOT.jar

Glassfish issues

  • EclipseLink Moxy is buggy - copy the latest one under $GLASSFISH_HOME/glassfish/modules

About

Code and Slides for "Improving Your JEE Monolith with Reactive Techniques" talk

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages