Servlet & JSP (21)

The functions tag library is a standard El function set defined in jstl. The functions defined in the functions tag library are basically functions that operate on strings. To use the functions tag library on the JSP page, use the taglib command to

Niu X's Js framework (especially JSP is worth learning)

I haven't updated the log for a long time. I have a new one in my bedroom! A foreigner developed a JS framework a long time ago. It seems that it was so powerful. It is worth studying! What do you don't know what extjs is first look at Baidu

Add an applet compatible with Firefox, ie, and chrome on JSP

although pplet is basically useless. However, it also has some application scenarios for compatibility. For each browser, you cannot directly write the tag. Finally, consider the test for a few days. Finally, write the following code to make

JSP built-in object (Session)

The "session" object represents the conversation between the server and the client. It is used when client information needs to be retained on different JSP pages, such as online shopping and customer Track Tracking. HTTP is a stateless protocol.

Use JSP to build a three-layer Management Information System

1. Introduction Management Information System (MIS) is a system composed of people and computers that can collect, transmit, store, process and use information. With the development of science and technology and the expansion of information,

Disable cache code in JSP

// JSP disables the cache code response. setheader ("Pragma", "No-Cache"); response. setheader ("cache-control", "No-Cache"); response. setdateheader ("expires", 0); // The Code cannot run correctly on the network. For details, refer to If (request.

Servlet & JSP (12)

In this article, we develop a JSP instance to implement a message board program. The database knowledge discussed in the previous servlet & JSP events (11) also paves the way for instance development. In addition, let's review the JSP knowledge

Servlet & JSP (17th)

In this article, we will discuss Expression Language (EL ). Let's first discuss its syntax. El syntax The El syntax is simple. All El expressions start with $ {and end. For example, $ {expr }. "[]" And "." Operators El uses the "[]" and "."

Servlet & JSP (19th)

In this article, we will continue to discuss jstl. The i18n tag library is generally used to compile international applications. It is divided into two parts: internationalization, date, time, and number formatting. To use the format tag on the JSP

Servlet & JSP (20)

Jstl has a lot of content. This is the third article devoted to it. Although it is a bit more, as an important part of JSP development, we still have to patiently continue to learn. This article mainly discusses the SQL tag library and XML tag

Servlet & JSP (25)

Web applications are divided into two stages: development and deployment. Through deployment, components can be loosely coupled with each other, reducing the maintenance difficulty of Web applications. This article mainly discusses how to configure

Customize a simple JSP tag

tld

WEB Project, New Java class: package leon.webtest.tags;import java.text.SimpleDateFormat;import java.util.Date;import javax.servlet.jsp.JspException;import javax.servlet.jsp.JspWriter;import javax.servlet.jsp.tagext.TagSupport;public class DateTime

JSP: type, class, and beanname in usebean

The online explanation is as follows:Class = "package. Class"Use the New Keyword and the class constructor to sample a bean from a class. this class cannot be abstract and must have a common constructor without parameters. the package name is case

Make the JSP server that does not support Chinese URLs (such as Tomcat)

Link: http://blog.csdn.net/flyxxxxx/archive/2004/09/10/100319.aspx Filter file:Package filter;Import java. Io .*;Import javax. servlet .*;Import javax. servlet. http .*;Import java.net .*; Public class characterencodingImplements filter {Protected

JSP environment Configuration

JSP Environment Configuration ABSTRACT To learn about JSP development, you must first build a development environment that complies with JSP specifications. This article introduces three methods for configuring the JSP environment with the Tomcat

Java JSP tag paging, jquery plug-in paging Encapsulation

Pagination CSS .pagination{ margin: 20px auto 0; width: 960px; font-size:12px; text-align: center;}.pagination a{ border:1px solid #CCCCCC; color: #336CA9; font-weight: bold; margin-right: 3px; padding: 2px 9px;

Role zz played by JSP in JSF

Roles played by JSP in JSF Learn how to use JSP with JSF SummaryIn this excerpt from assumerver Faces in Action (Manning, November 2004), the author Kito Mann explains how JSP works with JSF (1,800 words; December 13,200 4) JSF applications require

Jsp version ajax File Upload

Jsp version ajax File UploadJsp uses ajax + jquery to upload images without refreshing The first step to import the needed package, jquery. js, ajaxfileupload. js, to the http://www.phpletter.com to download ajaxfileupload package The HTML code is

JSP page displays Chinese name Images

After a day, I finally finished the problem when I got off work !!!!!!!!!! The method is to change the server. xml file in Tomcat: Port = "8080" maxHttpHeaderSize = "8192" MaxThreads = "150" minSpareThreads = "25" maxSpareThreads =

Java performance (2) adjust your JSP and Servle

Address: http://blog.csdn.net/jinhuiyu/archive/2008/12/10/3487588.aspx Many application presentation layers use JSP and Servlet. This article discusses how to improve the performance of such applications through Coding best practices and deployment

Total Pages: 280 1 .... 254 255 256 257 258 .... 280 Go to: GO

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.