May 22, 2000
|
|
XML Server Pages Vs. Java Server Pages
ocoon's XML Server Pages can keep program logic separate from output format.
|
Java Server Page (JSP) Output format, specified by the out.println statements below, are mixed with program logic
<jsp:scriplet> DATA: APACHE SOFTWARE FOUNDATION |
XML Server Page (XSP) The division between content and logic is clear in the code fragment below. A separate XSL style sheet is used to format the output
<xsp:logic> |
Return to main story, "Cocoon: Sanity For Web-Site Management."
Back to This Week's Issue
Send Us Your Feedback
Top of the Page