Notes for Creating a New Resource ================================= Bodington uses... 1. Add new constant in Resource: /** * Constant to represent a user. */ public static final int RESOURCE_USER = 31; 2. Update to include the new constant. Resource.getShortName() Resource.mapHttpFacilityNoToResourceType() 3. Create src/facility-[shortname].properties and include and name and description property for the new resource. 4. Update bodington-defaults.properties to allow the new resource to be contained inside some others (eg facility.suite.contains). 5. You may wish to subclass Resource so add specific properties for the new class. If so you also need to add the SQL file. 6. Update bodington-defaults.properties to include the new facility.