Wednesday, March 16, 2016

JEE Maven Application for Backend Components

Hi All,

I would like to show how can you create a JEE application. A Simple code using Java concepts like JMS, Quartz, DeltaSpike, JGroups features and more...

So let's do it!!!

First of all, i would like to define the pre-requirements about the code:

- JEE 6, Java 7 or 8
- CDI
- JBoss EAP
- Oracle XE
- JGroups
- EJB

- HornetQ

The code (git): https://github.com/alvesfred/samples.git

1 - Deploy

I posted a folder (deploy) that contains  standalone-full-ha.xml. This file is responsable for all configurations into JBoss EAP.

2 - JMS

About JMS concepts is possible to see 3 artefacts:

- JMS Service (jms configurations to send a message)
- Business JMS Service (Business Service class)
- Message Listener (receives the messages)

3 - Quartz

A sample implementation class...using DeltaSpike annotations and Quartz features.

See you on the next time...


No comments:

Post a Comment