|
Posted by Andy Dingley on 09/01/07 22:45
On Sat, 01 Sep 2007 14:58:09 -0700, || <sexelex@gmail.com> wrote:
>> You should also use as little JSP scriptlet code as possible and push as
>> much into tag libraries and expression language instead.
>
>Andy I am not at that technical level yet.
All the more reason to learn. Try reading "Head First Servlets and JSP"
If you're stuck using Scriptlets, then you're writing Java with all the
syntactical requirements and capacity for error that it brings. Tags are
a one-off effort followed by easy coding of many view pages. Expression
language is somewhere between the two: moderately capable for most
tasks, but also far less error prone than Java.
Eclipse has the great advantage of understanding war files and
deployment to the server.
Navigation:
[Reply to this message]
|