Can you suggest me how should i go for this?

2000-05-05 Thread paurnima
Hello i want to create a web based project. which is already developeded in visual basic. I do not want to use the readymade software to convert the vb code to java The software involves database operations also. What should i use to make it web based? JSP or Java servlets or any thing else?

Re: model 2 servlet mapping question

2000-05-05 Thread Andrew S Tomlinson
The first concrete example of mapping action "status/result" to destination was given by Daniel to my recollection. It was part of his webleaf project. There was mention also of a "state-machine" approach. I prefer the "state-machine" approach for my specific application. I deal with leasing

Re: regd jsp tag syntax

2000-05-05 Thread Gogia Nitin
in setProperty u r giving the property as name instead of username. Nitin -Original Message- From: Anand Alagappa [SMTP:[EMAIL PROTECTED]] Sent: Friday, May 05, 2000 2:34 AM To: [EMAIL PROTECTED] Subject: regd jsp tag syntax Hi All I wrote a simple jsp page which uses

Re: JDBC 2.0 probleme in JSP with JWS

2000-05-05 Thread Ritesh Sinha
Hi Sudhir, What i am going to say will not be the exact solution but it will just show you how to make use of JSP to best of its capability. Try putting all your database related metods in a bean and use that bean , rather than putting everything in your JSP. I have a very simple bean that we

JBuilder 3.5 and standalone JSP compilers

2000-05-05 Thread Jason Wyatt
Is there a standalone JSP compiler I can use to check all of my JSP pages for errors at once, instead of having to wait until run- time?? Preferable to run on a Win NT platform? Jason Wyatt Communications Division Illawarra Technology Corporation Wollongong NSW AUSTRALIA tel: +61 2 42 268

Re: JBuilder 3.5 and standalone JSP compilers

2000-05-05 Thread Scott Stirling
JRun 3.0 comes with a utility called JSPC (guess what it stands for). It can take regexp or straight file names as arguments and compile a whole directory full of JSPs for you at once. JSPC is a Java app, so its platform neutral. allaire:infomercialThen there's HomeSite and JRun Studio, both

Re: Can you suggest me how should i go for this?

2000-05-05 Thread Senthil Kumaran
Hi!, The easiest thing to do would be to use ASP(Active Sever Pages) to convert the existing VB application, to web-enable it.as you already have the VB coding and ASP uses VB code (variation)this would be your easiest and best bet. Senthil. -Original Message- From:

Re: Can you suggest me how should i go for this?

2000-05-05 Thread LynchWu
Or even better, try VB6 webclass. == Lynch Wu Web Engineer pAsia Inc. http://www.pAsia.com TEL: 886-2-87883033 ext 347 FAX: 886-2-87881532 == -­ì©l¶l¥ó- ±H¥óªÌ: Senthil Kumaran [EMAIL PROTECTED] ¦¬¥óªÌ: [EMAIL PROTECTED] [EMAIL PROTECTED]

Help on Request.getParameter

2000-05-05 Thread Putu Agus Purnawan
Hi all, I have list box on page and the value and lable are option value=DATABASE LINKDATABASE LINK/option option value=FUNCTIONFUNCTION/option option value=INDEXINDEX/option option value=PACKAGEPACKAGE/option option value=PACKAGE BODYPACKAGE BODY/option When I try to get the

Re: How to create two submit buttons ina form which are having tw o different action pages

2000-05-05 Thread Robo ilka
OK, but document.formname.action=str; don't work in ver. 3.x browsers. RoBo Zilka /EuroWeb a.s. /www.euroweb.sk /mailto:[EMAIL PROTECTED] -Original Message- From: Kevin Duffey [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 04, 2000 7:56 PM To: [EMAIL PROTECTED]

Re: Help on Request.getParameter

2000-05-05 Thread Robo ilka
It's easy: ... option value="DATABASE LINK"DATABASE LINK/option option value="FUNCTION"FUNCTION/option option value="INDEX"INDEX/option option value="PACKAGE"PACKAGE/option option value="PACKAGE BODY"PACKAGE BODY/option RoBo Zilka /EuroWeb a.s. /www.euroweb.sk

Re: Help on Request.getParameter

2000-05-05 Thread [Vinod Govindan]
Try putting those values in quotes.! Single quotes or double! Putu Agus Purnawan To: [EMAIL PROTECTED] [EMAIL PROTECTED]cc: Subject: Help on

