javabeans

javabeans

 英

  • 网络组件;跨平台的组件;组件技术

例句

In fact, avoiding this style of coupling was one of the motivating factors behind the creation of Enterprise JavaBeans (EJB) technology.

实际上避免耦合创建企业JavaBeanEJB技术背后一个动机

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.

这些服务可以作为远程企业JavaBeanEJB方法调用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.

标记作用保持应用程序不同JavabeansJava实例)。

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.

企业JavaBeanEJB规范提供安全性持久性事务消息远程服务

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约定gettersetter方法

It does not matter whether the remote call invokes Enterprise JavaBeans (EJBs), web services, or JDBC providers.

无论远程调用企业JavaBeanEJB)、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).

包含实际业务逻辑逻辑实现无状态EnterpriseJavaBeanEJB)。

The namespaces of the embedded schema types are typically generated from the Java package names of the server-side JavaBeans.

嵌入模式类型名称空间通常服务器JavaBeanJava名称生成

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技术就是通过要求一个参数构造函数解决问题