From: Matthew B. <mat...@ou...> - 2006-07-24 09:23:05
|
Andrew Booth wrote: > 300-303 are used for the PeerMarker resources. This has come up before. http://sourceforge.net/mailarchive/message.php?msg_id=12528832 Facility and Resource IDs are completely unrelated. The resource ID is used by the database layer to work out how to map a set of rows in the database to a Java object and the facility No is used to work out how to display a resource over the web. A java object is not always a resource. There has been a convention that they matched but there is no requirement. There will always be more resource IDs than Facility IDs because some objects don't have a facility (events, users, etc). -- -- Matthew Buckett, VLE Developer -- Learning Technologies Group, Oxford University Computing Services -- Tel: +44 (0)1865 283660 http://www.oucs.ox.ac.uk/ltg/ |