RE: bugs in @page extends=.... in Orion implementation?

2001-06-01 Thread Randahl Fink Isaksen
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile) Sent: 31. maj 2001 17:06 To: Orion-Interest Subject: RE: bugs in @page extends= in Orion implementation? take a look at the generated .java file created with your servlet template(JSP) you'll see that many of the features

RE: bugs in @page extends=.... in Orion implementation?

2001-06-01 Thread Jiuyun Wang
]]On Behalf Of Juan Lorandi (Chile) Sent: 31. maj 2001 17:06 To: Orion-Interest Subject: RE: bugs in @page extends= in Orion implementation? take a look at the generated .java file created with your servlet template(JSP) you'll see that many of the features orion implements (session, page

Re: bugs in @page extends=.... in Orion implementation?

2001-05-31 Thread Daniel López
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Lopez Sent: Wednesday, May 30, 2001 6:05 AM To: Orion-Interest Subject: Re: bugs in @page extends= in Orion implementation? Hi, I've also used filters, but in this case to filter requests by IP, as I don't want certain

Re: bugs in @page extends=.... in Orion implementation?

2001-05-31 Thread Daniel López
To: Orion-Interest Subject: RE: bugs in @page extends= in Orion implementation? Hi Marcel I looked it up, and I definately see your point about the filter mechanism. Have you any experience with this on Orion? Does it work well? And what have you used

Re: bugs in @page extends=.... in Orion implementation?

2001-05-31 Thread Joni Suominen
, May 30, 2001 9:39 AM To: Orion-Interest Subject: RE: bugs in @page extends= in Orion implementation? Hi Marcel I looked it up, and I definately see your point about the filter mechanism. Have you any experience with this on Orion? Does it work

RE: bugs in @page extends=.... in Orion implementation?

2001-05-30 Thread Randahl Fink Isaksen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile) Sent: 29. maj 2001 22:45 To: Orion-Interest Subject: RE: bugs in @page extends= in Orion implementation? I believe this could be better modeled differently, because it leaves no room for the web

RE: bugs in @page extends=.... in Orion implementation?

2001-05-30 Thread Randahl Fink Isaksen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Marcel Schutte Sent: 30. maj 2001 00:22 To: Orion-Interest Subject: Re: bugs in @page extends= in Orion implementation? That's right, the two examples Randahl gives can be easily solved using the servlet2.3

RE: bugs in @page extends=.... in Orion implementation?

2001-05-30 Thread Marcel Schutte
Fink Isaksen Sent: Wednesday, May 30, 2001 9:39 AM To: Orion-Interest Subject: RE: bugs in @page extends= in Orion implementation? Hi Marcel I looked it up, and I definately see your point about the filter mechanism. Have you any experience with this on Orion? Does it work well

Re: bugs in @page extends=.... in Orion implementation?

2001-05-30 Thread Daniel López
: Wednesday, May 30, 2001 9:39 AM To: Orion-Interest Subject: RE: bugs in @page extends= in Orion implementation? Hi Marcel I looked it up, and I definately see your point about the filter mechanism. Have you any experience with this on Orion? Does it work well? And what have

Re: bugs in @page extends=.... in Orion implementation?

2001-05-30 Thread Joni Suominen
: Wednesday, May 30, 2001 9:39 AM To: Orion-Interest Subject: RE: bugs in @page extends= in Orion implementation? Hi Marcel I looked it up, and I definately see your point about the filter mechanism. Have you any experience with this on Orion? Does it work well

Re: bugs in @page extends=.... in Orion implementation?

2001-05-30 Thread Jiuyun Wang
There is several good reason for using inheritance, for example, if you have a lot of utility methods you want to be included in every JSP in one specific Web Application. In JSP 1.1, it specifies that --- The JSP container should check (usually through reflection) that the provided

RE: bugs in @page extends=.... in Orion implementation?

2001-05-30 Thread Robert Nicholson
AM To: Orion-Interest Subject: Re: bugs in @page extends= in Orion implementation? Hi, I've also used filters, but in this case to filter requests by IP, as I don't want certain IP's to be able to access certain URLs. On the other hand, I implemented security, logging and other features

RE: bugs in @page extends=.... in Orion implementation?

2001-05-30 Thread Robert Nicholson
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Randahl Fink Isaksen Sent: Tuesday, May 29, 2001 12:03 AM To: Orion-Interest Subject: RE: bugs in @page extends= in Orion implementation? Well, Robert, would you elaborate on those thoughts? R

RE: bugs in @page extends=.... in Orion implementation?

2001-05-29 Thread Randahl Fink Isaksen
or it could do security checking. Randahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Nicholson Sent: 25. maj 2001 21:15 To: Orion-Interest Subject: RE: bugs in @page extends= in Orion implementation? It's doing you a favour.Please elaborate

RE: bugs in @page extends=.... in Orion implementation?

2001-05-29 Thread Randahl Fink Isaksen
Well, Robert, would you elaborate on those thoughts? R. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Nicholson Sent: 23. maj 2001 04:51 To: Orion-Interest Subject: RE: bugs in @page extends= in Orion implementation? Factoring code

RE: bugs in @page extends=.... in Orion implementation?

2001-05-29 Thread Juan Lorandi (Chile)
To: Orion-Interest Subject: RE: bugs in @page extends= in Orion implementation? Well, can anyone confirm that JSP pages can extend your own class when using Orion??? Or has noone been able to use @page extends? I see many good reasons for implementing your own super class for your

Re: bugs in @page extends=.... in Orion implementation?

2001-05-29 Thread Marcel Schutte
PROTECTED] Sent: Tuesday, May 29, 2001 10:45 PM Subject: RE: bugs in @page extends= in Orion implementation? I believe this could be better modeled differently, because it leaves no room for the web server to implement its callbacks and java doesn't support multiple inheritance. -Original

Re: bugs in @page extends=.... in Orion implementation?

2001-05-25 Thread Jiuyun Wang
It doesnot work, not matter which one (servlet/jspbase) I extends my jsp, orion jsp compiler just don't support extends -Jiuyun --- SCOTT FARQUHAR [EMAIL PROTECTED] wrote: It looks like your page should extend servlet and not jsppage. Just change JSPBase to extend servlet (and make the

RE: bugs in @page extends=.... in Orion implementation?

2001-05-25 Thread Robert Nicholson
It's doing you a favour.Please elaborate on why you want to extend that class. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jiuyun Wang Sent: Friday, May 25, 2001 9:20 AM To: Orion-Interest Subject: Re: bugs in @page extends= in Orion

RE: bugs in @page extends=.... in Orion implementation?

2001-05-22 Thread Robert Nicholson
Factoring code into the jsppage superclass is a bad idea. You will regret this later. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of SCOTT FARQUHAR Sent: Tuesday, May 22, 2001 5:53 PM To: Orion-Interest Subject: Re: bugs in @page extends