L
Lloyd Dupont
how to create a web services living on its own? (no web server!)
any links, pointers?
any links, pointers?
Lloyd Dupont said:in fact I have a .NET client and a Java server
which I'm both about to write.
BTW the server is not a web server, that' just a multiplatform server
communication with various native client (objectiveC client on mac), hence
my project to use web services instead of other native high level RPC (such
as RMI, Remoting, DO)
anyway I want this java server to be easy to install (you pop in the CD,
click ok, and that's it)
all tutorial I see in java requires tremendous installation effort (install
a web server, an EJB container, etc...)
I know that web service, in theory, doesn't require a web server, but in
practice that seems a little bit different...... I can't find any tutorial
'standalone java web services'
I was thinking to scrap the requirement and have .NET C# server too, because
I still want easy install, so I was wondering about how to implement C# web
services standalone server.
what else could I say?...
any tips?..
Richard Blewett said:He meant Cassini
http://asp.net/Projects/Cassini/Download/Default.aspx?tabindex=0&tabid=1
Regards
Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog
uh?
I google for it but... nothing relevant came out...