This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi all, Generally what are the architectures that are followed while building e-com applications using XML and JSP. apart from MVC are there any new architectures that drag attention ?? Please give good url 's regarding this.... Sateesh
I would check out cocoon as a presentation framework and struts for an XML-based request controller. Both products are from the Apache project (www.apache.org). I don't know much about cocoon, but STRUTS is a good tool to convert user requests into business events. For example, if a user clicks on an "update" button on a Web page to update customer information, STRUTS will convert the update request to a call to the method updateCustomer(). If successful, STRUTs will redirect the user to a Web page that displays the customer info, otherwise, it redirects the user to an error page. Good Luck, Roger E. Rhoades ------------------
"rrhoades", The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Posts which contravene the naming convention are not eligible to win books! Please log in with a new name which meets the requirements.