[ANN] New and updated LiteWebServer modules released

2003-02-24 Thread Hans Bergsten
We're proud to release a new version of the JSP add-on module and a new JSTL add-on module for LiteWebServer, our small, modular web server and Java web container. * LWS JSP Module 1.1 Adds support for shared tag libraries, i.e. making a tag library available to all web applications automatical

Re: Replacing JSP with PHP?

2003-02-24 Thread Daniel Lynn
Not true, there are plenty of advantages either way. Since PHP and JSP are widely used and probably the 2 best options for scripting, I think it'd only be intelligent for us all to be well aware of them. 1) Availability. JSP server support is lacking at best. In the past 4 years, I've only come

Problems with JSP JSTL tags

2003-02-24 Thread Eric Noriega
So I've been trying to use the JSTL tags in order to create a few simple pages. One of these accesses the current Time Zones (using java.util.TimeZone.getAvailableIDs() ) and then proceeds to print them out in a form w/ a radio button. I have a few problem most of which stems from a poor under

Re: java.lang.reflect question

2003-02-24 Thread Bryan LaPlante
Found the problem. I ended up using a different approach to getting the parent tags value by using the following line of code in place of the complaining code. Method call = null; call = parent.getClass().getMethod("getDatabaseMetaData", new Class[]{}); databaseMetaData = (Database

Re: JSP/JavaBean compared with EJB

2003-02-24 Thread Branden Root
Tom, I echo your concerns. Our company uses the same basic components you described, and then when the whole "EJB Buzz" started to pick up stream I was tasked with evaluating whether or not EJB would be appropriate for some of our projects. Now, I do not claim to have a good understanding

JSP/JavaBean compared with EJB

2003-02-24 Thread Tom Yang
Hi all: I’ve been using TomCat, JSP, JavaBeans to talk to database servers via JDBC/ODBC and I feel I can do any Web/database related work with the tools I have, such as generating dynamic Web pages and storing/retrieving data from different database servers such as Oracle and SQL Server. I didn’t

unsubscribe

2003-02-24 Thread Gogia, Nitin
-Original Message- From: Automatic digest processor [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 2:00 AM To: Recipients of JSP-INTEREST digests Subject: JSP-INTEREST Digest - 22 Feb 2003 to 23 Feb 2003 (#2003-52) There are 2 messages totalling 64 lines in this issue. Topics

java.lang.reflect question

2003-02-24 Thread Bryan LaPlante
Hi, I am having some trouble in the following situation. I have a parent child tag scenario where I am trying to get the value of parameter declared in the parent tag and use it to do some work in the child tag. JRun4 jdk 1.4.0 WinXP pro The jsp syntax looks like so. the database is

Re: Upload text file into mysql database

2003-02-24 Thread Martin
Gary- The 1st step is to find the jdbc driver for MySQL -Martin - Original Message - From: "Gary Tang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 24, 2003 8:51 AM Subject: Upload text file into mysql database > I wrote a standalone java program that could read cer

Upload text file into mysql database

2003-02-24 Thread Gary Tang
I wrote a standalone java program that could read certain data from a text file into mysql database. However, i would like to use JSP to integrate this little java program, so that i could select different file to upload into the database, is anyone know how to do it? ==

Re: Getting problems installing tomcat

2003-02-24 Thread karthikeyan.balasubramanian
Check the log files in the /log directory of tomcat. It might have thrown some errors. If you are not able to figure it out what it is. Paste those lines here, we will try to figure it out. Have a great day. Karthikeyan. B - Original Message - From: "Uma Lade" <[EMAIL PROTECTED]> To: <[

Getting problems installing tomcat

2003-02-24 Thread Uma Lade
Hi, Im very much new to JSP. I tried installing tomcat 4.1.18. I've set the environment variables too(JAVA_HOME,CATALINA_HOME). But when I started the tomcat server, its not getting started. I don't know the reason why its not getting started(its just displaying 4 variables and going off). Please