Home  >  Article  >  What software is best to use to write jsp?

What software is best to use to write jsp?

anonymity
anonymityOriginal
2019-05-05 16:05:5323809browse

According to the grammatical characteristics of jsp, it is recommended to use Adobe Dreamweaver and MyEclipse; you can use MyEclipse purely to implement page and data processing; you can also use Dreamweaver to make pages and MyEclipse to process data. It is recommended to use the two in combination.

What software is best to use to write jsp?

JSPThe full name is Java Server Pages, and the Chinese name is java server page. It is basically a simplified Servlet design. It [ 1] is a dynamic web page technology standard initiated by Sun Microsystems and established with the participation of many companies. JSP technology is somewhat similar to ASP technology. It inserts Java program segments (Scriptlet) and JSP tags (tags) into traditional web page HTML (a subset of standard universal markup language) files (*.htm, *.html) to form JSP file, the suffix is ​​(*.jsp). Web applications developed with JSP are cross-platform and can run under Linux as well as other operating systems.

It implements the java extension in Html syntax (in the form of <%, %>). JSP, like Servlet, is executed on the server side. Usually what is returned to the client is an HTML text, so the client can browse it as long as it has a browser.

According to the grammatical characteristics of jsp, it is recommended to use Adobe Dreamweaver or MyEclipse (eclipse).

Dreamweaver is used to make interfaces. It does not process data, so it is called a static page.

MyEclipse is a plug-in installed on Eclipse to support website design (web). It can process the data in the page, so it is dynamic.

JSP is a dynamic web page. You can purely use MyEclipse to implement page and data processing; you can also use Dreamweaver to create pages and MyEclipse to process data. It is recommended to use both together.

Adobe Dreamweaver, referred to as "DW", Chinese name "Dream Weaver", was originally developed by the American MACROMEDIA company and was acquired by Adobe in 2005. DW is a WYSIWYG web code editor that integrates web page production and website management. With support for HTML, CSS, JavaScript and more, designers and programmers can quickly create and build websites virtually anywhere.

What software is best to use to write jsp?

MyEclipse The enterprise-level workbench (MyEclipseEnterprise Workbench, referred to as MyEclipse) is an extension of EclipseIDE. With it, we can develop databases and JavaEE, Publishing and application server integration greatly improve work efficiency. It is a feature-rich JavaEE integrated development environment, including complete coding, debugging, testing and publishing functions, and fully supports HTML, Struts, JSP, CSS, Javascript, Spring, SQL, Hibernate.

What software is best to use to write jsp?

eclipse

Eclipse is an open source, Java-based extensible development platform. By itself, it is just a framework and a set of services for building development environments through plug-in components. Fortunately, Eclipse comes with a standard set of plug-ins, including the Java Development Kit (JDK).

The above is the detailed content of What software is best to use to write jsp?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn