• A much better idea is to place all your business logic into a controller servlet.

    更好办法所有业务逻辑放在一个控制器servlet (controller servlet)中。

    youdao

  • Consider Listing 6, which illustrates a normal portion of code from a controller servlet.

    考虑清单6展示了控制器servlet普通一段代码。

    youdao

  • JSF USES it to configure the JSF controller servlet and Seam USES it intercept all web requests.

    JSF配置JSFservlet控制器Seam用它来拦截所有web请求

    youdao

  • Used to make asynchronous requests to the Web server to retrieve the data through a controller servlet.

    用于Web服务器作出异步请求通过一个控制器servlet获取数据

    youdao

  • In terms of your JSP pages, you would simply change all links to point at your controller servlet, like this.

    jsp页面方面简单地更改所有链接使指向控制器servlet,如下所示。

    youdao

  • The Struts controller servlet handles run time events in accordance with a set of rules that are provided at deployment time.

    Struts控制器servlet依照部署提供规则来处理运行事件

    youdao

  • The controller servlet is an instantiation of class org.apache.struts.action.ActionServlet (hereafter called ActionServlet).

    控制器servletor g . apache . struts . action . ActionServlet(以下简称ActionServlet)实例化。

    youdao

  • All in all, if you've gone to the trouble of using a controller servlet, you'll almost always benefit from using a full-fledged Web framework.

    而言之,如果使用控制器servlet时遇到麻烦,那么使用功能全面的Web框架一定会使您授意颇多。

    youdao

  • As was the case with the HelloServlet bundle, it is necessary to re-register the controller servlet, the resources, and the Hamlet that provides the view.

    HelloServlet bundle的情况一样,我们需要重新注册控制器servlet资源提供视图Hamlet

    youdao

  • The controller servlet accesses this ejb to obtain the list of categories to display. If you want to examine the source code, look under the ejb directory.

    控制器servlet通过访问这个EJB获得将要显示类别列表

    youdao

  • The validate method is called by the controller servlet after the bean properties have been populated, but before the AddABookActionperform method is invoked.

    这个validate方法控制器servletbean属性植入之后而在AddABookActionperform方法被调用之前进行调用。

    youdao

  • Instead, you simply open up your controller servlet and change the single constant referring to account-information.jsp to account-summary.jsp, as shown in Listing 9.

    可以打开控制器servlet,只要将那一个引用account - information . jsp的常量改为引用account - summary . jsp即可,清单9所

    youdao

  • A controller servlet, servlets.GoogleSearchServlet, that calls the model, proxy.soap.GoogleSearchProxy, and obtains a reference to an array of mappings.ResultElementContentType data objects.

    一个控制器servlet,servlets . GoogleSearchServlet调用模型proxy . soap .GoogleSearchProxy获取一系列mappings .ResultElementContentType数据对象引用。

    youdao

  • Cloudscape.ajax package — the application classes including the applet, a controller servlet, and classes to access the Derby database through the EmbeddedDataSource as well as an XML helper class.

    ajax——应用程序包括applet控制器servlet以及用于通过EmbeddedDataSource访问Derby数据库类,还有xml辅助

    youdao

  • In Model-View-Controller (MVC) parlance, I need a controller, which is often a servlet; I'll leverage a Groovlet instead because I'd rather write less code.

    Model - View - Controller (MVC)的话说需要控制器(通常为一个servlet);我利用Groovlet替代,因为希望编写更少的代码。

    youdao

  • Serves HTML pages and acts as a controller through a servlet for database requests

    提供HTML页面通过servlet充当数据库请求的控制器

    youdao

  • After a successful response, the innerHTML property of the DIV element is populated with transformed XML (or HTML) returned by the servlet controller.

    响应成功之后DIV元素innerhtml属性将被由servlet控制器返回经过转换的XML(HTML)填充

    youdao

  • This will pass execution on through to the servlet controller to the session bean on to the entity bean.

    使执行转移servlet控制器,然后转会话bean,再转到实体 bean。

    youdao

  • The view, an instance of CoffeeMachine, is a Hamlet, and the controller, an instance of CoffeeMachineController, is a servlet (see Figure 7).

    视图是CoffeeMachine实例Hamlet控制器则是CoffeeMachineController的一个实例,是一个servlet(如图7所示)。

    youdao

  • In the middle of the SQD is the reservation servlet, which is a controller that knows the steps that have to be carried out to allow a customer to reserve a vehicle.

    序列中间预约servlet作为控制器掌握客户预约车辆需要执行的所有步骤

    youdao

  • In it, a single servlet processes view, model and controller logic.

    这个反模式中,一个单独servlet处理视图模型以及控制器逻辑

    youdao

  • But in our case, because the servlet actually creates the downstream view, we need additional components to wrap our controller and model logic.

    我们示例中因为servlet实际上创建下行视图,所以我们需要另外的组件包装控制器模型逻辑。

    youdao

  • In the J2EE Model 2 architecture, a servlet is the UI controller, responsible for getting input data, calling some back-end business logic, and then deciding what JSP to forward to.

    J2EEModel2体系结构中,ServletUI控制器负责获取输入数据调用某些后端的业务逻辑然后决定转发一个JSP

    youdao

  • The controller is provided by a servlet that runs in the embedded Jetty Web server, and the Derby database ACTS as the back end and represents the model layer for the application.

    控制器一个servlet提供,该servlet运行嵌入式JettyWeb服务器中,Derby数据库充当表示应用程序模型

    youdao

  • The solution to this problem is to refactor with a modified model-view-controller that is more appropriate for servlet-based programming.

    这个问题解决方案使用一种修改过的、适合基于servlet编程模型-视图-控制器进行重构

    youdao

  • The ControllerLife cycle events and servlet filters

    Controller ——生命周期事件servlet过滤器

    youdao

  • The Controller is made up of the JSF layer with servlet listeners and filters that are unrelated to JSF but enhance the functionality of the Web application.

    Controllerjsfservlet侦听servlet过滤器组成,servlet侦听器和servlet过滤器JSF无关,增强Web应用程序功能

    youdao

  • The servlet acts in the role of a controller, coordinating the steps needed to carry out the work of the Reserve a Vehicle use case.

    servlet控制器角色出现,协调预约车辆用例工作需要完成各个步骤。

    youdao

  • The upstream view invokes the servlet controller via HTTP.

    上行视图通过http调用servlet控制器

    youdao

  • Servlet filters can also be considered part of the Controller layer of a Web application.

    可以servlet过滤器看作Web应用程序controller一部分

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定