business-logic
business layer with multiple objects with all properties filled from DB or one object with only a subset filled
I am building a middle size system and I am facing a problem that probably some of you have faced before. In my business layer I return business objects with a subset of properties that are important[详细]
2023-03-06 15:51 分类:问答To use interceptors or not interceptors in MVC application framework?
Does using interceptors for controlling the flow of events in a MVC framework == business logic coupled with, or leaked to, the framework?[详细]
2023-03-03 21:02 分类:问答business methods in playframework contolles
Could somebody explain is it possible to have potected, pivate methods in playfamewok\'s contolles except:[详细]
2023-03-03 17:37 分类:问答How to escape from ORMs limitations or should I avoid them?
In short, ORMs like Entity Framework provides a fast solution but with many limitations, When should they (ORMs) be avoided?[详细]
2023-03-01 16:56 分类:问答Case-insensitive attribute-value selector with Jquery
I need to get the value of the content attribute of a 开发者_运维百科certain meta tag. var someContent = $(\"meta[name=someKindOfId]\").attr(\"content\");[详细]
2023-02-28 06:27 分类:问答A question about DDD, 5-tier model and business logic [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-02-21 01:19 分类:问答Android - Database vs Business logic for frequent updates
I am developing an application where I use at least 5 Countdown timer with different initial time. I load the initial time together with other information from a Sqlite db and use an Activity to show[详细]
2023-02-20 07:18 分类:问答How can i use a Action subclass in Struts as a Facade?
开发者_如何转开发Also how can Business Delegator pattern can help me ? I have been using struts for a little while now and usually went with putting all the business code in the action class itself. N[详细]
2023-02-19 08:32 分类:问答Determine 'Compile Order'
I\'m trying to determine the compile order in which to list functions in a text file. Why you ask? We use a business rules management language IDE at work that runs very slow on out remote VM\'s. I\'m[详细]
2023-02-18 21:09 分类:问答what is preferred approach to return business validation results in business layer
Let\'s assume we have a client application (either web or standalone) which uses kind of business layer (EJB, Spring services etc). Let\'s say user wants to execute some business logic (e.g. create so[详细]
2023-02-16 01:18 分类:问答