The JavaServer Pages Model II concept is well known in the JSP community. The basic idea is that the presentation (HTML) should be separated from the processing code. This article offers an effective, reusable design for moving the dynamic content, processing, and validation from a JavaServer Page to a corresponding JavaBean. |