This tutorial needs a review. You can open a JIRA issue, or edit it in GitHub following these contribution guidelines.
Chúng ta đang xem: Welcome to apache netbeans |
This document shows you how to construct a simple web MVC application using the Spring Framework. The application enables a user to enter her name in a text field, and upon clicking OK, the name is returned and displayed on a second page with a welcome greeting.
The Spring Framework is a popular open source application framework that can make Java EE development easier. It consists of a container, a framework for managing components, and a set of snap-in services for web user interfaces, transactions, and persistence. A part of the Spring Framework is Spring Web MVC, an extensible MVC framework for creating web applications.
The IDE provides built-in tư vấn for Spring Framework 4.x and 3.x. Framework libraries are packaged with the IDE and are automatically added to the project classpath when the framework is selected. Configuration settings are provided, such as naming and mapping of the Spring Web MVC DispatcherServlet. The JSTL library can optionally be registered upon project creation. Tư vấn for Spring XML bean configuration files is also provided, including the following functionality:
Code completion. Invoked in Spring XML configuration files for Java classes as well as bean references.
Navigation. Hyperlinking of Java classes and properties mentioned in Spring bean definitions, as well as hyperlinking to other Spring bean references.
Xem thêm: Nhiệt Độ Màu Là Gì – Nhiệt Độ Màu (K) Của Ánh Sáng sủa sủa
Refactoring. Renaming of references to Java classes in Spring XML configuration files.
For more information on the Spring Framework, visit http://www.springsource.org/. For a more fine-grained explanation of how Spring Framework artifacts behave and interact with other objects in an application, see the official Spring Framework Reference Documentation, or consult the Spring Framework API documentation.
Software or ResourceVersion Required
a.viettingame.vn IDE |
7.2, 7.3, 7.4, 8.0, Java EE |
Java Development Kit (JDK) |
version 7 or 8 |
GlassFish server |
3.x, 4.x |
The Java installation of the IDE enables you to optionally install and register the GlassFish server with the IDE.
Xem thêm: Biểu Cam Kết Wto Của Việt Nam Trong Lĩnh Vực Thương Mại Dịch Vụ



Nhấp chuột the Run Project (

) in the IDE’s main toolbar. The IDE automatically starts the GlassFish server if it is not already running, compiles the project, then deploys it to the server. Note any output displayed in the IDE’s Output window (Ctrl-4; ⌘-4 on Mac). The generated output completes with a BUILD SUCCESSFUL message.
Phân mục: Tổng hợp