More basic questions.  I am a Java/C# developer with not much web 
experience.  I don't know anything about ASP or JSP.  

1) I'm assuming that ASP.NET use C# (similar to JSP using Java)?
2) I am using IIS web server and the client's requirement is to stick 
with this.  Do I need an app server to go along with this (such as 
JBoss) or extension or something in order for servlets to run?  Or 
will my asp just run within IIS alone?
3) Would I then use getURL/postURL from my svg/Javascript to execute 
the asp class to retrieve my data?

Thanks a ton!!  I'm a newbie to web development.

Jan

--- In svg-developers@yahoogroups.com, "Rick Bullotta" 
<[EMAIL PROTECTED]> wrote:
> You'll want to write an ASP.NET class that implements 
IHttpHandler.  This is
> essentially the .NET equivalent of a servlet.
> 
> Rick Bullotta
> Lighthammer Software (http://www.lighthammer.com)
> 
> 
> -----Original Message-----
> From: Jan [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, March 02, 2005 10:01 AM
> To: svg-developers@yahoogroups.com
> Subject: [svg-developers] Re: Executing Java/C# server method from 
svg
> 
> 
> 
> This may be a stupid question as I am not that familiar with HTTP 
> servers, but how do I do this?  I was planning on writing a C# 
> application which connects to another already-written C# 
application 
> which houses a databus and connects to a database.  There are 
> specific methods to connect to this C# databus app and specific 
calls 
> you have to make to retrieve data.  Will I still write a C# app and 
> somehow put that within the HTTP server or would I do something 
> different in a different language or tool?
> 
> Sounds like the getURL/postURL method only works with HTTP servers, 
> correct?
> 
> Thanks for your help.
> 
> Jan
> 
> --- In svg-developers@yahoogroups.com, Richard Smith <[EMAIL PROTECTED]> 
> wrote:
> > It would be best to make your server application a HTTP server, 
> preferably on port 80, if you want your app to be usable anywhere 
as 
> that way it will go through proxies, firewalls etc. I think it is 
> much easier in SVG to communicate via HTTP anyway, and a simple 
HTTP 
> server is very easy to write.
> 
> 
> 
> 
> 
> -----
> To unsubscribe send a message to: svg-developers-
[EMAIL PROTECTED]
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit 
my
> membership"
> ---- 
> Yahoo! Groups Links





-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to