devdaily home | career | drupal | java | mac | mysql | perl | php | uml | unix

Friki example source code file (project.prp)

This example Friki source code file (project.prp) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Friki tags/keywords

app, app, app-package, app-package, app=friki, if, java, jdk, jdk, onedotfour, onedotfour, onedotthree, set

The Friki project.prp source code

# APP is mandatory, and is used for the name of the sopurce archive.
# If no overriding deploy.name is specified in deploy.prp, it is also used
# a the name for the generated jar/war file
#
APP=friki

# APP-PACKAGE is used as the package prefix for all class references in
# config files for portability.  Set this to your project base package.
#
APP-PACKAGE=com.efsol.friki

ROOT-CLASS=com.efsol.friki.FrikiServlet

# choose which regular expression library to use:
# - OneDotFour uses java.util.regex (requires JDK 1.4 or later)
# - OneDotThree uses jregex (works with any Java 2, but produces a larger application)
# config=OneDotFour
config=OneDotThree


Other Friki examples (source code examples)

Here is a short list of links related to this Friki project.prp source code file:

new blog posts

 

Other websites by Alvin Alexander:  
Life/living in Alaska (OneMansAlaska.com)
How I Sold My Business (HowISoldMyBusiness.com)

Copyright 1998-2011 Alvin Alexander, devdaily.com
All Rights Reserved.