Enterprise Application Architecture Model (3)

Source: Internet
Author: User

Chapter 3 ing to relational databases

First, you need to separate the SQL statements from the domain logic and put them in an independent class. These classes create an entry for the database table.
The entry includes the row data entry and table data entry (through the dataset ). As the domain model increases, data ing (O/R Mapping) should be used ).
During data ing, there is also a relationship ing, that is, the problem between the relationship between the database table and the class (object) structure, and how the hierarchy of inheritance and combination can be expressed in the data table.
Database Connection is another concern.

Object-link ing is a must-have problem and requires deep learning.

Chapter 7 Distribution Strategy

First Law of Distributed Object Design: Do not use distributed objects. In this case, the cluster system is used.

Web Service is usedProgramInteraction between systems (used for integration between systems), rather than communication between layers in the program!

Chapter 8

Technologies that need to be carefully considered for development: continuous integration, test-driven development, and reconstruction.

When talking about field modification in the database table, there should be a lot of modifications to the use of different domain logic strategies in the form of transaction scripts, while for the use of Domain Models, through better design decomposition, many businesses can be separated, so that the coupling degree of each part is the lowest, and the part that needs to be modified will be reduced. For projects, we can achieve good development efficiency through "continuous integration, test-driven development, and reconstruction.

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.