Re: model 2 servlet mapping question

2000-05-05 Thread Daniel Lopez
Hi, I'm not sure whether I was the one or not(who cares? ;)) But you are right in the sense that I already talked about that. In our framework (WebLeaf) the configuration of an Operation might look like that: OPERATION NAME = "OpertaionName" DESCRIPTION = "Decription of the

Please Subscribe me

2000-05-05 Thread V.Suresh Kumar
Respected Sir, Please Subscribe me also in the JSP group. E-Mail id is [EMAIL PROTECTED] Thanks V.Suresh Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

Re: JSP conditional redirection possible?

2000-05-05 Thread Bilal Ali Nawaz
hi chris, you can do it using scriptlets and the forward tagyour code will look something like: % if (condition ==true){ % jsp:forward page="somepage.jsp" / % } % hope this is what you were looking for... Chris Newland [EMAIL PROTECTED] on 05/04/2000 08:06:49 PM Please respond to A

ASP/MTS/COM vs JSP/EJB

2000-05-05 Thread Rata Mirel
Hi, Have anyone tried the performance of ASP pages using Microsoft Transaction Server / COM objects versus JSP pages and EJB (or JSP/JavaBeans) ? I mean on a big applications with heavy DB access. I'm interested in any experiences because i have to choose an archirecture for our application.

Re: Can you suggest me how should i go for this?

2000-05-05 Thread paurnima
hi LynchWu can you please elabotare on the same thanx paurnima - Original Message - From: LynchWu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 05, 2000 12:58 PM Subject: Re: Can you suggest me how should i go for this? Or even better, try VB6 webclass.

Re: Virus Warning There is a new virus titled I LOVE YOU or similar, being circulated at present which cannot be detected by the virus shields.

2000-05-05 Thread Franck Rageade
Be careful, It seems that a new evolution of I LOVE YOU has just been detected. It is called JOKE VERY FUNNY, and is much more vicious than yesterday's one. I know it may be a hoax but the information was given through a Cap Gemini internal message, which makes it quite reliable. So the

TomCat Env Variable

2000-05-05 Thread [Vinod Govindan]
Hi all! IS there a need in Tomcat to specially set any environment variable so as to enable URL rewriting..or isit set true by default? I ask this as In websphere I believe one has a variable.. to set it to true or false. My problem is I have IE5 and Netscape4.7 and I use Tomcat... server! Now

Question about apacheSSL+Tomcat3.1+Linux

2000-05-05 Thread Spazzoli Raffaele
Can I use tomcat with https? I have ApacheSSL+Tomcat 3.1+RedHat6.1 . If i request: https://localhost:port/examples/servlets , in apache log this produces: [Wed May 3 21:54:59 2000] [error] error:1407609C:SSL routines:SSL2_GET_CLIENT_HELLO:http request Instead,if i request a http connection

Re: TomCat Env Variable

2000-05-05 Thread [Vinod Govindan]
Well i guess I found it out myself..! As of Version 3.1 of Tomcat.. there is no support for URLrewriting! I guess i'll have to go to the server market again and browse for an alternative! Vinod "[Vinod Govindan]" To: [EMAIL PROTECTED]

JTree in JSP

2000-05-05 Thread Marco M
Hi all, how could i display a JTree in a JSP?? is it possible?? thanx in advance for your reply regards marco === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs

Web Apps and state machines (was: model 2 servlet mapping question)

2000-05-05 Thread Andrea Vicentini
Hi! Talking about web apps and state-machine I have some questions: * What are we actually talking about? In my understanding, we're talking about web applications that have a model stored in the session which "is" a finite state machine, and Always in my understanding, and this is how the

Calling Stored Procedures in Oracle

2000-05-05 Thread Jose Castro
Does anyone knows if it is possible to call Stored Procedures with JSP's. I'm using Stored Procedures in Oracle, and some of them return values, but another ones don't. Thanks in advance, José Castro === To unsubscribe:

Re: BASIC QUESTIONS THAT WILL BENEFIT A LOT OF PEOPLE

2000-05-05 Thread Bradley McLain
any question is legitimate if the poster makes clear that he/she has looked in all the obvious places, has tried a number of approaches, and is still stuck. i have no complaint with them. i have been there myself.. yet the percentage of one-liners asking where to find info about java is

Re: Calling Stored Procedures in Oracle

