Konfiguracja

Za przekazanie do workplace implementacji interfejsu IAddressRegister rozszerzanego przez IWorkplaceEnvironment odpowiedzialny jest WorkplaceManager. W przypadku PicoWorkplaceManagera konieczne jest zdefiniowanie w pliku konfiguracyjnym platformy komponentu implementującego interfejs IAddressProvider:

<?xml version="1.0" encoding="ISO-8859-1" ?>
<configuration xmlns="http://age.iisg.agh.edu.pl/AgE"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://age.iisg.agh.edu.pl/AgE http://age.iisg.agh.edu.pl/xsd/age.xsd">
	
	...
	
	<component isSingleton="true"  name="addressRegister" class="org.jage.address.provider.DefaultAddressRegister" />

	...
	
</configuration>