Hi all. I’m sure the Isis Domain meta-model can add a lot of value to Domains developed in another frameworks.
It’s different from reflection in the way it allows you to determine, for example: - which public methods are effectively domain actions. - which Java properties should be considered “Domain” properties. - which actions or properties are available depending on the business logic. - etc. And all that with the ability to properly test it. Over that, we’ve built the Wicket viewer, the RESTful Objects viewer, the JDO-based persistence, the custom injection mechanism, … But I’m pretty sure it could be really useful when using other platforms/frameworks. Do you agree? How should we quantify the tasks and effort? Cheers, Oscar
