Code and Slides for "Improving Your JEE Monolith with Reactive Techniques" talk
https://jlprat.github.io/reactive-jee
This repo has a branch named reactive where the same code is written using some of the techniques explained in the slides.
- 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
- EclipseLink Moxy is buggy - copy the latest one under $GLASSFISH_HOME/glassfish/modules