Hi everyone, I'm running a web server called JBoss from Sun's Java. My boss at work wants me to make it so that all the components of a web page can be dynamically loaded in when the page is called.
The technology would model something like SSI.
Actually i was thinking that SSI would be the thing to use. However, I'm not sure if SSI will be usable with JSP. JSP is like ASP.
Doesn't SSI have to be parsed by the server just like JSP? If that's the case then is it possible for it to parse the JSP as well as the SSI at the same time? i highly doubt that but i could be wrong.
If i'm wrong is there any other way to make the pages component based without using frames?
thanks guys.
The technology would model something like SSI.
Actually i was thinking that SSI would be the thing to use. However, I'm not sure if SSI will be usable with JSP. JSP is like ASP.
Doesn't SSI have to be parsed by the server just like JSP? If that's the case then is it possible for it to parse the JSP as well as the SSI at the same time? i highly doubt that but i could be wrong.
If i'm wrong is there any other way to make the pages component based without using frames?
thanks guys.