javabeans
美
英 
例句
In fact, avoiding this style of coupling was one of the motivating factors behind the creation of Enterprise JavaBeans (EJB) technology.
实际上,避免这类耦合是创建企业JavaBean(EJB)技术背后的一个动机。
If the box were unchecked, then the template would be inactive, so it would not be offered as an option in the Insert JavaBeans wizard.
如果复选框没有选中,那么模板就是未激活的,这样它就不会作为InsertJavaBeans向导中的选项提供。
As you can see, JavaBeans-style properties are reduced down to straight name accessors, as if they were fields.
您可以看到,JavaBeans样式的属性被简化为使用名称直接访问,这就好像它们是字段一样。
JSP custom tags and JavaBeans make it possible for you to separate the user interface and workflow logic.
JSP定制标签和JavaBeans使得将用户界面和业务逻辑分离成为可能。
These services can be implemented as remote Enterprise JavaBeans (EJB) method calls, web services, or CORBA calls, just to name only a few.
这些服务可以作为远程企业JavaBean(EJB)方法调用、Web服务或CORBA调用(这里只列出几个)来执行。
There is nothing in the JavaBeans specification that requires you to create anonymous inner classes for event listening.
在JavaBeans规范中,没有要求您创建匿名内部类进行事件监听。
As you can see below, the controller specifies three JavaBeans properties that will be used to collect input and display results.
正如从下面可以看到的,控制器指定三个JavaBeans属性,这些属性将用于收集输入和显示结果。
These JavaBeans will implement the operations necessary to carry out the use-cases identified in this document.
这些JavaBean将实现完成这篇文档中确定的用例所必需的各种操作。
I'll demonstrate a variety of methods you can use to turn your JavaBeans into XML documents, and you'll learn the pros and cons of each.
我将演示可以把JavaBeans变成XML文档的各种方法,并且讨论每种方法的优劣。
Notice that the lack of a no-argument constructor violates the JavaBeans standard, which insists on a default constructor.
需要注意的一点是,无参数构造函数的缺失违反了JavaBeans的标准,该标准坚持要有一个默认的构造函数。
The JavaBeans specification isn't doing you any favors if it forces you to write obfuscated code!
如果JavaBeans规范强制您编写混淆代码,那么它不会给您带来任何帮助。
define an API that greatly simplifies connecting a pair of Java Beans properties to keep them in sync.
定义一套API,使得一对JavaBeans属性之间的连接得到大幅度的简化,并保持属性的同步。
The JSP syntax supports adding JavaBeans components to the page and accessing them like any other Java object.
JSP语法支持将JavaBeans组件添加到页面中,并像访问任何其他Java对象一样访问它们。
This WSDL file can be used for standard Web services provider generation (JavaBeans skeleton).
可以使用此WSDL文件进行标准Web服务提供者生成(JavaBeans框架)。
The first String argument now can also represent the name of a writeable JavaBeans property of the Object argument.
第一个String参数现在也可以表示Object参数的可写JavaBeans属性的名字。
Notice that the return value is no longer a primitive type but rather a collection of user-defined JavaBeans.
注意到返回值不再是原语类型,而是用户定义的JavaBean集。
I'll then demonstrate a couple of new techniques that are especially suitable for securing JavaBeans used in JSF applications.
然后演示两项新技术,这些新技术特别适合在JSF应用程序中保护JavaBean。
The tag's purpose is to hold the different Java beans (or instances of Java classes) of your application.
标记的作用是保持您应用程序的不同Javabeans(或Java类的实例)。
Identify or create JavaBeans that represent the data types of the input and output parameters of a service interface.
标识或创建JavaBean来代表服务接口输入和输出参数的数据类型。
To create JavaBeans for your persistent data, follow the standard Eclipse process to define a new class with the necessary attributes.
要为持久数据创建JavaBeans,按照标准的Eclipse过程定义一个新类,包括必要的属性。
LineItem. java - JavaBeans used to hold values when data is transferred between the model and view of the application.
java——当数据在应用程序的模型和视图之间传输时用于保存值的JavaBean。
JavaBeans, as you probably know, are Java classes that contain a series of private properties and publicly available accessors and mutators.
您也许知道,JavaBeans是包含一系列私有属性以及公共访问器和转变器的Java类。
The Enterprise JavaBeans (EJB) specification provides services for security, persistence, transactions, messaging, and remoting.
企业JavaBean(EJB)规范提供安全性、持久性、事务、消息和远程的服务。
Spring AOP provides several aspects that make it possible to declare transaction policies for JavaBeans.
SpringAOP提供了几个方面,可以为JavaBean声明事务。
By default the Scala compiler does not generate getters and setters that comply with the JavaBeans convention.
默认情况下,Scala编译器并不会生成符合JavaBean约定的getter和setter方法。
It does not matter whether the remote call invokes Enterprise JavaBeans (EJBs), web services, or JDBC providers.
无论远程调用企业JavaBean(EJB)、Web服务或JDBC提供者,该理论都适用。
The JavaBeans and classes that define the model and implement controller logic are associated with the application components via bridges.
定义模型与实现控制器逻辑的JavaBean和类通过桥与应用程序组件相关联。
To demonstrate a Lombok extension, I wrote up a quick sample project that generates JavaBeans plumbing code.
为了演示Lombok扩展,我编写了一个用于生成JavaBeans全程(plumbing)代码的非常简单的项目。
Business logic components consist of a stateless EJB and several data JavaBeans.
业务逻辑组件由无状态EJB和多个数据JavaBeans组成。
But nothing in the creation or use of fluent interfaces precludes supporting both the fluent interface and a JavaBeans interface.
但是创建和使用连贯接口也不能排除对连贯接口和JavaBeans接口的同时支持。
The XMLWebApplicationContext object contains references to all the Java beans configured in the XML configuration file.
XMLWebApplicationContext对象包含对XML配置文件配置的所有Javabeans的引用。
But the data management pattern of the entity, and Data Access Object (DAO) core Enterprise JavaBeans patterns belong in the entity layer.
但实体数据管理模式和数据访问对象(DataAccessObject,DAO)核心EnterpriseJavaBean模式属于实体层。
The JavaBeans view allows you to navigate to these components in your class easily.
JavaBeans视图允许您容易地在类中导航到这些组件。
This layer contains the lion's share of the actual business logic, implemented as Stateless Enterprise JavaBeans (EJB).
这一层包含实际的业务逻辑,逻辑实现为无状态EnterpriseJavaBean(EJB)。
The namespaces of the embedded schema types are typically generated from the Java package names of the server-side JavaBeans.
嵌入的模式类型的名称空间通常从服务器端JavaBean的Java包的名称生成。
These components, or JavaBeans, then perform back-end business processing on behalf of the presentation tier.
这些组件或者JavaBean再代表表示层执行后端业务处理。
Repeat the above process to import activation. jar from the JavaBeans Activation Framework package, which you downloaded earlier.
重复上面的过程,从您先前下载的JavaBeansActivationFramework包中导入activation.jar。
There is nothing remarkable about the methods, and, as expected, they follow the JavaBeans naming conventions for properties.
关于这些方法没有什么特别之处,并且正如所预期的,它们遵循JavaBeans的属性命名规范。
The advantage of the JavaBeans component architecture over standard programming components is that JavaBeans components are independent.
基于标准编程组件的JavaBeans组件体系结构的优点是JavaBeans组件是独立的。
Existing Java technologies, like JavaBeans technology, that deal with similar problems solve the problem by requiring a zeroary constructor.
处理类似问题的现有Java技术(象JavaBean技术)就是通过要求一个不带参数的构造函数来解决问题的。