Skip to content

Latest commit

 

History

History

pharmacovigilance-test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pharmacovigilance tutorial

In this small tutorial is showed how to create a Camel application that uses the follow technologies:

  • J2EE 6 application server (Weblogic 12c)
  • JMS queue
  • Camel
  • Spring framework
  • Drools
  • Persistance layer done with JTA (XA), JPA fully managed by Weblogic 12c

Table of contents

Build instructions

This project uses Maven then in order to produce the war:

mvn package

In order to create the documentation

mvn site