释义 |
struts 英st'rʌts美st'rʌts COCA⁴⁴²⁵⁷BNC³⁷²⁶⁷Economist⁵³⁵⁸¹⁺¹ 基本英英例句 n.一种WEB应用框架¹⁰⁰;框架的支杆strut的复数形式原型strut的三单 名词 strut: a proud stiff pompous gaitbrace consisting of a bar or rod used to resist longitudinal compression 动词 strut: to walk with a lofty proud gait, often in an attempt to impress others A Struts forward is an object that is returned by an action, and that has two fields: a name and a path typically the URL of a JSP. Struts转发是由一个操作返回的对象,它有两个字段:一个名称和一个路径通常是 JSP的 URL。 ibm Does Struts provide the correct level of abstraction? Struts是否提供了正确的抽象级别? ibm For the most part, each new version of Struts has added new features while maintaining backward compatibility with previous versions. 一般来说, Struts的每个新版本都增加了新的特性,同时保持了与之前版本的向后兼容性。 ibm I'll start this month with an overview of what differentiates Shale from Struts and then walk you through the steps of installing Shale and testing your installation. 在这个月的文章中,将首先对 Shale与 Struts之间的区别作一个概述,然后带您体验安装 Shale并测试安装情况的步骤。 ibm On the other hand, as you'll begin to see very quickly in this series, Shale is a completely different framework from Struts, with all the new development work that implies! 另一方面,正如您很快就可以在这个系列中看到的一样, Shale是一种完全不同于 Struts的框架,其中隐含着很多新的开发工作! ibm The Struts framework does this by providing a general infrastructure for building Web applications. This allows developers to focus more on solving the business problem. 为此 Struts为 Web应用提供了一个通用的架构,这样开发人员可以把精力集中在如何解决实际业务问题上。 blog.sina.com.cn Although some popular frameworks, such as Spring and Struts, work out of the box on GAE, many others either do not work or require patches to their source code. 虽然在 GAE 上一些流行的框架如 Spring和 Struts都是开箱即用的,但是其他一些要么不工作要么需要对其源代码打补丁。 ibm Both Struts and Rails provide mechanisms to validate user input. Struts和 Rails都提供了验证用户输入的机制。 infoq Examples of such applications are those that use frameworks such as Struts, Ajax, and so on, where the URLs requested from the client would be identical for different kinds of requests. 此类应用程序的示例包括诸如 Struts、 Ajax等使用框架的应用程序,其中客户端请求的 URL对不同种类的请求来说是完全相同的。 ibm First and foremost, Struts has tremendous value as one of the first true Web development frameworks. 首先, Struts作为第一个真正意义上的 Web开发框架,拥有巨大的价值。 ibm For purpose of this article, we will create a simple sample Struts Web application that will allow the user to insert new records into a Contact table. 为了实现本文的目的,我们将创建一个简单的 Struts Web应用程序,它允许用户来向 Contact表中插入新的记录。 ibm In a Struts application, you can architect the Model layer so that the business and data retrieval logic are easy to reuse. 在 Struts应用程序中,您可以构建模型层,这样业务逻辑与数据检索逻辑重用就很容易了。 ibm In this case, your Model View frameworks, like Struts and JSF, are responsible for the initial rendering of the page, using traditional Model2 architecture. 在这种情况下,您的模型视图框架,如 Struts和 JSF,将负责初始的页面生成,使用传统的 Model2体系结构。 ibm It accepts a parameter that specifies the Struts parameter name and uses reflection to grab the appropriate field programmatically. 它接收一个指定 Struts参数名的参数,并通过编程方式使用反射获取适当的字段。 ibm It shows how to use Struts to create the application. 它说明了如何使用 Struts来创建应用程序。 ibm Sure, this handy framework fires up Struts, but the code relies on a database. 确实,这个方便的框架调用了 Struts,但是代码依赖于数据库。 ibm The idea is to leave just“ core” functionality in struts- core, and move anything else into plugins. 基本思想就是在 struts内核中只保留“核心”功能,把其他一切都移到插件里。 infoq Therefore, you can rest assured that this project is configured for Struts Tiles only. 因此,您可以确信这个项目只是为了 Struts Tiles而配置。 ibm This default ID will be fine for our first Struts application but, in general, should always be a unique value. 这个缺省标识可用于我们的第一个 Struts应用程序,但是一般来说,应当总是唯一值。 ibm This difficulty is one of the reasons the Struts framework has been overshadowed by more innovative frameworks, especially those that specifically address ease of testing. 这个困难是 Struts框架被更加创新的框架所掩盖的原因之一,特别是那些解决了测试容易问题的框架。 ibm Throughout this series, it is my goal to show you how to install, build, and develop for Shale with little reference to its predecessor, the Struts framework. 整个系列的目的就是要向您展示如何安装 Shale以及如何使用 Shale构建和开发项目,同时很少涉及 Shale的前辈,即 Struts框架。 ibm We will look at code samples that illustrate how to perform multiple Struts module switching in a portal environment using the page navigation feature. 我们将会看到一些代码样本,它们阐述了如何使用页面导航特征来执行在门户环境中转换的多个 Struts模块。 ibm We'll then integrate the template engine into the Struts MVC framework as a view component. 然后我们将把这个模板引擎集成到 Struts MVC框架中作为视图组件。 ibm You can no longer use your domain class in anything but a Struts application. 除了 Struts应用程序外,您不能在其他任何位置使用域类。 ibm You can use the diagram editor to show all or part of a Struts application. 您可以使用图表编辑器来展示全部或部分 Struts应用程序。 ibm You now have a better application than before, since the application can now use some of the Struts resources. 现在,您有了一个比以前更好的应用程序,因为该应用程序现在可以使用一些 Struts资源。 ibm Struts is essentially a giant, complex request processor; Shale is a set of services that can be combined in any way you like. Struts实质上是一个巨大的、复杂的请求处理器;而 Shale则是一组可以以任何方式进行组合的服务。 ibm Struts is a set of Java classes and JSP tag libraries that provide a framework for developing Web applications. Struts是 Java类和 JSP标记库的一个集合,它为开发 Web应用程序提供了一个框架。 ibm Struts is one of the oldest Web development frameworks, and it has a very large developer community and very good tools support. Struts是最早的 Web开发框架之一,它有一个非常大的开发人员社区和非常好的工具支持。 ibm |