.JSP / .ASP Integration

2002-06-07 Thread Jerry Jalenak
Hi All, This is WAY off topic, but seeing that there are a couple of ex-ASPer's on the mailing list, I thought I'd throw this out and see if anyone can point me in the right direction. The company I work for has several, somewhat autonomous, development groups doing web development. Some

RE: .JSP / .ASP Integration

2002-06-07 Thread Pruthee, Ranjan
, and application becomes more layered and complex. I hope this helps! -Ranjan. -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 8:17 AM To: '[EMAIL PROTECTED]' Subject: .JSP / .ASP Integration Hi All, This is WAY off topic, but seeing

Re: .JSP / .ASP Integration

2002-06-07 Thread Jimenez Daniel
Good luck! Your only solution is passing XML data. ALL ASP and JSP process on the server side in their own instances which are oblivious to each other. Thus session information cannot be shared. Dan [EMAIL PROTECTED] 6/7/02 8:17:23 AM Hi All, This is WAY off topic, but seeing that

RE: .JSP / .ASP Integration

2002-06-07 Thread Galbreath, Mark
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q167941 Mark -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 9:17 AM Hi All, This is WAY off topic, but seeing that there are a couple of ex-ASPer's on the mailing list, I thought I'd

RE: .JSP / .ASP Integration

2002-06-07 Thread Jerry Jalenak
' Subject: RE: .JSP / .ASP Integration http://support.microsoft.com/default.aspx?scid=kb;EN-US;q167941 Mark -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 9:17 AM Hi All, This is WAY off topic, but seeing that there are a couple of ex

RE: .JSP / .ASP Integration

2002-06-07 Thread Jimenez Daniel
Don't you mean this site. http://msdn.microsoft.com/visualj/jump/default.asp [EMAIL PROTECTED] 6/7/02 9:05:50 AM http://support.microsoft.com/default.aspx?scid=kb;EN-US;q167941 Mark -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 9:17

RE: .JSP / .ASP Integration

2002-06-07 Thread Brad Rhoads
Well he could use a database to save the session info. -Original Message- From: Jimenez Daniel [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 9:03 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: .JSP / .ASP Integration Good luck! Your only solution is passing XML data

Re: .JSP / .ASP Integration

2002-06-07 Thread John Nicholas
I'm not sure if this will help but there is a open source tag library here: http://www.opensymphony.com/sitemesh/ It lets you load in other pages written in other languages and filters them in to content of a jsp page. It sounds like this would let you create the templating in jsp and rather

RE: .JSP / .ASP Integration

2002-06-07 Thread Jerry Jalenak
07, 2002 1:46 PM To: Struts Users Mailing List Subject: Re: .JSP / .ASP Integration I'm not sure if this will help but there is a open source tag library here: http://www.opensymphony.com/sitemesh/ It lets you load in other pages written in other languages and filters them in to content of a jsp

RE: .JSP / .ASP Integration

2002-06-07 Thread Hakan Forss
PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: .JSP / .ASP Integration Date: Fri, 7 Jun 2002 14:29:57 -0500 Sitemesh presents an interesting solution to the presentation side of the problem, but doesn't address the root

RE: .JSP / .ASP Integration

2002-06-07 Thread Kevin . Bedell
[EMAIL PROTECTED] on 06/07/2002 05:14:24 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: RE: .JSP / .ASP Integration Hi Jerry, I'm not sure this is the way to go but take a look at single