News

Java-EE-Java-Server-Pages Use Java Server Pages (JSP) to develop web based applications in simple and easy steps. Start from the beginning, learning the fundamentals of JSP, Directives, and Standard ...
JSP Programs (JAVA SERVER PAGES) This repository is the collection of JSP Programs that has been done While Learning JSP at college as well as the collection of the program that were done while ...
JavaServer Pages and servlets make several mechanisms available to Web developers to secure applications. Resources are protected declaratively by identifying them in the application deployment ...
Unlike servlets, which are bits of Web-server functionality that take values and send out responses (a la Common Gateway Interface (CGI)), JSPs are combinations of Java and HTML code that are ...
Servlets are java applications that allow you to process information from HTTP requests on the server side, then respond back to the browser in the appropriate manner. JSPs are really shortcuts to ...
Hello reader's lets know the "Difference between include directive and include action tag in JSP(Java Server Page)". Include directive and include action tag both are widely-used for including a file ...
Top 5 reasons that JSP scriptlets suck Learn the top 5 reasons why scriplets and Java code aren't optimal in JSP pages.