News

What is a JSP Page ? A Java Server Page (JSP) is a text document that contains two types of text: static data and JSP elements. Static data can be expressed in any text-based format, such as HTML or ...
Contribute to sm791600/Java_Servlets_JSP_elements_dotnettutorials development by creating an account on GitHub.
JavaServer Pages help a user create Web content that has static and dynamic components. On a JSP page, static data is expressed with HTML, XML, or other text based formats, and dynamic content is ...
There are also custom tags that are pretty cool that you can use as well in JSP. <BR><BR>I've been doing java web development since march or so and I'm pretty fond of it.
JSP 2.0 adds EL Expressions as a scripting element. Scripting elements have three subforms- Declaration, Scriptlets and Expressions. Let's look at these three subforms in code.
JavaServer Faces is the Java standard technology for building component-based web interfaces. Get started with JSF, including what's new in JSF 2.3 ...