11948simple template engine for Java servlethttp://jtpl.sourceforge.netJtpl is a template engine for Java Servlet which allows you to store your HTML code apart from your Java code.
A template engine is a software module which is used to generate HTML pages. The layout of a HTML page is defined within a template file, which can be designed by using a standard HTML editor. At run-time, the application program instructs the template engine to load the template, fill in
variable values, repeat blocks and produce the final HTML page.
There are other template engines (like Velocity, WebMacro or Struts) which are huge and use complex syntaxes.
Jtpl however uses a very simple template syntax. All processing (loops, if-then-else logic) and variable formatting is done in the Java code, which leads to better separation of layout and code, and no new complex syntax has to be learned.Java > JSP and Servlets > Development ToolsOct 11, 2006Emmanuel Alliel
Melati is a tool for building websites backed by a database or accessing a database over HTTP. It is written in Java and provides the following features:
a generic database administration system, allowing the site manager to edit both the contents and the structure of the database through a simple web interface.
a templating engine, using "templets" (sub-templates) provides an easy mechanism for rendering persistent objects as interface elements (eg HTML input boxes, dropdowns).
a cookie-based or a HTTP-based access control mechanism.
full integration with POEM (Persistent Object Engine for Melati).
LabelGo 2.0 is released. Features of this barcode and data label design and printing software include: predefined label templates; print-time parameter input; sequence numbers; data binding to SQL query; data formatting as number, text, currency, price tag; shapes and image; rotation; copy/paste/export barcode image; full international text support (Unicode); 50 barcode types; etc.
DataML is a free web server extension that could be integrated in any JAVA enanbled web server. It provides a simple API to rapidly generate dynamic data driven charts, graphs and custom content, which will run on any standard Internet browser with only few lines of XML code.
Jtpl is a template engine for Java Servlet which allows you to store your HTML code apart from your Java code.
A template engine is a software module which is used to generate HTML pages. The layout of a HTML page is defined within a template file, which can be designed by using a standard HTML editor. At run-time, the application program instructs the template engine to load the template, fill in
variable values, repeat blocks and produce the final HTML page.
There are other template engines (like Velocity, WebMacro or Struts) which are huge and use complex syntaxes.
Jtpl however uses a very simple template syntax. All processing (loops, if-then-else logic) and variable formatting is done in the Java code, which leads to better separation of layout and code, and no new complex syntax has to be learned.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.