javabean

  • 网络对象
javabeanjavabean
  1. An enterprise service definition can also be generated from a JavaBean component .

    企业服务定义同样也可以从JavaBean组件中生成。

  2. A Kind of Popular Pattern of Web Development : JSP + JavaBean

    一种流行的WEB开发模式&JSP+JavaBean

  3. Remote Supervisory Control Based on JSP / JavaBean and ActiveX Technology

    基于JSP/JavaBean和ActiveX技术的远程监控

  4. Generate an enterprise service definition from the Facade JavaBean component .

    从门面JavaBean组件生成企业服务定义。

  5. A new package with three JavaBean classes will be imported into the project .

    带有三个JavaBean类的新包将会导入到项目之中。

  6. When the value in the component changes , the associated JavaBean property is changed .

    当组件中的值发生改变时,关联的JavaBean属性也会随之改变。

  7. This Facade JavaBean class has the following interfaces ( methods )

    这个门面JavaBean类具有下列接口(方法)

  8. This method increments an int JavaBean property defined with get and set methods .

    这种方法增加一个定义有get和set方法的intJavaBean属性。

  9. This system software has used JSP + JavaBean to achieve the modularization development according to different functions .

    系统软件使用JSP+JavaBean结合的方法,按不同功能采用了模块化设计思想。

  10. The Design of High Response Information Searches System on Internet Based on jsp / javabean and Multi Ties

    基于Jsp/Javabean多层结构的高速网上信息检索系统的设计

  11. Required : Indicates a required JavaBean setter method .

    @Required:指明所需的某个JavaBean的setter方法。

  12. You ? ve now added an instance of this JavaBean to the page data .

    你现在已经添加了一个JavaBean的实例到pagedata。

  13. Create enterprise services and generate service proxy JavaBean components that access the corresponding EISs .

    创建企业服务并生成访问相应的EIS的服务代理JavaBean组件。

  14. Like Enterprise JavaBean ( EJB ) technology , Spring 's container lets you consume enterprise services .

    与企业JavaBean(EJB)技术一样,Spring容器让您可使用很多企业服务。

  15. You might create a JavaBean that returns a collection of Customer objects based on some search criteria .

    您可以创建一个JavaBean,让它根据一些搜索标准返回Customer对象的集合。

  16. The basis for the examples in this article is the ubiquitous stock quote JavaBean .

    本文中示例的基础是普遍存在的股票报价JavaBean。

  17. Business processing with Jsp + Javabean mode and accessing data resources from data layer through the way of JDBC .

    业务处理用Jsp+Javabean的方式实现并通过JDBC的方式访问数据层的数据资源。

  18. Data binding frameworks allow developers to easily " glue " JavaBean properties and GUI components together .

    数据绑定框架使开发人员可以轻松地将JavaBean属性与GUI组件“粘”在一起。

  19. A Facade JavaBean component can be used for invoking multiple enterprise services and JavaBean components .

    可以使用门面JavaBean组件来调用多个企业服务和JavaBean组件。

  20. Typically , each MAM Service ( or JavaBean operation ) will undertake the following generic activity

    一般情况下,每一种MAM服务(或JavaBean操作)进行如下一般活动

  21. The same deployment descriptor file also contains the address of the JavaBean component that implements the interface .

    同样的部署描述符文件还包含了实现接口的JavaBean组件的地址。

  22. Value models define a generic way to access a JavaBean property without requiring the specifics of its name .

    值模型用于定义一种一般方法来访问JavaBean属性,而无需知道该属性名称的详细信息。

  23. The JavaBean wrapper approach is sometimes presented as object-oriented because of the use of get / set methods to access data .

    由于使用了get/set方法来访问数据,因此JavaBean包装器方法有时候也以面向对象的形式出现。

  24. In software architecture design , the system is based on JSP + Servlet + Javabean MVC pattern as the basic framework .

    在软件架构设计方面,本系统采用了基于JSP+Servlet+Javabean的MVC模式作为基本架构进行开发。

  25. Provide an object as a parameter ( either a JavaBean , Map , or primitive wrapper ) .

    提供一个对象作为参数(这个对象是JavaBean、Map,或者是原始包装器)。

  26. The members are specified using the JavaBean naming convention , so DWR will call the corresponding get methods .

    成员的指定采用JavaBean命名规范,所以DWR会调用对应的get方法。

  27. The engine passes the modified request on to the actual service provider & in this case , the JavaBean .

    引擎将修改过的请求继续传递给实际的服务提供者(在本例中是JavaBean)。

  28. Note : Please note that the XML structure is dependent on the JavaBean object and Java XML serialization technique used .

    注意:请注意XML结构依赖于JavaBean对象和Java使用的XML序列化技术。

  29. Components like form field components have a ValueBinding that must be bound to a JavaBean read-write property .

    像表单字段组件这样的组件拥有一个ValueBinding,它必须绑定到JavaBean的读写属性。

  30. Like parameters , result objects can be a JavaBean , a Map , a primitive type wrapper , or XML .

    与参数类似,结果对象可以是JavaBean、Map、原始类型包装器或XML。