Re: JSP Tags

2001-10-04 Thread Joel Carklin
Hi Chris, Thanks for the pointer. I am a bit confused though with the following: I would like to implement the second suggestion you made, ie to allow the variable to be named explicitly from within the tag. My problem is that in the IterationTagExtraInfo I must create a variable with a name,

How could i calulate the string expression ?

2001-10-04 Thread Huynh Tin
Hi all ! I'm sorry for my basic question. Could anybody show me how i can calculate the expression. For example if i write directly in sources codes as follow ...it's ok. i can get the value of expression. double md = (1+2)*3; But i have a string variable that contain (1+2)*3...for example. i do

Re: How could i calulate the string expression ?

2001-10-04 Thread Hardeep Singh
Hi, What you ask for is difficult (This is not a basic question). Java does not have (to the best of my knowledge) inbuilt string expression evaluating capability. For this you will need to code (or download from the net) an infix to postfix convertor and a postfix evaluator. Hardeep Singh

Market..

2001-10-04 Thread Saravanan Thangaraju
Does really JSP improves the performance... Let it be the development time...does it improves the performance.. Saravanan . T. Associate Consultant Kanbay Software PUNE India.

Re: Market..

2001-10-04 Thread sharma Sumeet
yes it does.. -Original Message- From: Saravanan Thangaraju [SMTP:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 3:00 PM To: [EMAIL PROTECTED] Subject: Market.. Does really JSP improves the performance... Let it be the development time...does it improves the

Re: Market..

2001-10-04 Thread Saravanan Thangaraju
Never..a performance is increased because of JSP//Servlet is the best for performance.. Saravanan . T. Associate Consultant Kanbay Software PUNE India. -Original Message- From: sharma Sumeet [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 3:40 PM To: [EMAIL PROTECTED]

Re: Error configuring WebLogic 6.1 example demoPool with Oracle

2001-10-04 Thread Hardeep Singh
Hi, There are two ways to connect to Oracle through Weblogic. Either you can use the supplied driver weblogic.jdbc.oci.Driver or use the Java driver given by Oracle. If you use the weblogic supplied, you will have to set path and have the client installed since it is a Type 2 driver. If you use

Re: Market..

2001-10-04 Thread Vikramjit Singh
hi, actually i would say when using jsps the development time is definitely more than asp. the performance is improved only if you do good coding taking care of the various issues. for ex. using String is quite expensive for manipulations but using StringBuffer can increase your speed and

Re: Market..

2001-10-04 Thread Hari Yellina
Dear Sarvannan, Just Jsp doent improve the performance. Use Java Beans n Jsp . U can see the considerable amount of speed. To be frank, if your site is a ecommerce site or a site where you have user interaction storing their details and all. I wish you got to use JSP for better security

Re: Market..

2001-10-04 Thread Saurabh Shukla
You need not necessarily use JSP's, for speedy development and better performance you can also think about using a template Engine dependending on your project. Check out webmacro and velocity. I have tried veloctiy and it was good, but have not seen or tried it on a development

Re: this() method

2001-10-04 Thread [ Muliawan Sjarif ]
Hi BrettHaas, 'this' only can be reffered to current object. From: BrettHaas [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: this() method Date: Tue, 2 Oct 2001 11:38:01 -0400 Can you use this() in

Re: JSP Tags

2001-10-04 Thread Chris Pratt
Use the TagData.getAttribute(name) method to get the name of the variable to create. Remember that it can't be marked rtexprvalue in the web.xml file or it won't have a value at translation time. (*Chris*) - Original Message - From: Joel Carklin [EMAIL PROTECTED] To: [EMAIL

Re: offtopic: running commands on remote unix box

2001-10-04 Thread Ashish Shrestha
Sure! Use SSH to run the script on the Unix box. Then just read the OutputStream to get the output. Check out the java.lang.Runtime and java.lang.Process classes. Ashish Shrestha === To unsubscribe: mailto [EMAIL

Re: How could i calulate the string expression ?

2001-10-04 Thread horwat
You could use Rhino which is an open source implementation of javascript entirely written in java. All you'd need to do is pass in your expression string. You'll need to set up a context and scope for javascript but that is all documented on the website: http://www.mozilla.org/rhino I'm

session

2001-10-04 Thread Roy K. Mayr R.
Hi... I 'm using tomcat and apache and I need to see all user active session... How I can do it ? Thanks for advance... Roy === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto

server down page ??

2001-10-04 Thread sufi malak
I want if tomcat server is down the user get a page that said Sorry the Server is down now, could please tell me how to do it ? Thanks _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Re: server down page ??

2001-10-04 Thread Irfani Ahmed
Well, You have to have a server running to fetch a page. You can either start only HTTP server or you can switch the main page in tomcat itself if you can keep it running. You cannot fetch a page on the web with http server down. irfani sufi malak [EMAIL PROTECTED] Sent

Re: server down page ??

2001-10-04 Thread Cathy Mousavi
Sign Off -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Irfani Ahmed Sent: Thursday, October 04, 2001 2:53 PM To: [EMAIL PROTECTED] Subject: Re: server down page ?? Well, You have to have a server

JSP / Servlet Hosting Sites

2001-10-04 Thread S. Jyotinarayan
Hi all, Please pass on some good free JSP / Servlet hosting sites. Preferably on NT with support for MS Access and/or Oracle/MS SQL. I am also looking out for paid hosting sites supporting the following: - JSP / Servlet - 300MB + space - 100 email ids Preferably on NT platform with support for

Re: Query Regarding JSP Test Cases in CVS

2001-10-04 Thread Prabodh Goel
Hi Horwat Thanks for the mail. I browsed through the tester directory which you were mentioning. Is there any .ear or .war file so that i can deploy locally on my machine. I am feeling that they are similar to CTS (Compatibility Test Suit). Is it correct? regds, prabodh --- horwat [EMAIL

Re: server down page ??

2001-10-04 Thread Manish
Sign Off -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Cathy Mousavi Sent: Friday, October 05, 2001 9:00 AM To: [EMAIL PROTECTED] Subject: Re: server down page ?? Sign Off -Original Message-