object n. 1. 物,物体,物件。 2.目标 (of; for); 目的,宗旨。 3.【哲学】对象,客体,客观 (opp. subject); 【语法】宾语。 4.〔口语〕(可笑或可怜的)人[物]。 a small [strange] object 小[奇怪]东西。 the object of study 研究的对象。 the direct [indirect] object 直接[间接]受词。 What an object you have made (of) yourself! 〔口语〕你这家伙把自己搞得真不像样子! attain [achieve, gain, secure] one's object 达到目的。 fail [succeed] in one's object 没有达到[达到]目的。 for that object 为了那个目的。 no object 〔广告用语〕怎样都好,不成问题;没有困难(Distance is no object. (待聘者)上班距离(远、近)不成问题)。 propose an objectto oneself = set an object before one 立志,立下目标。 with that object in view 怀着那个目的。 vi. 1.反对,抗议,表示异议 (against, to)。 2.抱反感,不服气,有意见。 vt. 提出…作反对的理由 (that)。 If you don't object. 假使你不反对。 I object. 〔英下院〕我反对。 I object against him that he is a hypocrite. 我反对他,因为他是个伪君子。 object to 1. 反对(I object to your doing that. 我反对你做那件事)。 2.讨厌(I object very much to a wet weather. 我非常讨厌潮湿的天气)。 adj. -less 没有目的[宗旨]的,没有物像的。
object to 反对,不赞成; 反对;抗议,抱反感; 反对;抗议;不支持; 声称; 提出异议; 赞成……的人则认为
pattern n. 1.模范,榜样;典范。 2.型,模型;模式;雏型;【冶金】原型。 3.花样;式样;(服装裁剪的)纸样;图案,图谱,图表;机构,结构;特性曲线;晶体点阵;(电视的)帧面图像。 4.方式;形式;格局;格调。 5.(衣料等的)样品,样本,样板。 6.〔美国〕一件衣料。 7.(炮弹等的)散布面;靶子上的弹痕。 8.(飞机的)着陆航线。 a pattern wife 模范妻子。 a paper pattern for a dress 女服纸样。 a machine of a new [an old] pattern新[旧]型机器。 a cropping pattern农作制。 after the pattern of 仿…。 vt. 1.照图样做;仿造,摹制 (after; upon)。 2.给…加花样,用图案装饰。 3.〔英方〕与…相比 (to, with)。 vi. 形成图案。 pattern oneself after 模仿,学…的榜样。 adj. -ed 仿造的;被组成图案的(patterned forms【语言学】 仿造词)。 n. -ing 图案结构,图形;(行为等的)特有型式。 adj. -less 无图案的。
At the same time j2ee platform technologies are discussed deeply , such as j2ee platform technologies , communication technologies , ejb component technologies and so on . the design model based on the mvc frame is applied in the system development , so that the separation between the present logic and the business logic in the application is realized . finally , according to the problems found in the development process , the paper explains particularly the kay technologies in the realization : the uniform naming service is realized by realizing the service locator partten using the value object pattern , all the status data is encapsulated into a serializable object , then transferred among the client , sessionbean and entitybean in order to decrease the potential network traffic caused by reference of entitybean ; in order to improve the performance of data storing and taking , we introduce the facade model to escapsulate the ejbs which delegate the data model 本论文结合了杭州市财政局的会计人员从业资格管理系统的升级项目,研究了基于j2ee的ejb组件模型的多层分布式体系结构的设计与实现:深入探讨了三种分布式处理技术( rmi , corba , com )的区别,将j2ee平台的ejb技术与windowsdna体系的com +技术从多个角度进行了比较;详细阐述了在系统开发过程中j2ee平台的几项核心技术(如: j2ee平台的服务技术、通信技术、 ejb组件技术等)的应用;引入了源于mvc三部件框架的设计模式,实现了应用中表现逻辑与业务逻辑的分离;最后,结合在开发过程中遇到的问题,详细解释了开发过程中实现的关键点:用servicelocator模式实现了统一的命名服务管理;运用valueobject模式将所有状态数据包装成一个可序列化对象vo ,然后在客户机、 sessionbean与entitybean之间传递,减少了使用实体bean造成的潜在网络通信量;以及引入sessionfacade模式,用sessionbean封装了entitybean ,改善了数据存取的性能。