alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | 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:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.