| 新闻 |
共有60项符合 javabeans 的查询结果,
以下是第 1 - 10 项。(搜索用时 6.47 秒)
|
JavaBeans 与 Ejb 的区别 2007-11-28 19:47:27
EJB普通
| 图片头条| [431]
|
|
您现在可能已在使用 Javabeans,但还不了解它。如果有支持 Java 的浏览器,那么,在桌面上使用 Javabeans 就没有限制。使用的 Web 页面可以将 beans 作为小应用程序的一部分。您很快就会和作为浏览器可视部分的 Javabeans 交互,然后,那些 Javabeans 将与服务器上的 EJB 接口。这种能力也可以扩展到因特网和内部网。 Javabeans 和 Server beans(通常称为 Enterprise Javabeans (EJB))有一些基本相同之处。它们都... |
|
http://dev.rdxx.com/Java/EJB/2007/11/2819484086902.shtml - 9.35K 2007-12-17 15:02:20 加入收藏
|
JavaBeans程序开发 2007-11-24 17:47:39
JavaBeans普通
| 图片头条| [352]
|
|
JavaBeans的属性 JavaBeans的属性与一般Java程序中所指的属性,或者说与所有面向对象的程序设计语言中对象的属性是一个概念,在程序中的具体体现就是类中的变量。在JavaBeans设计中,按照属性的不同作用又细分为四类:Simple, Index, Bound与Constrained属性。 1. Simple属性 一个简单属性表示一个伴随有一对get/set方法(C语言的过程或函数在Java程序中称为"方法")的变量。属性名与和该属性相关的get/set方法名对应。例如:如果... |
|
http://dev.rdxx.com/Java/JavaBeans/2007/11/2417485189172.shtml - 10.52K 2008-1-2 23:28:49 加入收藏
|
学习在JSP中使用JavaBeans 2006-12-1
JSP技巧普通
| 图片头条| 不详| 不详| [55]
|
|
尽管你可以在Java的程序码(scriptlets)中加入大量的代码块,但是,事实上大多数Java代码都应该在可再利用的组件中使用,这些组件叫做JavaBeans。JavaBeans就象Activex控件一样:它们提供了被人们熟知的功能性和再利用的特性。
JavaBean的值通过一组属性的定义而成为可利用的,这些属性提供了访问JavaBean的设置。拿一个人来作比方,把这个人当作一个JavaBean,那么这个人的名字,社会保险号码和住址就是他的属性。在JSP的站点中,你主... |
|
http://web.rdxx.com/JSP/JSP_Skill/2003-12/1/233323059223332336908.shtml - 8.29K 2007-11-9 4:50:06 加入收藏
|
JavaBeans程序开发从入门到精通 2005-2-18 12:12:00
Java语言基础普通
| 图片头条| Java中文站| 未知| [113]
|
|
JavaBeans的属性 JavaBeans的属性与一般Java程序中所指的属性,或者说与所有面向对象的程序设计语言中对象的属性是一个概念,在程序中的具体体现就是类中的变量。在JavaBeans设计中,按照属性的不同作用又细分为四类:Simple, Index, Bound与Constrained属性。 1. Simple属性 一个简单属性表示一个伴随有一对get/set方法(C语言的过程或函数在Java程序中称为"方法")的变量。属性名与和该属性相关的get/set方法名对应。例如:如果有s... |
|
http://dev.rdxx.com/Java/JavaBase/LanguageBase/2005-2/18/085757806.shtml - 10.81K 2007-11-7 2:46:30 加入收藏
|
Enterprise JavaBeans @ JDJ 2005-8-10 18:57:00
Java与XML普通
| 图片头条| Java频道| 未知| [29]
|
|
Although I've been following EJB 2.0 very closely, it was only recently that I walked into a project that was the perfect venue for its new features, such as the much enhanced container-managed persistence and local interfaces. And Enterprise JavaBeans... |
|
http://dev.rdxx.com/Java/JavaXML/2005-8/10/022244670.shtml - 9.52K 2007-11-6 17:02:59 加入收藏
|
Using JavaBeans In Dreamweaver @ JDJ 2005-8-10 18:56:00
Java与XML普通
| 图片头条| Java频道| 未知| [42]
|
|
Given the publication this article is appearing in, I'm not going to spend much time trying to sell you on the benefits of the Java platform for Web application development. Let's assume we're all on the same page here.
I think we can also agree that de... |
|
http://dev.rdxx.com/Java/JavaXML/2005-8/10/02224051.shtml - 9.95K 2007-11-6 16:43:32 加入收藏
|
Enterprise JavaBeans Persistence @ JDJ 2005-8-10 18:53:00
Java与XML普通
| 图片头条| Java频道| 未知| [36]
|
|
As I sit down to write this article, the hype for Star Wars Episode 1: The Phantom Menace is even greater than the Java industry hype before the release of the Enterprise JavaBeans specification 1.0! I couldn't help including a few references of my own to... |
|
http://dev.rdxx.com/Java/JavaXML/2005-8/10/02221321.shtml - 10.87K 2008-4-3 21:35:27 加入收藏
|
Testing Your Enterprise JavaBeans with Cactus 2005-8-10 18:18:00
Java与XML普通
| 图片头条| Java频道| 未知| [30]
|
|
Why Do We Need Cactus?
Enterprise JavaBeans provide many advantages. Buteach server-side/back-end developer knows that development of EJBs is sometimes painful, time-consuming, and requires a lot of patience while creatingassembly descriptors, applicat... |
|
http://dev.rdxx.com/Java/JavaXML/2005-8/10/022116698.shtml - 9.76K 2007-12-8 4:08:06 加入收藏
|
Enterprise JavaBeans Distilled 2005-8-10 17:42:00
Java与XML普通
| 图片头条| Java频道| 未知| [12]
|
|
消息驱动Bean(续)TopicConnectionFactory 和 Topic为发送JMS消息,需要一个到JMS供应者的连接和用于消息的目的地地址。使用JMS连接工厂可以建立到JMS供应者的连接。同时,使用Topic对象来标识消息的目的地地址。这两者都可通过TravelAgent EJB的JNDI ENC服务获得:TopicConnectionFactory factory = (TopicConnectionFactory) jndiContext.lookup("java... |
|
http://dev.rdxx.com/Java/JavaXML/2005-8/10/022035133.shtml - 10.81K 2008-4-10 11:38:51 加入收藏
|
EVENT Management & Enterprise JavaBeans @ JDJ 2005-8-10 22:12:00
测试普通
| 图片头条| Java频道| 未知| [44]
|
|
This is the first in a two-part series on Event management in large distributed applications built on top of Enterprise JavaBeans (EJB). This installment will cover the architecture and the implementation of a local (single VM) version of the event distri... |
|
http://dev.rdxx.com/Java/JavaTest/2006-5/19/022522953.shtml - 10.93K 2007-11-8 19:39:04 加入收藏
|