This second tutorial focuses on generating enterprise java bean code from the classes created in part 1 本教程集中在从第1部分所创建的类产生enterprise java bean代码上。
Page , enter a name for your java bean , the name of the program object , and the name of the library where it is found 页面键入您的java bean 、程序对象及其所在的库的名称。
Also , using the jsp and a java bean provides a clean separation between the display of content and the content itself 同样,使用jsp和java bean清晰划分了内容显示和内容本身。
The type of web service you want is a java bean web service , which you select from the drop - down list 这里需要的web服务类型是java bean web service ,您可以从下拉列表中选择它。
For example , you can create a web project in eclipse and then build a simple java bean in the project 例如,您可以在eclipse中创建web项目,然后在这个项目中构建一个简单的java bean 。
In our design we depend upon a java bean to provide us with any information we need to display within the jsp 在我们的设计中,我们依赖java bean为我们提供需要在jsp中显示的任何信息。
A custom tag library provides an architecture that is more flexible than a java bean at encapsulating a complex operation 在封装复杂操作时,定制标记库提供了一种比java bean更灵活的体系结构。
The third page of the wizard is for the deployment of the enterprise java beans within the ejb module in this case just one 向导中的第三页用于在ejb模块(本例中仅有一个)中部署enterprise java bean 。
The el accesses object properties using the java beans conventions , so a getter for this property typically a method named El使用java bean约定访问对象特性,因此必须定义这个特性的getter方法(通常是名为