Compare JSP/Servlets and PHP

1999-12-19 Thread Jens Laufer
Hello everyone, does anybody know benchmark test between JSP/Servlets and PHP? I am developing PHP and Servlets and I like both programming languages very much. Want do you think about it! Thanks for your help. Jens === To un

Tag-Lib Tutorial?

2000-02-08 Thread Jens Laufer
Hello everyone, does anybody knows a good tutorial or reference with some examples for the creation of tag-libs? Thanks. Jens === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be

jspInit()<==>Tag-Libs

2000-02-10 Thread Jens Laufer
Hello everybody, the power of a Servlet is, that I can "load" everything what I need for the requests in its init()-Method. A good example are DB-connections, which I need to build only once. I learned that in JSP I can use the jspInit() for it. But I think the power of JSP is to avoid Java-Code i

Re: new comer for JSP

2000-02-10 Thread Jens Laufer
Grace, I recommend to install Resin1.0 or Resin1.1b which is a fast servlet engine (see benchmarks on Caucho-Site) You can download it from http://www.caucho.com/ You can install it as a standalone or as module for Apache and other webservers. A lot of people also use Jakarta on the Apache http://

Servlets/JSP on Mac-Server?

2000-04-22 Thread Jens Laufer
Does anybody know aservlet/jsp-engine for the mac-server? Which servlet-engine do you recommend? Thanx, Jens === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets c

JSP-Page as Template for Mails???

2000-07-03 Thread Jens Laufer
Hello everbody, I want to create a Servlet, that sends dynamic content as an email using the MailAPI. I want to use a JSP-Page as a template for that mail. How can I do that? Thanks, Jens === To unsubscribe: mailto [EMAIL PRO