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技術就是通過要求一個參數構造函數解決問題