Re: JSP/Servlet development with Visual Cafe

2000-07-17 Thread Williams, Stephen
Mohan Radhakrishnan wrote: > 1. When cafe encounters JDK source code it opens that > and steps through that also. Another strange thing that you'll see if use Visual Cafe to debug servlets with JRun: when a servlet is executed, Visual Cafe will stop execution a bunch of times in the middle of JR

Re: JSP/Servlet development with Visual Cafe

2000-07-17 Thread Williams, Stephen
also like to hear from anybody who has JPadPro working > with debugging > servlets with Orion... > > > -Original Message- > > From: A mailing list about Java Server Pages specification > and reference > > [mailto:[EMAIL PROTECTED]]On Behalf Of Williams, Stephen &

Re: JSP/Servlet development with Visual Cafe

2000-07-17 Thread Williams, Stephen
Rath, Dipak wrote: > I'm new to the world of JSP/Servlet. I'm about to be a part > of a project and we intend to use jsp and servlet. We ordered > Visual Cafe (expert edition) and realized that it does not > support jsp and servlet development. I would like to know if > some of you use visual cafe

Re: Extending JSP pages

2000-07-12 Thread Williams, Stephen
IL PROTECTED] > Subject: Re: Extending JSP pages > > > "Williams, Stephen" wrote: > > > > Jim Preston wrote: > > > Jason's example shows adding an alias for "*.html" that maps > > > to the file handler and then a Deblink servlet (an exampl

Re: Extending JSP pages

2000-07-12 Thread Williams, Stephen
Jim Preston wrote: > Jason's example shows adding an alias for "*.html" that maps > to the file handler and then a Deblink servlet (an example > servlet that just looks for "" tags and removes them). > It doesn't look to me like there is any reason that you can't > add a "/foo/*.jsp" and a "/bar/*

Re: Extending JSP pages

2000-07-12 Thread Williams, Stephen
Jim Preston wrote: > Actually, I believe you CAN configure the web server so that > all requests for a "*.jsp" will be routed through a servlet > of your choice first. I was just reading about this in Jason > Hunter's Servlets book, but unfortunately I left it at home > today. If you have the book

Re: Extending JSP pages

2000-07-10 Thread Williams, Stephen
I, too, am very interested in discussing these issues. I hope my response earlier didn't sound argumentative -- I was just trying to explain my thoughts and concerns.I'd like to explain further my thoughts on the matter: Using the wrapper scheme, you pointed out that every JSP needs to b

Re: Extending JSP pages

2000-07-06 Thread Williams, Stephen
Jim Preston wrote: > Well, I'm curious as to why you think using an include to do > what you want is kludgy and error prone. I guess I could > maybe understand why you'd think it was a little kludgy if > the code in question doesn't have anything to do with what's > on the JSP, but what's error pr

Re: Extending JSP pages

2000-07-06 Thread Williams, Stephen
Hans Bergsten wrote: > One way I can think of is to use a common "wrapper" JSP page > that includes the before and after stuff, plus the real JSP > page, e.g. > > > " flush="true" /> > This seems like an excellent idea to me. It would allow me to accomplish what I want without having to

Extending JSP pages

2000-07-06 Thread Williams, Stephen
I'd like to have all of my JSP pages execute a certain chunk of Java code before the page is displayed, and then execute another chunk of Java code after the page is displayed. I could use an "include" at the top and bottom of each of my JSP pages, but this seems a little kludgy and error-prone.

Flow of control with RequestDispatcher.forward()

2000-07-06 Thread Williams, Stephen
I am calling RequestDispatcher.forward() from my servlets to pass control along to another servlet and/or JSP page (Model 2 type stuff). This has led me to a question about the flow of control when using RequestDispatcher: When RequestDispatcher.forward() is invoked, is it supposed to return *be

Re: How to configure Visual cafe to run the Jrun engine

2000-05-03 Thread Williams, Stephen
I have revised my instructions on how to configure Visual Café to run the JRun servlet engine to fix some discrepancies and clear up some issues. Here is the revised version: I have successfully configured Visual Café 4 Expert Edition to run the JRun engine (version 2.3.3 build 157). Below are t

Re: How to configure Visual cafe to run the Jrun engine

2000-05-03 Thread Williams, Stephen
edit > you in the > Knowledge Base article. > > Scott Stirling > Allaire Corp. > > -----Original Message- > From: A mailing list about Java Server Pages specification > and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Williams, Stephen > Sent: Tuesday

Re: How to configure Visual cafe to run the Jrun engine

2000-05-03 Thread Williams, Stephen
article. > > > >Scott Stirling > >Allaire Corp. > > > >-Original Message- > >From: A mailing list about Java Server Pages specification > and reference > >[mailto:[EMAIL PROTECTED]]On Behalf Of Williams, Stephen > >Sent: Tuesday, May 02

Re: How to configure Visual cafe to run the Jrun engine

2000-05-02 Thread Williams, Stephen
We have successfully configured Visual Cafe 4 Expert Edition to run the JRun engine (version 2.3.3 build 157). Below are the details of what we did to get this working. The instructions are long, but it's really not that difficult, and it's great to be able to debug your servlets and even JSPs.