This post originated from an RSS feed registered with Java Buzz
by Joe Shelby.
Original Post: A reasonable reason for the SQL tags
Feed Title: Joe's Java Jottings
Feed URL: http://www.blog-city.com/bc/
Feed Description: Notes, observations, and occasional other stuff on Java, with concentrations on Swing, XML, and the Semantic (Object) Web.
Sue Spielman: One might ask, "Do I really want to be able to perform SQL actions such as queries, updates, and transactions from my JSP? Isn't that business logic that belongs in the model?"
A reasonable use for the SQL tags, and also a good justification for using straight scripting elements in JSPs potentially as well, or at least a lot of the flow-of-control tags like "if" and "while": prototyping and iterative deve