Hi to all, I've got a small prioblem with HiveMind. I wrote a small Service but I must use from a class taht is outside a Tapestry component and can't be declared abstract. I need something like in the HiveMind manual:
(from the HiveMind home page) . Registry registry = RegistryBuilder.constructDefaultRegistry(); MyService service = (MyService) registry.getService("com.mypackage.MyService", MyService.class); . The key is access the Registry but in this way it throws an exception. I' don't know how but I'm sure it is possible Edoardo