B
Bit Byte
I have written a custom servlet engine (and "wrapper" servlets) for some
legacy code (C/C++) that I have.
The servlets contain the bulk of my 1st 2 layers in a 3 tier
architecture - i.e. data layer and business logic layer respectively. Is
it technically possible to use my servlets for the first two layers and
then use ASP.Net for the presentation layer (i.e. using webforms etc)?
The obvious "bridge" would be SOAP, but I want a more tightly couple
system than that - i.e. I do not want to wrap up the servlets in yet
another layer of abstraction - since they already wrap around my C++
code... so any suggestions other than SOAP will be greatly appreciated.
legacy code (C/C++) that I have.
The servlets contain the bulk of my 1st 2 layers in a 3 tier
architecture - i.e. data layer and business logic layer respectively. Is
it technically possible to use my servlets for the first two layers and
then use ASP.Net for the presentation layer (i.e. using webforms etc)?
The obvious "bridge" would be SOAP, but I want a more tightly couple
system than that - i.e. I do not want to wrap up the servlets in yet
another layer of abstraction - since they already wrap around my C++
code... so any suggestions other than SOAP will be greatly appreciated.