Skip to content

My-Aktion, example application for the german book "Java EE 7 Workshop" published by dpunkt.verlag

License

Notifications You must be signed in to change notification settings

tweimer/my-aktion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

my-aktion

My-Aktion, example application for the german book "[Java EE 7 Workshop](More information at: http://www.dpunkt.de/buecher/3877/workshop-java-ee-7.html)" published by dpunkt.verlag.

Uses Maven 3.0.4 (Download here) for building. This example contains of two different applications my-aktion and my-aktion-monitor which must be build independently and run on different application servers.

MY-AKTION

The main application allows organizers of nonprofit campaigns (German: Aktion) to create online fundraising forms for their projects. The organizer can embed these forms into their own website. This allows the organizer to raise money for his campaign. Each organizer can create forms for multiple campaigns.� The application takes care of the generation of the forms and the management of the campaigns and donations. This app was tested under JBoss 7.1.1

MY-AKTION-MONITOR

The monitor is a simple application that takes heavy usage of new Java EE 7 features like WebSocket and REST client and therefore only runs under Glassfish 4.0. To run it get the latest promoted build at http://dlc.sun.com.edgesuite.net/glassfish/4.0/promoted/ It sets up a SOAP and REST based (to demonstrate both technologies) communication with the main app to retrieve the donations for a selected campaign.

LICENSED UNDER MIT-LICENSE (see LICENSE.md)

About

My-Aktion, example application for the german book "Java EE 7 Workshop" published by dpunkt.verlag

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 77.9%
  • HTML 20.6%
  • CSS 1.5%