Skip to content

jonasrmichel/jms-doodle-poll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

jms-doodle-poll

This is a Doodle-like calendar poll system using the Java Message Service’s point-to-point model (as implemented by Joram).

Usage

The poll system must be started from the command line.

Configure the path settings of the shared available users file in samples/src/joram/doodle/Settings.java. Point AVAILABLE_USERS_PATH to the directory containing the users file.

From the command line, cd into the joram directory.

$ cd /path/to/this/directory/samples/src/joram

Build the project.

$ ant clean compile

Launch the Joram server.

$ ant reset single_server

Run the doodle system's administrative configuration once.

$ ant doodle_admin

Launch as many users as you want. Use the following command to launch a single user.

$ ant doodle_user

Requirements

Requires Java 1.7+. The necessary parts of the Joram JMS implementation have been included.

About

Doodle poll like system with JMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published