Java Web Learning (i)

Source: Internet
Author: User

The core technologies of Java Web applications include the following:

JSP: The basic means of input and output

JavaBean: Processing of completed functions

Servlet: Controlling the process of an application

JDBC: An indispensable technique for interacting with a database

Jstl and expression language el: Complete control and output of various information in JSP pages

Document structure for Web Apps

Bookstore is the root directory, jsp,html files and pictures of the Web application can be placed directly under the root directory, and classification, usermanagement,bookmanagement,ordermanagement, WEB application in the presence of a large number of images are generally placed in the images directory, some common files, such as navigation bar, copyright information, error pages, etc., placed in the common, Web-inf directory is very special, other subdirectories can not use this name, Files placed in this directory cannot be accessed by the browser and are primarily intended for use by the server. In the Web-inf directory, there are two subdirectories and one configuration file, Web. Two subdirectories are classes and LIB, which are used to store all web-related Java files. The latter is used to store a Java file in the form of a compressed package. jar. Web. XML is a must-have for every web app and a configuration file for it.

Java Web Learning (i)

Related Article

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.