Skip to content

m-alreeni/enilink-beginner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enilink-beginner

A simple beginner project for eniLINK web applications.

Building

  • This is a plain Maven project
  • a full build can be executed via mvn package

Running

  • change to the folder launch
  • run mvn test -Pconfigure -DskipTests to initialize or update a launch configuration
  • run mvn test to (re-)start the eniLINK platform
  • The application should now be available at: http://localhost:8080/beginner/
  • The LDP service (with default configuration) should be available at: http://localhost:8080/ldp/

Developing

  • The project can be developed with any IDE supporting Java and Scala projects
  • IDEA: File > Project from existing sources...
  • Eclipse: File > Import > Maven > Existing Maven Projects

About

A simple beginner project for eniLINK web applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 54.8%
  • HTML 43.4%
  • CSS 1.8%