Skip to content

pkcool/civilian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Civilian Framework

Website: http://www.civilian-framework.org/

Documentation: http://www.civilian-framework.org/doc.html

Javadoc http://www.civilian-framework.org/javadoc/index.html

Civilian is a server-side framework to develop web applications. It is written in Java (7+) and runs in any servlet (3.0+) container. It is published as open source and free to use.

Building

You need a Java JDK 7+, Apache Ant 1.6.0+ and Apache Ivy.
Unpack the distribution archive in an directory, open a console in that directory and run

ant resolve

This downloads thirdparty libraries with Ivy. Then run

ant dist

to build the distribution in the tmp subdirectory.

Running the samples

To run the samples applications bundled with Civilian call

ant jetty

This starts an embedded Jetty server and deploys the samples in it. The samples start page is now available under http://localhost:8080/

You can also deploy the samples war from the build subdirectory tmp in any Servlet 3.0+ container.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 84.9%
  • HTML 8.7%
  • JavaScript 5.7%
  • CSS 0.7%