JSP - Overview: What Is Javaserver Pag Es?
JSP - Overview: What Is Javaserver Pag Es?
Advantag es of JSP:
Following is the list of other advantag es of using JSP over other technolog ies: vs. Ac tive Server Pag es (ASP): T he advantag es of JSP are twofold. First, the dynamic part is written in Java, not Visual Basic or other MS specific lang uag e, so it is more powerful and easier to use. Second, it is portable to other operating systems and non-Microsoft Web servers. vs. Pure Servlets: It is more convenient to write (and to modify!) reg ular HT ML than to have plenty of println statements that g enerate the HT ML. vs. Server-Side Inc ludes (SSI): SSI is really only intended for simple inclusions, not for "real" prog rams that use form data, make database connections, and the like. vs. J avaSc ript: JavaScript can g enerate HT ML dynamically on the client but can hardly interact with the web server to perform complex tasks like database access and imag e processing etc. vs. Static HT ML: Reg ular HT ML, of course, cannot contain dynamic information.
What is Next?
I would take you step by step to set up your environment to start with JSP. I'm assuming you have g ood hands on with Java Prog ramming to proceed with learning JSP.
If you are not aware of Java Prog ramming Lang uag e then I would recommend to g o throug h Java T utorial to understand Java Prog ramming .