And please tell me which is the best to use to parse XML files compatible with Alfresco (Xerces, XML query…?)?
I also would like your advice on my classes organization: imagine that I would like to choose some hobbies for each user and one hobby can be chosen by multiple user and a user can have multiple hobbies. Then I want to create a class Hobby and a class LinkHobbyUser. Is it then better to create a class Hobby subclass of NewUserWizard (and LinkHobbyUser subclass of NewUserWizard as well) in order to reach the accurate node person (PersonService) or to create another service but then how to link this Hobby to the node person? I am a little but lost here…
Thanks again