2000-05-05 Thread Franck Rageade
Jose, it looks like this %! public boolean testCookie(HttpServletRequest request) { String cookieCode = getCookieValue(request, "MGR2SECURITY"); Connection DB; CallableStatement cstmt; boolean retour = false; if (cookieCode!=null) { try { String DSN = "DB_VO_DEV"; // Acces a

Re: Tomcat Servlet Mappings

2000-05-05 Thread Holmes III, William S
Vadim, I'm not having problems with the *.do mappings. My question was in the use of additional path information in the URL. It used to be that you could have information in between the mapped servlet name and the parameter list of the URL. You would then use getPathInfo() in your controller

Re: Can you suggest me how should i go for this?

2000-05-05 Thread subbarao sakhamuri
Go for jsp.You can separate the content from presentation. --- paurnima [EMAIL PROTECTED] wrote: Hello i want to create a web based project. which is already developeded in visual basic. I do not want to use the readymade software to convert the vb code to java The software involves

Re: Calling Stored Procedures in Oracle

2000-05-05 Thread subbarao sakhamuri
yes you can call stores procedures in jsp. here is an example CallableStatement cs = con.prepareCall("{call PROC_get_next_track_id (?,?,?,?)}"); cs.setString(1,"Track_Id");

No Subject

2000-05-05 Thread subbarao sakhamuri
I have to println some word document files after processing the request from the client in the server. Now i want to know is it possible to print a file in java rather in jsp thanks subbu __ Do You Yahoo!? Send instant messages get email alerts

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

2000-05-05 Thread David Wall
You could be in a lot of trouble because the web really works best in a stateless environment, and a state machine is the exact opposite solution. David === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

Re: Calling Stored Procedures in Oracle

2000-05-05 Thread Sandeep Yarramreddy
jose, you sure can. call them using jdbc. Sandeep. Jose Castro wrote: Does anyone knows if it is possible to call Stored Procedures with JSP's. I'm using Stored Procedures in Oracle, and some of them return values, but another ones don't. Thanks in advance, José Castro

Re: JBuilder 3.5 and standalone JSP compilers

2000-05-05 Thread Pål Brattberg
Where can you find JRun Studio? I've checked Allaire's pages, but I can't seem to find it. :: pål :: : : . ___s_p_r_a_y_ Pål Brattberg | [EMAIL PROTECTED] Mob: (+46) 0704 566299 | Tel: (+46) 08 52790122 Här börjar internet | http://www.spray.se -Original

No Subject

2000-05-05 Thread AVATAR SINGH
Your signon or firther messages may have an attachment : like your signature card etc. Juan Fu wrote: Hi, I tried to post the message on jsp-insterest list on the jsp-interest site so that I can view throught the web. But my message was bounced back because 1 error included. I don't know

Re: JBuilder 3.5 and standalone JSP compilers

2000-05-05 Thread Joe Milora
The JRun studio is a beta. http://beta.allaire.com I can't recall how to enter if you're not registered, but it shouldn't be too hard to figure out. -Original Message- From: Pål Brattberg [mailto:[EMAIL PROTECTED]] Sent: Friday, May 05, 2000 10:38 AM To: [EMAIL PROTECTED] Subject:

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

2000-05-05 Thread Andrew S Tomlinson
Not really, or at least not in the context it was being used. For a start, sure HTTP is a stateless protocol but almost all web *applications* involve the maintenance of some form of semanticstate/semantic. Isn't that what the session object is all about? Moreover, there is invariably a

Re: Calling Stored Procedures in Oracle

2000-05-05 Thread Marcelo Mayworm
You need to create a CallableStatement. []'s Marcelo de Mattos Mayworm BL Informatica Tel.: 0xx21 220-3642 0xx24 9901-2929 [EMAIL PROTECTED] Conhecendo-se a quietude, pode-se possuir a estabilidade. Conhecendo a estabilidade, pode-se encontrar a serenidade. Conhecendo a serenidade, pode-se

Re: JBuilder 3.5 and standalone JSP compilers

2000-05-05 Thread Chris . Heske
beta.allaire.com -Original Message- From: pal Sent: Friday, May 05, 2000 11:38 AM To: pal; JSP-INTEREST Subject: Re: JBuilder 3.5 and standalone JSP compilers Where can you find JRun Studio? I've checked Allaire's pages, but I can't seem to find it. :: pål :: : : .

jsp tags not getting recognised by JRUN..help

2000-05-05 Thread Anand Alagappa
I am using JRun 2.3.3 as my servlet engine with Microsoft IIS on Win NT. I found that the jsp tags I gave on the jsp page are not recognised by the JRun. I tried to fix all possible syntax errors I was doing with help of the suggestions given by the listserv members. If I use " BEAN

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

2000-05-05 Thread David Wall
For a start, sure HTTP is a stateless protocol but almost all web *applications* involve the maintenance of some form of semanticstate/semantic. Isn't that what the session object is all about? Moreover, there is invariably a persistence layer e.g. RDBMS behind all this. This is absolutely

Need generate one page with content that changes each time

2000-05-05 Thread Apollo Mcowiti
Scenerio: 1.jsp has several options. A click on any of these calls 2.jsp 2.jsp's content generated dynamically and depends on the item clicked at 1.jsp. Problem: Seems caching occurs,and every time old 2.jsp opens. How do i solve this?

SV: Need generate one page with content that changes each time

2000-05-05 Thread Anna Spångberg
Try with : meta http-equiv="Expires" content="Mon, 06 Jan 1990 00:00:01 GMT" /anna -Ursprungligt meddelande- Från: Apollo Mcowiti [mailto:[EMAIL PROTECTED]] Skickat: Friday, May 05, 2000 6:48 PM Till: [EMAIL PROTECTED] Ämne: Need generate one page with content that changes each time

Re: Multiple values from a select menu with request.getParameter ?

2000-05-05 Thread Dmitri Namiot
in html: use keyword multiple select name="mylist" multiple option1-st/option option2-nd/option ... /select in JSP/servlet request.getParameter("mylist") You will selected values, splited by commas. ServletShop: java server side programming http://coldjava.hypermart.net

Re: model 2 servlet mapping question

2000-05-05 Thread Kevin Duffey
Hi Chris, Thanks for the site..I didn't know you could use one frame in a frame set. I had two..with one going to a blank page and being 0 in height. Seems to work. We don't want bookmarking on our site anyways, so it doesn't bother us that they can't bookmark. The only thing I notice is that

Re: model 2 servlet mapping question

2000-05-05 Thread Kevin Duffey
Model 3? Can you elaborate on this one? -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Lopez Sent: Friday, May 05, 2000 1:19 AM To: [EMAIL PROTECTED] Subject: Re: model 2 servlet mapping

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

2000-05-05 Thread Andrew S Tomlinson
Thanks for the input David - all excellent caveats to keep in mind. Now let's see if the group can resolve some of the issues (jump in one and all). Taking items 1-4 to start with (not necessarily in that order though): 3. in general this can be handled OK if the site has an entry point that

Re: Model 2 dilema - how to get a button to call an action?

2000-05-05 Thread Kevin Duffey
Thanks. It does. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Marco M Sent: Thursday, May 04, 2000 11:49 PM To: [EMAIL PROTECTED] Subject: Re: Model 2 dilema - how to get a button to call an

jRUN AND JSP

2000-05-05 Thread Mohan Radhakrishnan
Hi, Is it possible to configure JRun for JSP 1.0 without installing it again ? bye, === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Re: TomCat Env Variable

2000-05-05 Thread Craig R. McClanahan
"[Vinod Govindan]" wrote: Well i guess I found it out myself..! As of Version 3.1 of Tomcat.. there is no support for URLrewriting! I guess i'll have to go to the server market again and browse for an alternative! That is not correct ... Tomcat 3.1 *does* support URL rewriting. However,

Re: ASP/MTS/COM vs JSP/EJB

2000-05-05 Thread Michael Prescott
I suggest that it's a bad idea to choose between these technologies on this basis alone. Performance benchmarks are so wildly sensitive to even small changes that they're likely to be almost completely inapplicable to the project that you're designing. Even if you choose the "faster"

Parameter passing

2000-05-05 Thread Sri V. Rachakonda
Hi all, I'm calling JSP page with a parameter i.e. "abc,ced,wer,qwe,asd". I could able to read the above supplied parameter with the request object.After that I can tokenize it,delimited by comma and able to get each string. Now the problem is how do I pass one tokenized string at a time to the

Out of topic

2000-05-05 Thread Narasimha, Goli
Hi All, I know I should not ask this question in JSP forum. But there are lot of ASP experts are now working in JSP also. I guess it wouldn't be bad idea to post this question in this list. Like request.SetAttribute("username") = "name"; Is there any similar function available in ASP.

Re: jRUN AND JSP

2000-05-05 Thread Dan Maher
I can't remember exactly what panel it is in the administrator, but look for the tab with something to do with extensions: .jsp .jsp10 com.livesoftware.. Change the .jsp one from its value to the same one as the .jsp10 row. Sorry I am so vague, I just uninstalled

Re: JBuilder 3.5 and standalone JSP compilers

2000-05-05 Thread Sajid Mohammed
You can find JRun Studio at http://beta.allaire.com/jrunstudio Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com === To

Re: jRUN AND JSP

2000-05-05 Thread D. J. Hagberg
Support questions about specific products should be directed to their specific support forums. In this case, you should visit http://www.allaire.com/support/forums/index.cfm Mohan Radhakrishnan wrote: Is it possible to configure JRun for JSP 1.0 without installing it again ?

Apache to JRun

2000-05-05 Thread Don Vaillancourt
Hi All, I am using JRun with apache and there is something that I wanted cleared up. The only servicies that I need running are JSE and JCP correct. Or do I also need JWS. My question is that I have Apache accept all requests for JSP and servlets. Then those requests are submitted to the

Java Question

2000-05-05 Thread Deniz Ersöz
Hi, I cannot run jfc applets on IE5, it can't found the classes... Anyone got any idea? Thank u for your help === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on

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

2000-05-05 Thread David Wall
3. in general this can be handled OK if the site has an entry point that performs authentication and then records the successful login in the session. Any leap into the site behind this URL via a bookmark will fail because the session will not exist or will not contain the "successful login

Re: Java Question

2000-05-05 Thread James Ng
The default VM in IE5 and other major browsers today are still JDK 1.1 VM. You have to download plugin to install a JDK 1.2 VM. Check the web site http://java.sun.com/products/plugin/index.html. You probably would want to check out the documentation (on the same site) about how to convert your

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

2000-05-05 Thread Andrew S Tomlinson
RE: Concurrency I agree that each "page action" is by necessity a discrete transaction. The issue is a standard multi-user problem - in the absence of a stateful locking scheme is the data I am writing consistent with what I read ? There are many approaches: - re-read the record and compare each

A Man's Perogative

2000-05-05 Thread stanton
Boost Your Sex Drive! LibidoMagic!(TM) A Potent 100% all natural Herbal Aphrodisiac for men and women Men and women, who suffer from sexual dysfunction such as lack of desire, impotency, orgasmic function and lack of fertility, have for a long time been at the mercy of giant

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

2000-05-05 Thread Kevin Duffey
So are you saying that on a multi-page form, where you fill in one form, the next page/form "depends" on the previous entries, and so on until you get to the LAST page where the "transaction" is finalized, data is stored, etc and a thank you page is brought up. In this scenario, EACH page/form is

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

2000-05-05 Thread David Wall
You are right on all counts. The approaches to concurrency that you mentioned are often missed by the current crop of "newbie" server developers. These issues date back at least 20 years (as far I as personally know!) since the early mainframes still had multiple users at the same time. A

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: A Man's Perogative

2000-05-05 Thread Reza U. Nabi
Is there anybody who can help to remove this guy from this list. Thanks, Reza [EMAIL PROTECTED] wrote: Boost Your Sex Drive! LibidoMagic!(TM) A Potent 100% all natural Herbal Aphrodisiac for men and women Men and women, who

Re: jRUN AND JSP

2000-05-05 Thread Scott Stirling
Change your rule mappings so that: *.jsp=com.livesoftware.jsp.JSPServlet Then restart the web server and JRun. Scott Stirling -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Mohan Radhakrishnan Sent:

Re: Apache to JRun

2000-05-05 Thread Scott Stirling
No. Nor JSEWEB either. Make the paths to the images absolute (i.e., include the docroot: src="/images/foo.gif"). Scott Stirling -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Don Vaillancourt Sent:

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

2000-05-05 Thread David Wall
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? Have you really tested that out? This no doubt just sets the header "expires" which can be set by anybody, surely via JSP. The

Save $$$ and Make $$$!!

2000-05-05 Thread Tom Owen
UNLIMITED TELECOM Talk all you want 24hrs. a day 7 days a week!! Unlimited FLATE RATE long distance no need to change your current long distance provider. Only $57.00 a month with no breaks talk as long as you want at onetime!! Exceptional clearity! Be an agent for no additonal charge

Uregent help req how to disable the back button in the browser

2000-05-05 Thread srinivasa rao yeramati
HI Can any one help me How can I disable the back button in the browser in netscape and ie. thanks srini Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

Re: Save $$$ and Make $$$!!

2000-05-05 Thread Sreenivasa Majji [TEMP]
Now a days this site became a launch pad for advertising all type of crap. Administrator, please have a look on these e-mail addresses. -Kumar |X-MimeOLE: Produced By Microsoft MimeOLE V(null).1712.3 |Content-Transfer-Encoding: 8bit |X-MIME-Autoconverted: from quoted-printable to 8bit by

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

2000-05-05 Thread Ajitha Molakalapalli[temp]
Well!! I am looking for a solution too...(for back button problem). If some one did this with java script, please lets me know. Thx in advance Ajitha Subject: Re: Web Apps and state machines (was: model 2 servlet mapping que stion) To: [EMAIL PROTECTED] I don't think we can assign the

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

2000-05-05 Thread Andrew S Tomlinson
Well broadly yes. Just make sure we do not confuse workflow with transaction. A *multi-page form* is in my context a workflow; each page in the flow submits to an action that performs a discrete transaction. As David points out each page needs to be self-contained. We have both concluded the

resultSet.getString can attract several type of data

2000-05-05 Thread YU WEN
I found resultSet.getString() method can retrieve several type of data from a SQL server database. such as char,varchar,datatime,int and so on except binaryStream. Has anyone else met the same thing? I am not sure whether it's a flexibility of JDBC or SQL server or something else. Yu Wen

Illegal State exception

2000-05-05 Thread Chun, Byung (GEAE, Elano)
I'm trying to forward from a servlet to a jsp page using the request dispatcher and am getting an illegal state exception stating that the output stream or write was already obtained, even though no headers were set and getWriter() or getOutputStream() was never called. Any help would be

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

2000-05-05 Thread Kyle Cordes
The real key is that the browser is simply not the best platform for delivering interactive applications over the Internet. Many companies realize this, but many more think that a browser is a good tool for doing applications. They are generally wrong. The best Internet applications these

Can I get JSP-JDBC interconnection example code?

2000-05-05 Thread Jung WonHee
Hello. :) I need a simple JSP-JDBC connecting code, not servlet-jdbc. Reply please :) === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at:

Re: Parameter passing

2000-05-05 Thread Sachin S. Khanna
One Possible Approach You could create a vector add the string one by one, then pass this vector using the session object to the servlet. Have a nice day. With regards, Sachin S. Khanna. www.emailanorder.com - Original Message - From: Sri V. Rachakonda [EMAIL PROTECTED] To: [EMAIL

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

2000-05-05 Thread Kevin Duffey
Doesn't MSIE 5.0+ and NS 4.7+ support JVM 1.2 and later? -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of David Wall Sent: Friday, May 05, 2000 9:16 PM To: [EMAIL PROTECTED] Subject: Re: Web Apps and

Re: *** Oracle JDBC Servlets Error

2000-05-05 Thread Loftin Lavon
If you can register the driver but can not connect the problem is in the configuration of the Oracle client software (OCI driver) or the connection string. The Oracle OCI driver requires the NET8 kit on the web server. I recommend Oracle's thin JDBC driver it does not require additional Oracle

Model 1 and Model 2

2000-05-05 Thread Mukka, Srikanth (GEA, 097902)
Hi All, Very recently I start JSP, I really want to know what is Model 1 and Model 2. Any sites or knowledge base are there to know about the models. Bye Srikanth === To unsubscribe: mailto [EMAIL PROTECTED] with body:

Re: Calling Stored Procedures in Oracle

2000-05-05 Thread Rajneesh Garg
Hi List, In the example code provided, one of the statement is int returnCode = rs.getInt("ReturnCode"); This "ReturnCode" inside the getInt() call has to be the name of the field in the resultset. However, I wish to return values which are not in resultset. e.g. I wish to return value 1 if

Re: BASIC QUESTIONS THAT WILL BENEFIT A LOT OF PEOPLE

2000-05-05 Thread Kevin Duffey
haha..I agree with you, as I said in my previous post. The "obvious" questions should not be asked..but there is no stopping it unfortanately. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Bradley