Hello, i've a problem with management of multiple resources with factory/instance pattern in Globus.
If I've a db Filmography with this entry: Name, Surname, Year, Title of the film and i've to implement a method that receive in input Name and Surname of the Actor and return a Filmography type (a list of films interpreted by this actor, represented by title and year), how can find these resources in the ResourceHome? When i create a resource with the Initialize() method (as we can see in the GTK 4 programmers), i've to specify also the Name,Surname, Title and year? I've already send an email to mailing list, that specify this problem. Thanks
