Let us take a look at the life-cycle of a JSP Page
• When a first request is made to the server the JSP files are compiled into servlets.
Read the rest of this entry »
Let us take a look at the life-cycle of a JSP Page
• When a first request is made to the server the JSP files are compiled into servlets.
Let’s see how to deal with Java Server Page and Servlets, and their uses…
• Read form data
• Read HTTP request headers
Dealing with Java Server Page and Servlets
• Set HTTP status codes and response headers
• Use cookies and session tracking
• Share data among servlets
• Remember data between requests
• Get fun, high-paying jobs
Here’s the example of JSP syntax
Read the rest of this entry »
With HTML you can display images in a document; Here’s how:
Read the rest of this entry »