Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Something like JSP tags

Reply
Thread Tools

Something like JSP tags

 
 
Laszlo
Guest
Posts: n/a
 
      11-03-2003
Hi Gurus

Did somebody develop a mechanism for Perl (and Apache web server)
like JSP tag ?

Graf Laszlo
 
Reply With Quote
 
 
 
 
James Willmore
Guest
Posts: n/a
 
      11-03-2003
On 3 Nov 2003 05:44:40 -0800
(Laszlo) wrote:

> Hi Gurus
>
> Did somebody develop a mechanism for Perl (and Apache web server)
> like JSP tag ?


Wombat (http://search.cpan.org/~ix/Wombat-0.7.1/lib/Wombat.pm). It's
design is similar to Tomcat.

If you use Apache, there is a way to use server side includes.
However, from what I've read, it created more headaches as far as
server security is concerned. There is a tutorial you coulde read on
this (Apache specific) -
http://httpd.apache.org/docs-2.0/howto/ssi.html
It's been a long time since I've used SSI at all.

HTH

--
Jim

Copyright notice: all code written by the author in this post is
released under the GPL. http://www.gnu.org/licenses/gpl.txt
for more information.

a fortune quote ...
"The four building blocks of the universe are fire, water, gravel
and vinyl." -- Dave Barry
 
Reply With Quote
 
 
 
 
Malcolm Dew-Jones
Guest
Posts: n/a
 
      11-03-2003
Laszlo () wrote:
: Hi Gurus

: Did somebody develop a mechanism for Perl (and Apache web server)
: like JSP tag ?

: Graf Laszlo

If you mean html web pages with additional xml-ish tags that control
variable content and logic, but use perl instead of java, then look at the
various template packages available.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
JSP Custom Tags as attribute values for other custom tags Dave Java 0 08-14-2006 02:21 PM
JSF tags enclosed in custom JSP tags? koslows Java 0 05-12-2005 08:09 PM
Custom tags and <jsp:plugin> / <jsp:param> Raymond DeCampo Java 0 02-18-2004 01:29 AM
JSP newbie - use include, custom tags, standard tags - or what? Mike Java 3 01-09-2004 09:30 AM
[JSP] Strings Constants from JSP using Struts tags Matthias Nietz Java 1 11-12-2003 04:32 PM



Advertisments