Re: Servlet/JSP engine recommendations please...

1999-11-15 Thread James Cooper
On Sun, 14 Nov 1999, Ian wrote: We will also require speed, scalability and load balancing (I don't think we really need failover support). Does anyone have strong opinions about an engine that supports debugging? I think you can convince most app servers to run from within your IDE. I've

Re: JSP IDE

1999-11-03 Thread James Cooper
On Wed, 3 Nov 1999, Tom D'Eletto wrote: I've used InterDev to develop ASP sites and I really like its debugging capabilities. What JSP development tools can give me similiar capabilities for developing JSP pages? How is J++ at this? I've used J++ with a few different JSP environments

Re: Newbie Q - Do JSP's support change dates/page caching?

1999-10-07 Thread James Cooper
On Thu, 7 Oct 1999, Ian St.Martin wrote: I have been unable to find any info on whether or not JSP's support a 'page changed' mechanism. I am looking for a simple mechanism to tell the http server to just use a previously cached page instead of generating a new one. (Some of my pages will

Re: [off] session management

1999-09-01 Thread James Cooper
On Wed, 1 Sep 1999, Mike Engelhart wrote: So the big question is, "Is the session ID a valid unique identifier for my database table"? I plan on removing the row from the database immediately after getting the object back into a session on Server A as well as having a trigger run that will

Re: offtopic JDBC-Servlets

1999-08-30 Thread James Cooper
On Mon, 30 Aug 1999, Anup wrote: Sorry for mailing an offtopic JDBC-Servlet problem. When connecting with an Oracle 8 database which is the best JDBC driver to use. I tried using the 'THIN Oracle' driver provided by Oracle itself, but the servlet is not working. But the same program is

Re: Apache + JServ + JSWDK + WinNT

1999-08-23 Thread James Cooper
On Mon, 23 Aug 1999, Bob Byron wrote: Does anyone have any idea of how long it will be before Jakarta comes out? I asked around this weekend. I'm told "real soon now". When will there be another implementation of apache that will support Java server pages? (Not until Jakarta?) It's being

Re: Setting up Java Server Pages on NT

1999-08-16 Thread James Cooper
On Mon, 16 Aug 1999, Angood, Stephen wrote: We would like to take a look at using JSP on NT initially and then moving to SUN / Solaris in the near future. Im having difficulty finding a good resource to show me how to go about setting it all up. Does anyone know any links that would help me?

Re: WebLogic 4.5 impression?

1999-08-12 Thread James Cooper
On Thu, 12 Aug 1999, Michael Davidovich wrote: Did anyone try and has an impression on WebLogic 4.5. It seems like a good choice if one wants fast JSP front end + EJB? I'm using it on a project now. we're still in development, but it seems to be working well. The only issue with the JSP

recompilation of modified includes

1999-07-20 Thread James Cooper
hi, I'm perplxed by this section of the JSP 1.0 spec: 2.8.3 second paragraph: "A JSP engine can include a mechanism for being notified if an included file changes, so the engine can recompile the JSP page. However, JSP 1.0 does not have a way of directing the JSP engine that included files

newline after %= %

1999-06-08 Thread James Cooper
hi, I'm playing with the reference implementation of JSP 1.0, and I notice that %= % expressions are inserting a newline after the value. Is this correct behavior, or a problem with the reference implemenation? thanks, -- James

a few questions

1999-05-28 Thread James Cooper
hi, I've been reading the JSP 1.0 spec, and I have a few questions. 1) How will the javax.servlet.jsp package be distributed? That is, if I'm implementing a JSP engine, will users of my tool have to download this jar file from Javasoft, or will I be able to include that jar file with my