Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

ge0ffrey/optaconf

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

OptaConf — the optimal conference planner

Project setup for IntelliJ IDEA

For IntelliJ IDEA Ultimate Edition:

  1. Open the pom.xml as a new project in IntelliJ

  2. Download and unzip WildFly 9.0.1.Final

  3. In IntelliJ, add a JBoss app server run configuration for that WildFly installation and a deployment for the exploded war

  4. In IntelliJ, go to Project structure, menu item Artifacts and suffix exploded war’s output directory with -exploded.war

  5. Run the WildFly run configuration

If you have IntelliJ IDEA Community Edition:

  1. Run wildfly-9.0.1.Final/bin/standalone.sh with Java 8+

  2. Run mvn wildfly:deploy from within the optaconf-webapp directory

Project setup for Eclipse

  1. Install JBoss Tools

  2. In Eclipse, Import the project as a Maven project

  3. In Eclipse, Use File > New Server, choose WildFly 9.x and you can use "Download and install" to get WildFly 9

  4. In Eclipse, Drag the webapp project to the WildFly server

  5. In Eclipse, Run WildFly

Rest URLs

Import a schedule:

General lists:

GUI map:

Filtered lists:

Solve a conference schedule

Development methodology