Hi Dan, First of all thank you for replying to my previous query regarding hibernate integration. Since there is no support now, I have decided to stick with the sql object store that is provided instead.
I want to showcase the capability of Isis framework as a domain driven design tool in my organization. I have built a small application from scratch and data is being stored fine. The only issue is the ui part. I have changed some images and stylesheet in the html viewer but still that is not good enough. Since it is only a proof of concept, I am not trying for any fancy ui but some basic customization. I have read in the isis website that for html viewer, customization is really limited, but I have no knowledge of wicket viewer and not sure how much customization is possible there. I was looking at the framework source code today and felt if you allow overriding the controller servlet and webcontroller class, some level of customization is possible. But the problem there is many of the access levels are private so sub-classing does not help much. Do you support any configuration for doing some changes any other way? For example, if I intend to alter the welcome message which I found in the Welcome java class, can I do so by doing some configuration changes in viewer_html.properties? If you can provide some pointers on such customizations, it will be very helpful. I believe the documentation on that is still not available. I do not want to increase overhead by integrating any other ui framework, but are there any framework that is supported for seamless integration? Lot of questions :) but some pointers at least will be great to have. Thanks, Sudipto.
