Re: ASP to JSP converstion

2001-08-09 Thread Konrad Musial
arker, Kenneth" <[EMAIL PROTECTED]> Sent: Thursday, August 09, 2001 5:23 AM Subject: Re: ASP to JSP converstion > Well, I'd prefer to stay with ASP, but my project is moving over to JSP. If > I can't figure out how to re-write the app in JSP, I'm may be histor

Re: ASP to JSP converstion

2001-08-09 Thread Shawn Zhu
, 2001 8:12 AM To: [EMAIL PROTECTED] Subject: Re: ASP to JSP converstion Kenneth, I have worked on both the MS side of the shop (VB VC++ COM and ASP) and the Java side of the shop (Java, JSP, RMI). On of the major difference between ASP and JSP is that ASP is interpreted, where as JSP is compiled by

Re: ASP to JSP converstion

2001-08-09 Thread Shawn Zhu
m: lee hwaying [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 8:46 AM To: [EMAIL PROTECTED] Subject: Re: ASP to JSP converstion any one has any idea how to launch excel from jsp or servelet without using linar, which cost money??? >From: "Haseltine, Celeste" <[EMAIL PROTE

Re: ASP to JSP converstion

2001-08-09 Thread Lars Thuring
Hi, "Parker, Kenneth" wrote: > Well, I'd prefer to stay with ASP, but my project is moving over to JSP. If > I can't figure out how to re-write the app in JSP, I'm may be history. > > That's why I'm hoping I can do a quicky conversion for something and I'm > looking for some kind of conversion

Re: ASP to JSP converstion

2001-08-09 Thread Lars Thuring
"Parker, Kenneth" wrote: > Well, I'd prefer to stay with ASP, but my project is moving over to JSP. If > I can't figure out how to re-write the app in JSP, I'm may be history. > That's why I'm hoping I can do a quicky conversion for something and I'm > looking for some kind of conversion tool. I

Re: ASP to JSP converstion

2001-08-09 Thread Haseltine, Celeste
M component for Word also, but again, it displays an existing document only. Celeste -Original Message- From: lee hwaying [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 10:46 AM To: [EMAIL PROTECTED] Subject: Re: ASP to JSP converstion any one has any idea how to launch ex

Re: ASP to JSP converstion

2001-08-09 Thread lee hwaying
g their internal MS products >over to Java/JSP (where applicable) and to provide reports to their senior >executives by 4th quarter in regards to cost, manpower hours, staffing, >retraining costs, ect. Perhaps your company is one of them that has >decided >to go ahead and make the

Re: ASP to JSP converstion

2001-08-09 Thread lee hwaying
have a look at http://www.linar.com/jintegra/doc/ >From: "Parker, Kenneth" <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and >reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: ASP to JSP converstion

Re: ASP to JSP converstion

2001-08-09 Thread Haseltine, Celeste
tch. Good luck Celeste -Original Message- From: Jon Garry [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 8:52 AM To: [EMAIL PROTECTED] Subject: Re: ASP to JSP converstion I am in a similar situation where I am moving from a COM/ASP scenario over to a Bean/JSP environmen

Re: ASP to JSP converstion

2001-08-09 Thread Jon Garry
kes it more challenging though. If I assume your using a fair bit of DB work, you could try using IBM's Websphere Studio as that can do some DB work as a wizard. If you have a look at the Wrox book Professional JSP (2nd Edition) there is an appendix for crossing over from ASP to JSP and is

Re: ASP to JSP converstion

2001-08-09 Thread Parker, Kenneth
w that finding a magic tool is not a likely scenerio, but I'm going to try. -Original Message- From: lee hwaying [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 3:57 AM To: [EMAIL PROTECTED] Subject: Re: ASP to JSP converstion BTW, may i know why do you want to c

Re: ASP to JSP converstion

2001-08-09 Thread lee hwaying
BTW, may i know why do you want to convert? ASP is poweful and they are introducing .NET. >From: Brad Rhoads <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: ASP to JSP converstion >Date: Wed, 8 Aug 2001 16:02:31 -0500 > >http:/

Re: ASP to JSP converstion

2001-08-08 Thread Brad Rhoads
: [EMAIL PROTECTED] > Subject: ASP to JSP converstion > > > Can anybody tell me if there is a cheap or free product out > there that can > help me convert ASP code to JSP? > > == > = > To unsubscribe: ma

ASP to JSP converstion

2001-08-08 Thread Parker, Kenneth
Can anybody tell me if there is a cheap or free product out there that can help me convert ASP code to JSP? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED]

ASP to JSP converter

2001-02-26 Thread Frank Mancini
Anyone heard of any ASP to JSP converters? _ Get your FREE download of MSN Explorer at http://explorer.msn.com === To unsubscribe: mailto [EMAIL PROTECTED] with

Convert this ASP to JSP ???

2000-10-31 Thread sufi malak
Hi, can you please help me to convert this code from ASP to JSP : <% @ Language = vbscript %> <% Option Explicit Response.Buffer = True Private Sub SQLExec(byVal sql) dim c set c = server.createobject("adodb.connection") c.Open Application("db

Re: ASP to JSP conversion

2000-03-31 Thread John Hardin
Use request.getParameterValues("cmboId") to return an array of values. You can then use a for-loop to iterate through the values. -Original Message- From: Divya M A [mailto:[EMAIL PROTECTED]] Sent: Friday, March 31, 2000 4:15 PM To: [EMAIL PROTECTED] Subject: ASP to JSP conve

ASP to JSP conversion

2000-03-31 Thread Divya M A
Hi! I have a basic question regarding ASP to JSP conversion. I have a statement in ASP as shown below: for each item in request.Form("cmboId") tmpAdd =3D tmpAdd + item next Here, cmboId is the name of a control array each of which has

ASP to JSP

2000-03-01 Thread Kathy Wargo
I see there have been many of you that have gone from developing an ASP application to developing a JSP application. I would like to know the learning curve, and suggestions, a template, some idea of the complexity of moving to the JSP world. I know applications vary but with your experience

ASP to JSP

1999-12-16 Thread Rathinam Manikodi
Hi everyone.. I am converting an application from ASP to JSP. In ASP, there is a function IsDate(expression) which returns a boolean indicating whether an expression can be converted to a Date. I want a same kind of function in JSP. Any help appreciated. Thanks in advance. -Mani

a couple of ASP to JSP related issues...

1999-12-01 Thread Lucheng Liu
  Hi there,   I am wondering how do I convert Server.URLPathEncode(str) to JSP?  I checked there is no response.encodeUrlPath.   And also is there something similar to 'response.End' in JSP?   Thanks.

Re: Re-writing from ASP to JSP

1999-10-18 Thread Brien Voorhees
rugus <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 16, 1999 7:41 PM Subject: Re-writing from ASP to JSP > Hello, > > I have to re-write a web-application from ASP to JSP. There are many pages, > and I am wondering if there is anything in the marke

Re-writing from ASP to JSP

1999-10-16 Thread Joe Drugus
Hello, I have to re-write a web-application from ASP to JSP. There are many pages, and I am wondering if there is anything in the market that could help with this. Thank you Joe === To unsubscribe: mailto [EMAIL PROTECTED

Re: asp to jsp

1999-09-23 Thread Ramesh Nori
Message - From: Adam Nelson <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 23, 1999 1:14 PM Subject: Re: asp to jsp > That's not true. Only a day or two ago we came up with "Professional Java > Server Programming" by WROX. It's a

Re: asp to jsp

1999-09-23 Thread Kallur, Padmaja (GEL, MSX)
2:51 PM To: [EMAIL PROTECTED] Subject: Re: asp to jsp - Original Message - From: Victor Vazquez <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 23, 1999 10:05 AM Subject: asp to jsp > > Is there any literature on jsp anywhere ... > I would lik

Re: asp to jsp

1999-09-23 Thread Adam Nelson
lto:[EMAIL PROTECTED]]On Behalf Of Ramesh Nori Sent: Thursday, September 23, 1999 2:46 PM To: [EMAIL PROTECTED] Subject: Re: asp to jsp There are no books as such available in the market pertaining to JSP. But I can give you a quick list of sites where you can get good info. http://java.

Re: asp to jsp

1999-09-23 Thread Lance Lavandowska
Thank you very much for posting that list, quite exhaustive. I want to make one correction: >http://www.aptura.com/technology/jspBook_Architecture.html has moved to http://brainopolis.com/Jsp/book/jspBook_Architectures.html

Re: asp to jsp

1999-09-23 Thread Ramesh Nori
MESH_NORI/myself.htm - Original Message - From: Victor Vazquez <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 23, 1999 10:05 AM Subject: asp to jsp > > Is there any literature on jsp anywhere ... > I would like to learn more about jsp's and am hav

Re: asp to jsp

1999-09-23 Thread Brien Voorhees
- Original Message - From: Victor Vazquez <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 23, 1999 10:05 AM Subject: asp to jsp > > Is there any literature on jsp anywhere ... > I would like to learn more about jsp's and am having a hard

asp to jsp

1999-09-23 Thread Victor Vazquez
Is there any literature on jsp anywhere ... I would like to learn more about jsp's and am having a hard time finding examples on how to create a JDBC connection and create html pages from SQL statements and record sets ... Thanks, begin:vcard n:Vazquez;Victor tel;work:303-790-7565 x-mozilla-h

Re: Migrating from ASP to JSP

1999-06-04 Thread Willi Berger
I have recently finished up a large project that uses ASP/com/mts/msqueue/java. I think the biggest problem with porting an ASP project to JSP would probably not be ASP related, but any COM objects that are being referenced in the ASP pages, may not port at all. Will Will Berger Premier Objects

Re: Migrating from ASP to JSP

1999-06-04 Thread Foster Bob
I haven't done this, but I'm guessing the amount of work to convert depends a whole lot on whether the app is written like JSP pages (pretty easy) or like servlets (can be very hard). The ASP apps I've seen, and MS's examples, are more like servlets and seem like they would be easier to rewrite th

Migrating from ASP to JSP

1999-06-03 Thread Tito Cruz
Has anyone ported an ASP app to JSP? If so, or even if not, I'd like to hear about the amount of effort involved people have experieced in doing this. Thanks. === To unsubscribe, send email to [EMAIL PROTECTED] and include

migration from ASP to JSP

1999-05-18 Thread Nimish Gupta
I have a number of ASP scripts, which I plan to move to JSP. Are there any documents/URLs which talk about how this can be done in the simplest manner? Regards Nimish S/MIME Cryptographic Signature