bpdp / turgo

The Pragmatic Web framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turgo Project

Turgo Logo This project is meant to create a Pragmatic Web framework. It is the result of author's dissertation. As the dissertation is still in progress, in the meantime this framework is very much unstable and there's no documentation. This will surely be completed as time goes by.

The Software

Build

This project uses Gradle. All of files needed by Gradle reside in build.gradle, settings.gradle, and gradle.properties files.

License

Copyright 2014, Bambang Purnomosidi D. P.

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

Documentation

Available in documentation directory

Author

The author (Bambang Purnomosidi D. P.) is Ph.D candidate in Electrical Engineering and Information Technology, Faculty of Engineering, Gadjah Mada University. He can be contacted by:

  • Email: bambangpdp-with-domain-name-yahoocom-or-gmailcom
  • Facebook: /bambangpdp
  • Twitter: @bpdp

Some notes

  • tuprolog is not available in Maven repository, so you have to grab them manually and then put the jar inside lib dir (see build.gradle for example). Originally, tuprolog doesn't include version in its jar, I manually change the jar file into tuprolog-version.jar.

About

The Pragmatic Web framework


Languages

Language:Java 98.9%Language:Groovy 1.1%