Discover object oriented database software, include the articles, news, trends, analysis and practical advice about object oriented database software on alibabacloud.com
Software Engineering--the design of the face object of theory, method and practiceIn the phase of object analysis, it is necessary to focus on what the system does, while in the design phase, it will focus on the software implementation of the system, including architecture design, detailed design, user interface desig
12.4 design test cases
Currently, the design of test cases for Object-Oriented software is still in the research and development stage. Unlike traditional software testing (the design of test cases is driven by the input processing output view of the software or the algorit
30-minute understanding of Object-Oriented Design Principles
Many people have read the design patterns, but Martin does not have much estimation on the object-oriented design principles (For details, refer to Agile Software Development: Principles, models and practices). In
before we start the Android software app, we need to make a preliminary understanding of object-oriented design principles and design patterns. Talent in the future combat process, less detours. Make our software development career feel happy and relaxed. Okay, nonsense, let's talk about the
Test-driven object-oriented software development (China-pub)
Basic Information
Author: (US) Steve freemannat PryceTranslator: Wang HaipengSeries name: Professional Technical Series for developersPress: Machinery Industry PressISBN: 9787111304258Mounting time:Published on: February 1, June 2010Start: 16More Wonderful Details: http://www.china-pub.com/196932More
analysis class, consider and discover the properties of the analysis class from the following aspects:• According to general knowledge, find out some properties of the object;• Study the problem domain carefully and find out some properties of the object;• Identify certain characteristics of the object according to the requirements of system responsibility;• Con
modified content, date, and modifier must be specified.
2 Glossary
The terms used in this document are described. If some terms have already been described in the requirement specification, you do not need to repeat them here.
3 Use Cases
The use case diagram (UML) must be used to describe each use case (normal processing) in Chinese.
4. design overview
4.1 Brief Introduction
This part requires highlighting the methods used by the entire design (Object
class.Use:Dependencies between modules occur through abstraction, and there is no direct dependency between classes, and their dependencies are generated through interfaces or abstract classes.To put it simply: interface-oriented (interface or abstract class) programming, or for abstract programming.Example code:Five, the system has higher flexibility: the principle of interface isolationEnglish name: Interfacesegregation Principle (ISP)The first def
designs in which you can define a subclass and combine his instances with existing instances to introduce custom functionality.Design mode: Bridge, Chain of Responsibility, Composite, Decorator, Observer, strategy.8. Unable to easily modify the classSometimes you have to change a class that is difficult to modify. Maybe you need the source code without it (this is the case for a business class library), or any change to the class might require modifying many other subclasses that already exist.
information;State diagram is a graphical method for expressing the process of object state transformation;An event trace diagram expresses all the events that may occur between an object and an object, and a graphical method of listing all events in chronological order of occurrence.The dynamic model is mainly composed of state diagram and event tracking graph.
main program body code of the main package requires a long Compilation Time, or the SCP and notice packages are provided in the form of a shared library or DLL, the preceding modifications are necessary. Otherwise, if the program size is small and the compilation time required by the main code of the program can be ignored, the modifications are not required. After all, the modified program structure adds an abstract layer, which increases complexity.
Design principles and patterns
I started to learn the design model and posted "design patterns can reuse the basis of object-oriented software" on the Internet. After reading the introduction, I found that I have written so many self-satisfied code before, however, from the perspective of the design model, it's all Spam !!
It seems that it is necessary to charge well. The journey of a thousand
This chapter mainly discusses object-oriented analysis, from the concept of analysis, identification and analysis of the class, the definition of interactive behavior, the establishment of analysis of the class diagram and evaluation of the mode of analysis of several aspects of the narrative. The object-oriented analy
. Building the corresponding number of prototypes and cloning them may be more convenient than manually instantiating the class each time you use the appropriate state.6. Singleton single Piece6.1 Intent: Ensure that a class has only one instance and provides a global access point to access it.6.2 The pattern can be used in the following cases:1) When a class can have only one instance and the customer can access it from a well-known access point.2) When this unique instance should be extensible
Ten principles of Object Oriented Software development (turn two)
When you define the parameters of a method, be sure to make them extensible. For example, the following line of code is not extensible:
Public Function PlaceOrder (slastname As String, Sfirstname as String, saddress as String)
To invoke this method you must pass these 3 parameters. But if you
/projects/structuremap/files/Ninject:http://ninject.org/downloadUsing the existing broad application framework above, spring.net originates from Java's Spring, is more complete and powerful, AUTOFAC and Ninject are more clear and friendly, personal recommendation use autofac+ other framework combination.4, interface Isolation principleRequirements: Use a dedicated small interface as much as possible, rather than the total interface, to avoid complex interfaces.5, the Richter replacement principl
Architecture of object-oriented software requirements
Here, we need a specific way of thinking and a unique methodology. It is necessary to correctly understand and properly use the classical demand analysis theory.1. establish a system's overall framework as soon as possible in terms of ideological methods, and generally locate the positions of various specific
Review:Inheritance: Is the relationship between classes and classes, and what is a relationship of whatThe purpose of inheritance is to solve code reuse problems and reduce code redundancyInheritance is to inherit the attributes of the parent class to the subclass.Derivation is a subclass that derives its own new propertyclassteacher:def __init__ (self,name,age,sex,salary,level): Self.name=name Self.age=Age Self.sex=Sex self.salary=Salary Self.level=Level def walk (self): print ('%s is walking'%
(I saw an article about the relationship between object-oriented design and database design. I think it is very good. I will post it again .)
There is no data stream in object-oriented systems. The business is completed by objects and messages. There is only "
database engine that can work on devices, mobile products, desktops, and servers in a variety of platforms. The main features are as follows:
Open Source mode. Unlike other Odbms, db4o is open source software that drives the development of db4o products through the power of the open source community.
native database. db4o is a 100% native
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.