I'd like to use ISIS for my Web-App (.war / Tomcat) but I don't need all the persistence stuff cause I have to call a WebService instead of that.
My idea: - Compile wsdl2java (using jdk wsimport now) - Enrich (merge in) the generated .java files with the ViewModel-methods (deriving the classes from ViewModel) - Build services calling the webservice My questions: - Is that idea a good one or should I go some other way ? - Is anybody out there who did that already willing to share some experiences ? Basically I'd like to get all of ISIS but no persistence cause I have very deep data-structures to be shown and edited in the UI which I don't want to build up by means of Vaadin Any help or just little hints appreciated! (Even "That's a stupid idea remarks" :-) ) Augustinus Deimel
