I have a web app built on Java Servlet technology. I am thinking of switching to a new framework, possibly switching over to a .NET stack with C# and ASP MVC. I don't want to take the current app down while I develop the new one. The goal is to have the old system run and just develop new modules in a new architecture.
If I stay with a Java stack I think it is simply a matter of servlet mapping. However, If I switch to a .NET stack I will have to transfer sessions between the two systems. Is this doable in an easy way? Would I have to use something like SOAP?
Does anyone have any experience doing something like this?
Thanks