JBoss Application Server

2001-09-30 Thread Mai
Hi! JSP-INTEREST, Does anybody know about JBoss Web Application Server? Is it as good as JRun, Tomcat or Others? -- Best regards, Mai mailto:[EMAIL PROTECTED] 603-89965000 ext 6427

comparison between JSP, PHP and PERLS

2001-06-24 Thread Mai
Hi! JSP-INTEREST, Is there any site that describe the comparison between JSP, PHP and PERLS?Please help me? -- Best regards, Mai 603-89965000 ext 6427 === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff

the best application server

2001-04-03 Thread Mai
Hi! jSP-INTEREST, Anybody knows or have studied which applications server works the best? Is there any site that do the comparisons? I need the info urgently. -- Best regards, Mai mailto:[EMAIL PROTECTED] 603-89965000 ext 6427

Re: Web Apps and state machines (was: model 2 servlet mapping que stion)

2000-05-05 Thread Huynh, Mai
I don't think we can assign the javascript function to the BACK button of the browser. In ASP, I can set Response.expire=0 in the header of HTML, so everytime user navigate to the page, the page will be reloaded. Is there something similar in JSP? The only way I could do now is that starting a

Re: comparison of engines

2000-03-28 Thread Huynh, Mai
The servlet container from Jrun is out-of-proc or in-proc? How do we know that? -Original Message- From: Scott Stirling [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 26, 2000 5:07 PM To: [EMAIL PROTECTED]

Re: Java in javscript

2000-03-13 Thread Huynh, Mai
No, you don't. Sorry, I deleted the previous mail, so I cannot look it up -Original Message- From: K.V.Srinivas Kumar [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 05, 2000 10:45 PM To: [EMAIL PROTECTED]

Re: Help:JSPs on IIS webserver

2000-02-10 Thread Huynh, Mai
]] Sent: Thursday, February 10, 2000 7:01 AM To: [EMAIL PROTECTED]; Huynh, Mai Subject:RE: Help:JSPs on IIS webserver Hi , This is a follow-up to the discussion in this mail . A problem that every

Re: fix size of select item

2000-02-09 Thread Huynh, Mai
try to use SELECT name=something size=whatever -Original Message- From: JSP [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 08, 2000 8:58 PM To: [EMAIL PROTECTED] Subject: Re: fix size of select item I think it is not possible to fix the size of the list box. The list gets

Re: Help:JSPs on IIS webserver

2000-02-09 Thread Huynh, Mai
As I know you need to install either Websphere, Jrun, and WebLogic. They all have free trial version for you to try. They run with IIS, I tried Jrun and have no problem with it -Original Message- From: Manish Bijay Kumar [mailto:[EMAIL PROTECTED]]

Re: Closing Windows in the right Sequence

2000-01-07 Thread Huynh, Mai
You can create a global class to keep the values, or you can put these in the session, so that when the user close the window, those values still exist -Original Message- From: SoftLiban ZAKHARIA Michael [mailto:[EMAIL PROTECTED]] Sent: Friday, January 07, 2000 2:23 AM To: [EMAIL

BEAN in JSP

1999-12-29 Thread Huynh, Mai
Does the bean in jsp have to be in the same folder with it or in subfolder? For ex: jsp:useBean id="firstBean" scope="request" class="beans.project1.firstBean" My jsp page in in folder jsp\ , so does the beans need to be in that folder too? If it is in different folder, how the server knows