Re: Can Different Presentation Layers(JSP/ASP) access the same Business Layer?
Posted By:
Luigi_Viggiano
Posted On:
Wednesday, October 31, 2001 07:33 AM
Of course it's possible. You have to make aivable your services to be accessible from both JSP and ASP (example SOAP, or XML, or Corba, or controllers implemented in ASP or Servlets taking parameters, executing businness services and giving results in an form understandable from both technologies).
Re: Can Different Presentation Layers(JSP/ASP) access the same Business Layer?
Posted By:
Bozidar_Dangubic
Posted On:
Wednesday, October 31, 2001 06:27 AM
look into web services...
Re: Can Different Presentation Layers(JSP/ASP) access the same Business Layer?
Posted By:
Anonymous
Posted On:
Wednesday, October 31, 2001 06:24 AM
I don't understand why you have to do both ASP and JSP. JSP pages will run just as well on Microsoft servers and browsers.