MicroNova YUZU: 20080616 (JSP 1.2/2.0) Released


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News MicroNova YUZU: 20080616 (JSP 1.2/2.0) Released
# 1  
Old 06-17-2008
MicroNova YUZU: 20080616 (JSP 1.2/2.0) Released

MicroNova YUZU is a BSD-licensed JSP tag library designed to augment JSTL (JSP Standard Tag Library) using EL (Expression Language). YUZU is compatible with both JSP 1.2 and JSP 2.0 specifications (tomcat 4.x/5.x). JSTL/tagfiles along with YUZU transforms JSP into a powerful framework-independent XML-style "scripting language" for web applications and DSL (domain specific languages).
Image Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

simple jsp problem.

I have my jsp page located at /install/apache-tomcat-5.5.29/webapps/jsp-examples/light/login.jsp There fore i will have to use following url to access it. localhost:8080/jsp-examples/light/login.jsp How would i make this little shorter like. localhost:8080/login.jsp I m using... (13 Replies)
Discussion started by: pinga123
13 Replies

2. Programming

Please I need your help about jsp and java

Hello.. is there any way to send a file or a string from jsp website to java program which all I will develope i remember that i can make socket connection between jsp and java but:confused::confused: I dont now how if there any website or booke explain that or if there another way ... (2 Replies)
Discussion started by: vip_a1
2 Replies

3. Shell Programming and Scripting

i want to edit my jsp page using script

hi I have one jsp file. i want to edit this jsp page using script. This jsp page contains ("insert into employee values('raja', 32, ' ');) i want to add empty column at the end of the line. i.e is that line should be (insert into employee values('raja', 32, ' ', ' ');) (2 Replies)
Discussion started by: nsundaram_cse
2 Replies

4. Shell Programming and Scripting

calling unix script from JSP???

Hi all, i have requirement where i need to call a unix script from a JSP code. my script should list all the csv files from a directory and then should upload the file names to an oracle table (using sqlloader). i tried using getRuntime function in JAVA to call my script and was successfully... (1 Reply)
Discussion started by: Bhups
1 Replies

5. Shell Programming and Scripting

Code conversion from JSP to PYTHON

Guys I need to convert a code from JSP (Java Tags are also there inside JSP) to PYTHON. I have OK kind of knowledge in PYTHON, but dont have a muck knowledge in JAVA/JSP. Any idea how to approach? Thanks in advance to all C Saha (1 Reply)
Discussion started by: csaha
1 Replies

6. UNIX for Dummies Questions & Answers

JSP on an HP UX-11

We have an HP UX-11 server running Unix and we wish to run Java Server Pages on this system. Can anyone see a reason why these pages will not work under this environment. Thanks for you help. Matthew (2 Replies)
Discussion started by: MLarra51
2 Replies
Login or Register to Ask a Question
CHEETAH(1)						      General Commands Manual							CHEETAH(1)

NAME
cheetah - Python template command-line tool SYNOPSIS
cheetah, cheetah-compile cheetah COMMAND [options] FILE... cheetah-compile [options] FILE... DESCRIPTION
This manual page documents briefly the cheetah command-line tool. This manual page was written for the Debian distribution because the original program does not have a manual page. cheetah is a Python-powered template engine and code generator. It can be used as a standalone utility or it can be combined with other tools. Cheetah has many potential uses, but web developers looking for a viable alternative to ASP, JSP, PHP and PSP are expected to be its principle user group. The cheetah command-line tool is the standalone utility portion of the software suite. cheetah-compile is a convenience script that for the "cheetah compile ..." command. The utility accepts a single command possible options and a list of files. If FILE is a single "-", read standard input and write standard output. COMMANDS
The possible cheetah commands are listed below. You may abbreviate the command to the first letter; e.g., 'h' == 'help'. compile Compile template definitions fill Fill template definitions help Print commands help message options Print options help message for compile and fill commands test Run regression tests version Print version number OPTIONS
The options for cheetah apply to the compile and fill commands. A summary of options is included below. --idir DIR Input directories(default: current dir) --odir ODIR Output directories (default: current dir) --iext IEXT Input extension. The default input extension for both the compile and fill commands is "tmpl". --oext OEXT Output extension. The default output extension for the compile command is "py". The default output extension for fill is "html". -R Recurse subdirectories looking for input files --debug Print lots of diagnostic output to the standard error file descriptor --env Print the environment in the searchList --flat No destination subdirectories --nobackup Do not make backups --pickle FILE unpickle FILE and put that output in the searchList --stdout, -p Output to standard output file descriptor (pipe) SEE ALSO
pydoc(1) The programs are documented fully on the project website http://cheetahtemplate.sourceforge.net. You can also browse the Python library files and their docstring descriptions by using the standard pydoc utility. AUTHOR
This manual page was written by Chad C. Walstrom <chewie@debian.org>, for the Debian project and is dedicated to the Public Domain. 2005 Apr 04 CHEETAH(1)