希望您的SQL和您的业务逻辑分离。
业务规则—业务决策逻辑是与核心应用逻辑分离的。
Business rules - the business decision logic is separated from the core application logic.
然而,绑定专门用于将基础结构细节与集成逻辑分离开来。
However, bindings are specifically used to separate the infrastructure details from the integration logic. SCA provides a number of binding options.
开发人员用这种模式将底层数据访问操作与高层业务逻辑分离开。
Developers use this pattern to separate low-level data access operations from high-level business logic. A typical DAO implementation has the following components.
有时候同时具有这两种接口,并将UI、代码和业务逻辑分离开了。
Sometimes they have both and separate the UI, code from the business logic.
WPF很好实现了应用要素的逻辑分离,如图形设计与其他实现细节的分离。
Windows Presentation Foundation provides good separation of concerns, allowing graphic design to be separated from other implementation details.
此领域的模式的主要目标是将表示特定的方面从应用程序及业务逻辑分离出来。
The primary goal of patterns in this area is to separate the presentation-specific aspects from the application and business logic. Some examples include
绑定可将通信细节同业务逻辑分离,从而能简化sca应用程序开发人员的工作。
By separating communication details from business logic, bindings can simplify the life of an SCA application developer.
不幸的是,异常行为会违反良好的Web架构的一条规则:保持UI和逻辑分离。
Unfortunately, the out-of-the-box behaviors violate one of the rules for good Web architecture: Keep the UI and logic separate.
SCA将传统中间件编程从业务逻辑分离出来,从而使程序员免受其复杂性的困扰。
SCA relieves programmers from the complexity of traditional middleware programming by abstracting it from business logic.
通常,为了将配置信息同业务逻辑分离,客户会将配置信息外部化到文件或数据库中。
Often, to separate configuration information from business logic, customers externalize configuration information to a file or database.
SCA将业务逻辑与基础设施逻辑分离开来,因此程序员能够集中精力处理业务问题。
SCA separates business logic from infrastructure logic so that application programmers can focus on the business problem.
推荐做法是把所有有关数据库的逻辑分离出来,放在一个repository层中。
The recommendation is that you place all of your database logic in a separate repository layer.
这种模式和分区能够实现数据的逻辑分离,而名称空间则能够实现XML 数据的逻辑分离。
The schema and partition provide logical separation of data for databases and namespace provide logical separation of data for XML.
Spark架构的主要思想由一个皮肤模型支撑,它将组件的可视化元素与逻辑分离开来。
The main tenet of the Spark architecture is supported by a skinning model that provides separation of a component's visual elements from its logic.
在整个应用程序中使用数据访问对象(DAO)使我们可以将底层数据访问逻辑与业务逻辑分离开来。
Applying the data access Object (DAO) pattern throughout the applications enabled us to separate low-level data access logic from business logic.
您可能听说现在有上百种不同的方式,但是在开发Web应用程序时将表示逻辑与业务逻辑分离是很重要的。
You've probably heard it said a hundred different ways by now, but it really is important to separate presentation logic and business logic when you're developing a Web application.
这种配置更容易维护,也更容易扩展,因为其中只有一个逻辑分离,因此每一个数据元素都可以使用不同的密钥进行加密。
This configuration is more maintainable and more scalable since there is only a logical segregation and therefore each individual data element may be encrypted by a separate key.
动态代理类给了我们一种以统一方式方便地处理任何方法上的验证途径,同时把所有的验证逻辑完全与核心业务逻辑分离开。
Dynamic proxy classes give us a way to easily handle validation on any method in a uniform way, while completely separating all of the validation logic from the core business logic.
该方法摒弃了传统的基于流程图的设计思路,将软件的时序与逻辑分离,模块性好,结构清晰,软件的开发、维护方便。
Compared to conventional software design based on flow chart, the protection software is developed based on relay function module, which leads to the separation of time sequence and logic.
视图bean还允许我们把表示逻辑与我们的商业逻辑分离开来,将HTML代码放在servlet以及其它控件和模型对象之外。
View beans also let us separate presentation logic from our business logic, keeping HTML code out of our servlets and other control and model objects.
事实上,如果需要的话,应用程序架构已经使得将显示从应用程序内部逻辑分离出来并将其连接到另一种GUI技术变得非常容易。
In fact, the application's architecture makes it easy to separate the display from the application's internal logic and hook things up to another GUI technology if you need to.
我们的目标是创建一种转换器,既能轻松进行扩展来处理额外格式又能尽可能地将任何特定的输入或输出格式的逻辑保持分离。
Your goal is to create a converter that is easy to extend to handle additional formats and that keeps logic for any particular input or output format as separate as possible.
该层的作用在于针对不同的数据存储技术,从业务逻辑中分离数据访问代码。
The power of this layer is in separating data access code from the business logic for disparate data store technologies.
最大的不同是视图和控制逻辑被分离成两个完全不同的层。
The big difference is that the view and control logic is separated into completely distinct layers.
将业务逻辑与XSLT分离,从而使工具更具灵活性。
Separating the business logic from the XSLT makes the utility more flexible.
并且技术实现与业务逻辑被分离开来。
And the technology implementation is kept separate from the business logic.
这种分离提供了许多好处;开始时,保持您的业务逻辑同控制和视图逻辑完全分离,这使向您的应用程序中添加新的视图非常的容易。
This separation provides a number of benefits; to start, keeping your business logic completely separate from your control and view logic makes it very easy to add new views to your application.
这个方法有助于在逻辑上将数据结构分离到逻辑上相关的部分。
This approach helps to logically separate the data structure into the pieces that are logically related.
解决的办法是将前端的表示逻辑与后端的业务逻辑相分离,但是它们仍旧需要相互连接。
The solution is to separate the presentation logic of the front end from the business logic of the back end, but they still need to be connected.
应用推荐