- JServ can handle jsp with gnujsp (that what we are doing in and out)
  It's nearly complete subset of JSP 1.0 (No <jsp:plugin>), but it works.

- Whithin the scope of the original question it doesn't matter if
  your are talking about jsp's or servlets because jsp's are compiled
  into servlets.

  Of course there are some aspects where it is a difference 
  wether you are using a jsp or a servlet. You might introduce 
  changes that require a recompilation of a jsp. For example 
  changing the values of final values that are used in the JSP.
  Those might be inlined by the java compiler in class file for 
  the jsp. Without a recompilation of the jsp this will produce
  trouble. I think that this is a rather rare condition (Never
  ever happended to me or my colleages).
  AFAIK this woulnd't be handled by gnujsp.

  One other thing that might happen if the page is not recompiled,
  is that you get runtime exceptions instead of compile time 
  exceptions if you change a part of the API of a bean that is 
  used in a jsp. (With jsp the difference between a runtime
  and a compile time exception is quite small)

  But I don't see a technical reason behind it, just the lack
  of resources to implement this.

> -----Ursprüngliche Nachricht-----
> Von: Rick Roberts [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 15. Februar 2001 07:52
> An: [EMAIL PROTECTED]
> Betreff: Re: AW: Caching with Tomcat 3.2
> 
> I never used JServ, but I didn't think that it ever handled 
> .jsp at all!!!
> I'm just stating the obvious, but, there is a big difference 
> in when .jsp's 
> get compiled compared to servlets.
> 
> Rick
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to