JOT Servlets > Dynamic Content
About JOT Servlets
JOT Servlets is a J2EE software development
framework for dynamic content web applications.
Dynamic web pages include custom content on-the-fly.
Familiar examples of dynamic content are ecommerce shopping cart
web pages containing up-to-the-minute information on prices and orders.
 |
|
Java Web Framework
|
|
With JOT Servlets web designers and Java programmers use
standard techniques to create dynamic content for web applications
(without JSP, JSF or XML programming). Jot Servlets
use server-side Java objects (Java Beans and POJO's - plain old java objects)
to render dynamic content into standard HTML web pages.
|
|
JOT Web Components are dynamic content building blocks for
rendering composite views, portals and tiled layouts. Iterator
components render tabular output using Java Collections and database
queries. JOT Web Components can be combined with unlimited flexibility
to any nesting depth.
|
|
JOT Templates are standard web pages (HTML, XHTML, etc.)
with dynamic content web components and server-side scripting.
|
|
JOT Tokens use server-side Java objects to render dynamic
content. For example, JOT.customer.lastName renders the
lastName property of the customer object.
|
|
JOT Views is a dynamic content rendering engine
for Java Servlets and JSP. JOT JSP Tags are custom tags for rendering
dynamic content web components.
|
|