> I want to make a business layer, that always generates some generic (home > invented) XML to the presentation layer.
Søren, You might want to take a look at Maverick: http://mav.sourceforge.net It's yet another MVC framework for Java that uses JavaBeans as a model, although Maverick presents the model directly to XSLT to allow you to manipulate it via the DOM without having the intermediate step of generating XML. If you don't want to use XSLT, you can also use JSP or Velocity with it. The API is quite simple as well. Darren. -- Darren Gibbons [EMAIL PROTECTED] OpenRoad Communications ph: 604.681.0516 Internet Application Development fax: 604.681.0916 Vancouver, B.C. http://www.openroad.ca --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>