Struts 2 和 Struts 2 jQuery 标签有什么区别?

What is the difference between Struts 2 and Struts 2 jQuery tags?

我是 Struts 2 的新手。我想知道 Struts 2 和 Struts 2 jQuery 标签之间的区别?

第一个用于Struts2 core tag library,

The framework provides a tag library decoupled from the view technology. In this section, we describe each tag in general terms, such as the attributes it supports, what the behaviors are, and so forth. Most tags are supported in all template languages (see JSP Tags, Velocity Tags, and FreeMarker Tags), but some are currently only specific to one language. Whenever a tag doesn't have complete support for every language, it is noted on the tag's reference page.

The types of tags can be broken in to two types: generic and UI. Besides function and responsibility, the biggest difference between the two is that the HTML tags support templates and themes. In addition to the general tag reference, we also provide examples for using these generic tags in each of the support languages.

第二个是通过插件添加的。它 adds/replaces Ajax being used by struts2 dojo plugin.

Dojo plugin is deprecated

The Dojo plugin will be deprecated on Struts 2.1

Struts 2.0 versus Struts 2.1 and the Dojo tags

The easiest way to get documentation for Struts 2.0 Dojo tag usage is to look at older Struts 2 documentation, like the Struts 2.0.11 Ajax tags wiki documentation.

现在此插件已弃用,可以使用 struts2 jquery plugin 代替。

A Plugin for the popular java web framework struts2 to provide ajax functionality and UI Widgets based on the jQuery javascript framework.