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