Servlet Implementation Limitations


Servlets can manage almost all client interaction. However, there are issues that are not easily addressed with servlets. The biggest problem with servlets and traditional HTML-based interaction is that embedding HTML within Java code is cumbersome and error prone. A cleaner design would allow for the separation of the HTML code from the Java code. Fortunately, such a technology exists in a J2EE standard that is closely related to servlets called JavaServer Pages. JavaServer Pages are meant to be primarily HTML with Java language snippets as needed. They address the separation of presentation from business logic. See Chapter 18, "JavaServer Pages and Tag Libraries" for more information.



BEA WebLogic Platform 7
BEA WebLogic Platform 7
ISBN: 0789727129
EAN: 2147483647
Year: 2003
Pages: 360

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net