Skip to content

ashokraman/optaconf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

OptaConf the optimal conference planner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 80.1%
  • JavaScript 9.8%
  • HTML 8.4%
  • CSS 1.7%