The author does mention that in his Top Ten. BTW, the author of the article is the author of ( http://www.oreilly.com/catalog/jserverpages ) the first O'Reilly book on JSPs, which I recommend. After (professionally) working for 10 months in Servlets and JSPs, I learned a couple of new things with this book which just came out.
Tony Alicea
Desperado
Sheriff
Joined: Jan 30, 2000
Posts: 3219
posted
0
BTW, on your ( and "Model 2's") statement that JSP should not include any Java code, I agree. Except that it may not be necessary to follow it 100% if the people involved in the project are all Java programmers. It's when you have a clear separation of duties between "HTML authors" and Java developers where the separation should be as clear as possible. "To each his own", as the author explains in the abovementioned book.