Example applicationType.properties

Following in an example of an applicationType.properties file:


name=Simple Application
description=A simple application
requiredJar.001=../../jars/struts.jar
requiredJar.002=../../lib/commons-beanutils.jar
helpSet=hs/help/main.hs
installGuideTarget=at.sa.installGuide
name=Web Application

This describes an application type named "Simple Application" and described as "A simple application". It requires two jar files that are found in the RapidJ distribution. It also has a JavaHelp HelpSet defined in hs/help/main.hs.

Related concepts

Application type

Related tasks

Creating an application type