|
This article shows you how to
This is a "tag"
Tags are reusable code
You inevitably spend some
customize JSP tags to get
library to colorize the
libraries and allow easier
part of your week crunching
even more out of JSP
java code in your JSP
separation of HTML and
code that you didn't write,
technology. Its detailed
page. It's also easy to add
Java code. This
and for which you may not
techniques explain how you
other languages in this tag
tutorial first introduces
have the source. This
can add more complex logic
library.
JSP custom tags and then
beginner's guide to opening
to your JSPs, take firmer
moves forward to build a
up and locking down Java
control
of data display,
simple JSP tag. Every step
code walks you through
and share data among tags.
has been explained in
the essentials of
All without having to teach
detail. Online demo
disassembling, decompiling,
your front-end Web
available.
and obfuscating Java
developers how to write
code, using examples
Java code.
from popular tools such as
Mocha, HoseMocha, jmangle,
and JODE.
Date: Jan, 30 2002 Date: Sep, 17 2001 Date: Aug, 22 2001 Date: Jun, 01 2001 |
|
GUIs are generally designed
This article demonstrates how
WebMacro is an HTML template
The Applet Menu Builder's
with a model-view-controller
to automate e-mail
engine and back end servlet
main purpose is to help site
architecture in which the
publishing chores with Java
development framework.
navigation: let the site's
view is decoupled from the
and XML. This concrete
WebMacro simplifies servlet
structure more clear and
model. The separation
application of XML and XSLT
development by separating
visitors can access the
presents a challenge to
describes an e-mail
programming work from page
contents in the site easier,
automated testing because
newsletter (e-zine)
design: Page designers
right and fast. You can
it's difficult to verify
publishing application that
create HTML templates with
generate a professional Java
that a state change in the
outputs both HTML and plain
WebMacro's powerful script
navigation applets in
model is reflected
text e-mail messages. Five
language. Programmers work
several minutes by using
appropriately in the view --
reusable code samples
in clean Java code,
Applet Menu Builder. You do
it spawns the infamous
include a Java program to
free of HTML and other
not need to know any HTML or
"Liar View." This
send e-mails using JavaMail,
presentational clutter.
Java codes. Applet
installment of Diagnosing
an XSLT style sheet to
Menu Builder can make all
Java Code examines
convert the DocBook sample
these codes for you.
the Liar View bug pattern.
introduced in Part 1 to
HTML, a Java configuration
handler (in the form of a
SAX ContentHandler), and the
Java code that puts
it all together in a
multistepped transformation.
Date: Apr, 23 2001 Date: Apr, 23 2001 Date: Aug, 27 2000 Date: Jan, 09 2000 |