There is a special subsystem in Tapestry responsible for this
integration and it is very easy to use.
To summarize, Tapestry is a mature contemporary web development framework
with all the features that would be expected from such a framework and with all the
power of Java platform to support it. But additionally, Tapestry is based on a unique,
developer-friendly paradigm, which makes it especially easy to learn and use.
Is Tapestry the Savior in the World of
Java Web Development?
Java technology is traditionally strong on the server side. However, in the last
couple of years one might notice some kind of stagnation in the area of Java web
development. To explain what I mean, I will need to show you a brief history of Java
web development.
Introduction to Tapestry
[ 12 ]
In the first stage of web development, it was typical to have some code that a web
server could invoke to produce dynamic content. The traditional solution is to have
a program written in Perl or C and to invoke it through a CGI interface. The Java
solution was different however, and that solution was rather advanced for its time.
Java code was running on the server as a servlet, a kind of plug-in maintained by a
servlet container.
Pages:
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34