Click here to Skip to main content
15,898,134 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionBuilding troubleshooting application Pin
sumit703428-Jun-10 20:53
sumit703428-Jun-10 20:53 
AnswerRe: Building troubleshooting application Pin
Mycroft Holmes23-Jul-10 14:07
professionalMycroft Holmes23-Jul-10 14:07 
QuestionData Modeling Tools Pin
Brendan Vogt17-Jun-10 3:13
Brendan Vogt17-Jun-10 3:13 
AnswerRe: Data Modeling Tools Pin
Pete O'Hanlon17-Jun-10 4:47
mvePete O'Hanlon17-Jun-10 4:47 
AnswerRe: Data Modeling Tools Pin
muthoot26-Jul-10 1:42
muthoot26-Jul-10 1:42 
QuestionIntegrating Different WebApplications under one umbrella [modified] Pin
meeram3952-Jun-10 1:24
meeram3952-Jun-10 1:24 
NewsWindows Azure Guidance patterns & practices RC released Pin
pSorvik27-May-10 7:09
pSorvik27-May-10 7:09 
QuestionDesign issue [modified] Pin
Ted On The Net27-May-10 1:28
Ted On The Net27-May-10 1:28 
Help! I'm having trouble reverse engineering the following to OO principles since I'm new to OO.

We are rebuilding an old app which was built without any OO applied back in the day. It has a screen which lets us edit payment conditions. The form has a code, description and 2 more controls: an editbox (holds a number) and a combobox (payment condition). The combobox holds 3 values: "cash", "xx days after delivery", "xx months after develivery". In the editbox I can enter a numeric value between 1 and 99. If I select "cash" in the combobox, the editbox is disabled. if I select "xx days after delivery" the editcontrol hold 1..99 days. If I select "xx months after delivery" the value suddenly means 1..99 months.

How should my objectmodel look in OO? I'm not sure how to implement the edit/combobox-combination of requirements. The combobox is a fixed value, but the edit makes it variable.

Any help is appreciated.
Regards, Ted
- Life would be so much easier if I had the source code!
- If Java had true garbage collection, most applications would delete themselves upon execution Wink | ;)
modified on Thursday, May 27, 2010 7:54 AM

AnswerRe: Design issue Pin
George B Gilbert29-May-10 10:37
George B Gilbert29-May-10 10:37 
QuestionIs my n-tier design OK? Pin
User 274316226-May-10 21:40
User 274316226-May-10 21:40 
AnswerRe: Is my n-tier design OK? Pin
Mycroft Holmes29-May-10 13:39
professionalMycroft Holmes29-May-10 13:39 
GeneralRe: Is my n-tier design OK? Pin
User 274316230-May-10 7:25
User 274316230-May-10 7:25 
QuestionQueue Processing (Database structure) Pin
David Hovey19-May-10 18:21
David Hovey19-May-10 18:21 
AnswerRe: Queue Processing (Database structure) Pin
Luc Pattyn19-May-10 18:51
sitebuilderLuc Pattyn19-May-10 18:51 
GeneralRe: Queue Processing (Database structure) Pin
David Hovey20-May-10 18:52
David Hovey20-May-10 18:52 
GeneralRe: Queue Processing (Database structure) Pin
Luc Pattyn20-May-10 18:58
sitebuilderLuc Pattyn20-May-10 18:58 
GeneralRe: Queue Processing (Database structure) Pin
David Hovey20-May-10 19:06
David Hovey20-May-10 19:06 
QuestionLooking For Advice: Limited In-Application Scripting Pin
Kennebel17-May-10 5:15
Kennebel17-May-10 5:15 
AnswerRe: Looking For Advice: Limited In-Application Scripting Pin
Luc Pattyn17-May-10 5:54
sitebuilderLuc Pattyn17-May-10 5:54 
GeneralRe: Looking For Advice: Limited In-Application Scripting Pin
Kennebel17-May-10 9:55
Kennebel17-May-10 9:55 
GeneralRe: Looking For Advice: Limited In-Application Scripting Pin
Luc Pattyn17-May-10 10:09
sitebuilderLuc Pattyn17-May-10 10:09 
AnswerRe: Looking For Advice: Limited In-Application Scripting Pin
larryp76393-Jun-10 17:26
larryp76393-Jun-10 17:26 
QuestionHow would an N-Tier design work for game development? Pin
venomation16-May-10 4:13
venomation16-May-10 4:13 
AnswerRe: How would an N-Tier design work for game development? Pin
Eddy Vluggen16-May-10 6:21
professionalEddy Vluggen16-May-10 6:21 
GeneralRe: How would an N-Tier design work for game development? Pin
venomation16-May-10 10:08
venomation16-May-10 10:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.