|
JavaBY Template Engine
Visual Code-Generator allows
Template2doc (Template to
This program takes the Bible
(JBYTE) is a general
you to generate code from
Document) is a set of string
in General Bible Format and
template engine used for
simple ASP style scripts.
routines that simplifies the
divides it into chapters and
generating any type of text
Like ASP, JSP or PHP, Visual
task of generating
saves it on the web as a
document from a template.
Code-Generator acts as a
html pages. Instead of
customized html file.
JavaBY Template Engine is
preprocessor, but instead of
having all html sources
Useful for generating
used mostly for
generating HTML,
stored in C-programs the
HTML bibles and
generating HTML from
Visual Code-Generator
html sources is stored as a
commentaries.
JSPs or servlets but it can
outputs the source code for
html template document
also be used for generating
your project using your
(file). This template
XML, RTF, WML, e-mail text,
chosen platform and
document, which is a regular
source code and
language, be that C++, .NET,
standard html document,
configuration files. Using
Java, J2EE, Visual Basic,
contains specific keywords
JavaBY Template Engine in
SQL, Perl, COBOL, or
that tells the routines
cooperation with JavaServer
anything else. Visual
where to insert the produced
Pages instead of standalone
Code-Generator maximizes
data. Template2doc contains
JavaServer Pages means that
reuse in your project,
routines both for simple
you can completely separate
dramatically reducing the
replacement of words as well
your content from your
development time and
as sophisticated insertion
markup, as the originators
ensuring reliability and
of table data. Although the
of markup languages
consistency. Visual
template definition syntax
intended. The difference
Code-Generator excels in
is very simple, it contains
between JavaBY Template
developing projects
the most essential
Engine and JSP is that
containing large numbers of
functionality requirements.
content can be generated
repetitive entities such as
Of course, Template2doc
outside a webserver and that
Business Objects, Database
works on any text document.
the layout is completely
Tables or XML elements.
However, it is specific
separated from the
Visual Code-Generator can be
designed and written for
application code.
used to automate the coding
html documents in mind.
of all of these tasks and
many more. Samples include
n-tier, web and database
applications using ASP, VB,
XML, SQL Server, EJB, JSP
and much more.
Date: Aug, 26 2002 Date: Apr, 05 2002 Date: Mar, 28 2001 Date: Aug, 22 2000 |
|
MTG PHP is a PHP script for
PHP lets you do a lot more
This tutorial shows you how
SurvGen (Survey Generator) is
generating HTML META
than simply generating
to write your first serlvet
a PHP script for
tags that can be used in
HTML content, it is also
by introducing several key
generating HTML
your HTML document.
a great tool to dynamically
elements such as Basic
survey forms and processing
generate images on-the-fly.
Servlet Structure, A Simple
the results automatically
For example, you can create
Servlet Generating Plain
with a PHP script, without
buttons with text from a
Text, Compiling and Invoking
having to code the HTML or
database, create grapical
the Servlet, A Simple
the PHP. SurvGen consists of
displays of statistics from
Servlet Generating
3 pages. The first page asks
log files, and enhance
HTML, and Some Simple
for the number of questions
business data with graphs
HTML Utilities for Servlets.
to be on the survey. The
and diagrams. This tutorial
second asks some specific
shows you how to use the GD
questions about how to
library to dynamically
process the results and asks
create images on your site.
for the questions themselves
The GD library is an
and the possible choices for
external module which is
multiple-choice questions
accessed by a native PHP
(if any). The third page
module.
contains the PHP and HTML
code generated which you can
copy and paste into a .phtml
file (or other file to be
processed by PHP).
Date: Aug, 13 2000 Date: Jun, 19 2000 Date: Jun, 19 2000 Date: Sep, 19 1999 |