Re: Did the server knows JSP

2002-01-02 Thread Charles Williams
Title: RE: Did the server knows JSP Unix or Linux is best. See http://jakarta.apache.org/ for the web server and read the linked FAQs at bottom of this message. Ask your system administrator if your server supports JSP. Go to a bookstore and buy recently published books on this subject.

Learning Connection

2001-12-20 Thread Charles Williams
Title: Learning Connection Does this servlet look correct? It compiles ok but my dot.jsp file returns error like can't find connStatement(). I'm learning while I do this so I can't tell if everything here is good. Also my // comments. - [EMAIL PROTECTED] package dbdemo; // identifies

Re: Antwort: Learning Connection

2001-12-20 Thread Charles Williams
] Cc: Charles Williams Subject: Antwort: Learning Connection Hi Charles, only for learning: in method connStatement use Statement stmnt = null; ResultSet rs = null; try { // work on stmnt and rs } catch(SQLException sqlExc) { } finally { try { if (rs != null) { rs.close

Re: file definition

2001-12-20 Thread Charles Williams
Title: RE: file definition Try using https:// instead of http:// maybe? [EMAIL PROTECTED] -Original Message- From: Madhusudhan Ramanujan [SMTP:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 2:54 PM To: [EMAIL PROTECTED] Subject: file definition I have a problem in defining

Oracle's jDeveloper

2001-12-13 Thread Charles Williams
Title: Oracle's jDeveloper For anyone doing Java, jdbc and jsp work in this environment: I'm trying to avoid all the fancy menu choices in jDeveloper and simply write a DBConn.java file and untitled.jsp file. My jsp file says % DBConn dbcon = new DBConn();

Re: Is onClick a bad way to navigate using buttons?

2001-12-05 Thread Charles Williams
Title: RE: Is onClick a bad way to navigate using buttons? What about > -- chuck -Original Message- From: Michael Pomeroy [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 1:20 PM To: [EMAIL PROTECTED] Subject: Is onClick a bad way to navigate using buttons? I have a

Re: executing perl script in jsp

2001-12-03 Thread Charles Williams
Title: RE: executing perl script in jsp Thanks Ashish. This is great. Chuck Williams Web Developer www.sme.org -Original Message- From: Ashish [SMTP:[EMAIL PROTECTED]] Sent: Saturday, December 01, 2001 7:55 AM To: [EMAIL PROTECTED] Subject: Re: executing perl script in jsp Charles

CLASSPATH in OAS

2001-12-03 Thread Charles Williams
Title: CLASSPATH in OAS Ok I'm told our test web server is OAS oracle app server. It's documentation says to set CLASSPATH $ORAWEB_HOME/classes and $ORAWEB_HOME/admin/classes So I do this: setenv CLASSPATH

Re: executing perl script in jsp

2001-11-30 Thread Charles Williams
Title: RE: executing perl script in jsp Any people -- Ashish? -- doing this? I'm sure our people are going to be VERY interested. chuck williams -Original Message- From: Ashish [SMTP:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 11:03 AM To: [EMAIL PROTECTED] Subject: Re:

Re: Documentation in JSP

2001-11-26 Thread Charles Williams
Title: RE: Documentation in JSP I'm still in the learning stage ... what's meant by no business logic? The way I'm reading the JBuilder manual, Business Components is part of the JSP construction. And JSP docs seem to be everywhere. I guess ... Thanks, chuck williams [EMAIL PROTECTED]