S
Sam Smoot
We have a spread of ASP Classic (VBScript/JScript) websites that
desperately need some upgrading. We can't use Rails (for now, politics
around using something other than Windows and IIS), we (the developers)
don't want to use ASP.NET, we could live with Monorail, but we'd much
prefer Rails.
If we choose a .NET technology, we have a clear migration path since
there's a low chance of replacing the sites with new ones wholesale: We
can expose a .NET model through COM to the ASP Classic sites. After
enough of this, we'll have basically replaced the whole thing.
Is there a way to expose Ruby classes as COM objects to do the same?
What other integration options (besides WebServices under webrick,
which I'm assuming would be too slow/fragile) might there be to
accomplish this sort of ASP Classic/Ruby integration minus RoR?
desperately need some upgrading. We can't use Rails (for now, politics
around using something other than Windows and IIS), we (the developers)
don't want to use ASP.NET, we could live with Monorail, but we'd much
prefer Rails.
If we choose a .NET technology, we have a clear migration path since
there's a low chance of replacing the sites with new ones wholesale: We
can expose a .NET model through COM to the ASP Classic sites. After
enough of this, we'll have basically replaced the whole thing.
Is there a way to expose Ruby classes as COM objects to do the same?
What other integration options (besides WebServices under webrick,
which I'm assuming would be too slow/fragile) might there be to
accomplish this sort of ASP Classic/Ruby integration minus RoR?