01.
J2ee程序中的面向对象设计(OO Design Recommendations for J2EE Applications)--摘自ExpertOneOnOneJ2eeDesignAndDev面向对象程序设计比任何具体技术都重要。但是在使用种种模式的时候,也要防止过度设计,增加不必要的复杂性、浪费时间和经费。1、使用接口降低程序的耦合性(Achieving Loose Coupling with Interfaces) 虽然面向...查看完整版>>
J2ee程序中的面向对象设计(OO Design Recommendations for J2EE Applications)--摘自ExpertOneOnOneJ2eeDesignAndDev
02.
翻译:Effective C++, 3rd Edition, Chapter 6. Inheritance(继承)和 Object-Oriented Design(面向对象设计)Chapter 6. Inheritance(继承)和 Object-Oriented Design(面向对象设计)Object-oriented programming (OOP) 已经流行了差不多 20 年,所以,你很可能对 inheritance(继承),derivation(派生)和 virtual func...查看完整版>>
翻译:Effective C++, 3rd Edition, Chapter 6. Inheritance(继承)和 Object-Oriented Design(面向对象设计)
03.
J2ee程序中的面向对象设计面向对象程序设计比任何具体技术都重要。但是在使用种种模式的时候,也要防止过度设计,增加不必要的复杂性、浪费时间和经费。 1、使用接口降低程序的耦合性(Achieving Loose Coupling with Interfaces) 虽然面...查看完整版>>
J2ee程序中的面向对象设计
04.
用JAVA设计面向对象的打印程序用Java设计面向对象的打印程序张来东 (zhangld@mail.hf.ah.cn)打印程序的编写通常采用结构化的编程的方法,按特定的位置和一定顺序将打印内容送往打印机。在采用JAVA设计打印程序时仍然可采用结构化的方法,但是编写...查看完整版>>
用JAVA设计面向对象的打印程序
05.
Tutorial for building J2EE Applications using JBOSS and ECLIPSE (9)Chapter 9 . Creating Web Services : Web services promises to be the next generation of software development. In essence, a web service is a means of interfacing to web or enterprise applications that...查看完整版>>
Tutorial for building J2EE Applications using JBOSS and ECLIPSE (9)
06.
Tutorial for building J2EE Applications using JBOSS and ECLIPSE (9)Chapter 9 . Creating Web Services :Web services promises to be the next generation of software development. In essence, a web service is a means of interfacing to web or enterprise applications that a...查看完整版>>
Tutorial for building J2EE Applications using JBOSS and ECLIPSE (9)
07.
Tutorial for building J2EE Applications using JBOSS and ECLIPSE (8)Chapter 8. Creating Web ClientsThis chapter describes how to create web clients in the Client Tier/Presentation Tier to access or otherwise communicate with the Business Tier. Servlets and JSP pages a...查看完整版>>
Tutorial for building J2EE Applications using JBOSS and ECLIPSE (8)
08.
Tutorial for building J2EE Applications using JBOSS and ECLIPSE (7)Chapter 7. Creating a Message Driven BeanThis chapter covers how to create a Message Driven Bean (MDB) EJB component. We will create two MDB beans, DeliverItems and RequestItems as shown below. The De...查看完整版>>
Tutorial for building J2EE Applications using JBOSS and ECLIPSE (7)
09.
Tutorial for building J2EE Applications using JBOSS and ECLIPSE (6)Chapter 6. Creating a CMP Entity BeanThis chapter covers how to create a Container Managed Persistence (CMP) EJB component. We will create two CMP beans, Item and Supplier as shown below. The Item bea...查看完整版>>
Tutorial for building J2EE Applications using JBOSS and ECLIPSE (6)
10.
Tutorial for building J2EE Applications using JBOSS and ECLIPSE (5)Chapter 5. Creating a BMP Entity BeanThis chapter describes how to create a Bean Managed Persistence (BMP) EJB component. We will create two BMP beans, Customer and Manager, as shown below. The Custom...查看完整版>>
Tutorial for building J2EE Applications using JBOSS and ECLIPSE (5)
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。