Omgili - forum search, search forums  
  

Discussions about logic design

Displaying 1 - 10 out of 81,241 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
This is pretty basic, but sort of a generic issue so I want to hear what people's thoughts are. I have a situation where I need to take an existing MSI file and update it with a few standard modifications and spit out a new MSI file (duplication of old...
Started by on , 6 posts by 6 people.  
No reason to expose the following design: var task = new Task(src, dst); // required params goes to constructor task.Progress the logic out of the constructor....
I'd go with your first thought: put all of the conversion logic into one place.
I'm currently working on a pet project of mine: a web application using Servlets/JSP and some jQuery and Javascript goodies. I just started on the project and my dilemna is: should I focus first on the website design or should I implement the back-end...
Started by on , 12 posts by 12 people.  
After the back-end logic is coming into shape then start actually buildingDesign the interface (not UI....
When you have lead to better design.
End logic you design into your system but better to be prudent and plan for change.
In a game, many entities should be updated every frame. Im toying with different design patterns to achieve this. Up until now, Ive had a singleton manager class to which every Logic instance is added. But Im considering the following, a static list in...
Started by on , 7 posts by 7 people.  
One caveat would be that this pattern (currently) doesnt allow Logic instances to be deleted during would need an iterator as argument) If you use a slightly different loop like std::list<Logic*>::iterator it = all.begin(); while (....
Ask your Facebook Friends
Where does the logic for deleting/not deleting dependent objects belong in DDD? For instance one has a category that contains products: class Category { IList<Products> products; } A rule might be that a category cannot be deleted unless it has ...
Started by on , 3 posts by 3 people.  
It's important to remember that like most ideas about software design, DDD is a set of guidelines.
I have a very general design question, but I'll frame it in concrete terms with an example. Suppose you're working on embedded software for a digital printer. The machine has 4 print heads (for each of the C, M, Y, K colors). Each print head performs ...
Started by on , 4 posts by 4 people.  
Using the API above provide development effort (and hence cost) if the... .
On top of that you can layer a logical design scenario that you choose so it can be focussed on and done).
Write an interface that follows the physical design.
I have three c# projects in my solution. One is a console app that simply calls into a class library project. The class library project does all the processing for the application. Then there is a WinForm project that displays a form and then when a button...
Started by on , 8 posts by 7 people.  
It's perfectly acceptable and normal to put this sort of logic in your UI, since that bit can't reasonably live within the logic layer, as it is UI....
This is where you need clear definition between your logic layer and your UI layer.
I'm building a MVC web application (using the Spring MVC framework), and I'm a little stumped on the best way to design a particular area. The application has to interact with a series of web services which are not really all that greatly designed, and...
Started by on , 3 posts by 3 people.  
At the top layer....
What kind of strategies do you use when deciding where to break down "business logic" versus "data access logic" when they seem to overlap? Maybe you can have three layers instead of two: "one extra level of indirection".
Hello all, I am trying to determine the best design pattern to use for a business key validation web service. The basic logic flow is coded below. The program will take a parameter and use a field to help determine the path to take in searching multiple...
Started by on , 5 posts by 5 people.  
To perform the logic, encapsulate them in their own objects, and then use them interchangeably throughout processing object contains a set of logic that describes the types of command objects that it can also design the behavior ....
In my project,i have workflow which operates on multiple entities to accomplish a business transaction. What is the best place to represent the workflow logic? currently i just create a "XXXManager" which is responsible for collaborating with entity objects...
Started by on , 6 posts by 6 people.  
Consider "Order" in the model below.
Of this workflow? If so, the workflow logic probably belongs in there.
I am just starting with coding some JSP, which I find isn't all that different from asp.net or any other "real" web-language / web-gateway. I found this question; Structure JSP/Java code where logic is not in the JSP file . However I don't find it helpful...
Started by on , 3 posts by 3 people.  
There's a lot of other great stuff that comes with it, but if that's all you wanted... .
Check: Can anyone recommend a simple Java web-app framework? Spring 's web MVC is very good, in my opinion .
There are many MVC frameworks, almost too many chooce from .
Page: 1   2   3   4   5   6   7   8   9   10  
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost