Timeline for How should UI layer pass user input to BL layer?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 4, 2012 at 21:28 | comment | added | BornToCode | from this post I understood that one should use service oriented multi-tier only in cases of multiple clients\UIs, so maybe it's won't always be the ideal way? (I started learning the issue of a service layer but it looks to me like it's adding complexity to my code, so I try to avoid it whenever it's not an obligation?) | |
| Aug 21, 2012 at 6:30 | comment | added | Doc Brown | This answer may help, but it could be improved if you could add some words what your answer to the original question is. | |
| Aug 20, 2012 at 22:11 | comment | added | Stimy | Well... programming is always a balance between the ideal world and pragmatism and there are so many factors that go into the design of a system it's impossible to provide a single right way. If you have goals for a physical seperation (UI and BL running under seperate processes) I would try to follow the model I've mentioned above. | |
| Aug 20, 2012 at 21:45 | comment | added | BornToCode | And how would it look in a non-ideal world? :) I'm not really familiar with service oriented design, and I don't really care so much about number of calls between UI & BL right now, so I won't be making it service-oriented I guess | |
| Aug 20, 2012 at 21:28 | history | answered | Stimy | CC BY-SA 3.0 |