Re: Need opinions: JDBC capable database for Linux

1999-06-14 Thread Walter Jerusalinsky
Hi, I'm using Postgresql for experimentation with JSP Has anybody something to say about its perfomance in production enviroments? Walter -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Bart Locanthi

Re: FrontPage and JSP

1999-06-06 Thread Walter Jerusalinsky
-Original Message-From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of David HeckselSent: Sunday, June 06, 1999 1:56 AMTo: [EMAIL PROTECTED]Subject: Re: FrontPage and JSP I'd expect FrontPage support for JSP

Re: FrontPage and JSP

1999-06-06 Thread Walter Jerusalinsky
Well, 1, I _am_ an old school assembler, c, c++ and now Java programmer,an while I don't discard WYSIWYG tools because of religious reasons, I feel confortable with code.- 2, FrontPage has its own personality, and I don't like its 'coding style'.- 3, since Idon't know a lot of HTML and

Re: Newbie questions

1999-05-13 Thread Walter Jerusalinsky
I Think this is a VERY, but VERY good idea too -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Brad Neuberg Sent: Thursday, May 13, 1999 3:55 AM To: [EMAIL PROTECTED] Subject: Re: Newbie questions

Re: Serializing requests

1999-05-06 Thread Walter Jerusalinsky
more than one of these images, each of them generated from the same JSP.- If my browser uses several threads to download them 'in parallel', were is the need of serialize the requests, slowing all? It remembers me the Appartment Model of COM/OLE, please don't do that.- Walter Jerusalinsky

Re: The importance of processRequest()

1999-05-05 Thread Walter Jerusalinsky
, scriplets inside the body of jsp:useBean are executed only when the bean is created,so: jsp:useBean id='login' class='com.caucho.login.Login' scope='session' % login.processRequest() % /jsp:useBean will not work as desired, am I right? Walter Jerusalinsky -Original Message- From

Re: MATCH=null bug in JRun?, Re: ELSE tag

1999-04-29 Thread Walter Jerusalinsky
I insist: IMHO Between a Java method, the statements are executed one after other, with a correlation with the temporal axis.- That's not conceptually true for a markup language ( except because of implementation reasons).- So what may seem redundant now, such as if(){};

Re: The JSP 1.0 Specification is now in Public Review!

1999-04-29 Thread Walter Jerusalinsky
From Arthur: And the processRequest "machinery" has postponed, too? I've been completely wiped out. On one hand, processRequest or something like this is mostly a 'must' for those that don't want to write a servlet or scriplets ( only Beans and Tag oriented JSP's) On the other hand,

Re: ELSE tag

1999-04-28 Thread Walter Jerusalinsky
{ % output blah blah blah -- condition is true % } else { % you failed % } % wouldnt work just great? -Anil JSP team Walter Jerusalinsky wrote: What about this? : SWITCH . CASE . /CASE CASE

Re: ELSE tag

1999-04-28 Thread Walter Jerusalinsky
though, I'm curious why something like % if (condition) { % output blah blah blah -- condition is true % } else { % you failed % } % wouldnt work just great? -Anil JSP team Walter Jerusalinsky wrote: What about this? : SWITCH .

Re: Any large scale implementations ?

1999-04-27 Thread Walter Jerusalinsky
Are You sure? Are You writing JSP 0.92 code? I am running JRun 2.3 in both linux/apache and NT/IIS 4.0 and NOTHING of this happens to me.- I got JRun running the first time in about 30 minutes.- Walter -Original Message- From: A mailing list about Java Server Pages specification and

Re: ELSE tag

1999-04-27 Thread Walter Jerusalinsky
I Agree Walter -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Magnus Stenman Sent: Tuesday, April 27, 1999 2:27 PM To: [EMAIL PROTECTED] Subject: ELSE tag Hi, something we found lacking in the

Features not in the spec.-

1999-04-27 Thread Walter Jerusalinsky
-on-the-fly app's too.- What do you think? Walter Jerusalinsky === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL

Re: ELSE tag

1999-04-27 Thread Walter Jerusalinsky
What about this? : SWITCH . CASE . /CASE CASE . /CASE .. DEFAULT . /DEFAULT /SWITCH But please let it for JSP 2.0 (We want 1.0 now!) Walter -Original

Re: Why Model 2?

1999-04-22 Thread Walter Jerusalinsky
--- Walter Jerusalinsky [EMAIL PROTECTED] wrote: I Agree with Brian, You can do a good design or a wrong one both using model 1 or model 2 Walter ...except that Brian is arguing the usefulness of scriptlets vs. tags, not model 1 vs. model 2. feeling anal, Harris I know

Re: Why Model 2?

1999-04-22 Thread Walter Jerusalinsky
O! I missed that line of the specification, it changes the things.- Thank You very much, cc and Dave :) Walter ccobb said: You still have the processRequest() method in your bean. What I usually end up doing is having a base class which contains the properties and getter()/setter()

Re: DISPLAY syntax (WAS: Accessing internal beans)

1999-04-22 Thread Walter Jerusalinsky
I agree, no need to make it different from Java , '.' is more natural, and you need to press 'shift' to type ':' Walter -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Brad Neuberg Sent: Thursday,