Abdullah Jibaly wrote:
I want my view layer to communicate withAs far as I understand, people usually talk about separating the "presentation layer" and the "business layer", rather than separating the "view layer" from the "business layer". So, it sounds like you should write the presentation layer (model, view, and controller) in struts, but the struts Actions should call the "business layer" via web services. IE, the parts relating to displaying web pages and to web page flow should be in struts, and the Business layer contains "support" functions like "addEmployee()".
the business layer using web services ... I
can't use a standard MVC framework like struts since
the request is sent to AxisServlet, right?
What do you think?
Bill