Click here to Skip to main content
15,918,742 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionArchitecture for mobile app Pin
nitin_ion25-Jan-12 16:27
nitin_ion25-Jan-12 16:27 
SuggestionRe: Architecture for mobile app Pin
RobCroll29-Jan-12 11:10
RobCroll29-Jan-12 11:10 
QuestionMaking multiple teams coexist Pin
_Zorro_23-Jan-12 4:21
professional_Zorro_23-Jan-12 4:21 
AnswerRe: Making multiple teams coexist Pin
jschell23-Jan-12 8:31
jschell23-Jan-12 8:31 
GeneralRe: Making multiple teams coexist Pin
_Zorro_23-Jan-12 23:39
professional_Zorro_23-Jan-12 23:39 
GeneralRe: Making multiple teams coexist Pin
jschell25-Jan-12 14:54
jschell25-Jan-12 14:54 
GeneralRe: Making multiple teams coexist Pin
_Zorro_5-Feb-12 23:01
professional_Zorro_5-Feb-12 23:01 
AnswerRe: Making multiple teams coexist Pin
krumia16-Feb-12 19:01
krumia16-Feb-12 19:01 
On my organization, we're doing the same thing as you do: Develop a product (core), and at the same time provide customization (integration).

First of all, we have several environments per each customer. Development, Test, and Production. Development environment is for developers, Test for testers and Production for customers. Easy enough!

Plus when we do a deployment in either Test or Prod, we first get the core, and then overlay the changes. And that overlay-ed source is installed in the environment. So the changes doesn't get lost.

We need the Test environment between Dev and Prod because Dev is frequently changing, and not stable enough for testing, and we can't do whatever-we-want in the Prod environment.

For our customization's (integration for you), we have a set of Dev/Test environments per customization project.

No matter how many APIs you develop, your problems will remain there until your two teams develop in the same environment.
QuestionTabs/Property Page etiquette Pin
john john mackey18-Jan-12 5:48
john john mackey18-Jan-12 5:48 
AnswerRe: Tabs/Property Page etiquette Pin
Eddy Vluggen18-Jan-12 7:05
professionalEddy Vluggen18-Jan-12 7:05 
GeneralRe: Tabs/Property Page etiquette Pin
john john mackey26-Jan-12 7:18
john john mackey26-Jan-12 7:18 
GeneralRe: Tabs/Property Page etiquette Pin
Eddy Vluggen26-Jan-12 8:53
professionalEddy Vluggen26-Jan-12 8:53 
Questionbetter way to draw common ui interfaces on more than 1 form Pin
Simon_Whale11-Jan-12 4:51
Simon_Whale11-Jan-12 4:51 
AnswerRe: better way to draw common ui interfaces on more than 1 form Pin
Pete O'Hanlon11-Jan-12 5:13
mvePete O'Hanlon11-Jan-12 5:13 
GeneralRe: better way to draw common ui interfaces on more than 1 form Pin
Simon_Whale11-Jan-12 5:31
Simon_Whale11-Jan-12 5:31 
GeneralRe: better way to draw common ui interfaces on more than 1 form Pin
Pete O'Hanlon11-Jan-12 6:53
mvePete O'Hanlon11-Jan-12 6:53 
AnswerRe: better way to draw common ui interfaces on more than 1 form Pin
Eddy Vluggen11-Jan-12 7:16
professionalEddy Vluggen11-Jan-12 7:16 
GeneralRe: better way to draw common ui interfaces on more than 1 form Pin
John T.Emmatty17-Jan-12 19:56
John T.Emmatty17-Jan-12 19:56 
AnswerRe: better way to draw common ui interfaces on more than 1 form Pin
Eddy Vluggen18-Jan-12 7:03
professionalEddy Vluggen18-Jan-12 7:03 
AnswerRe: better way to draw common ui interfaces on more than 1 form Pin
Rahul Rajat Singh10-Feb-12 5:12
professionalRahul Rajat Singh10-Feb-12 5:12 
Question"Save, Undo, Redo, Cancel" in a complex application configuration settings facility ? Pin
BillWoodruff30-Dec-11 9:33
professionalBillWoodruff30-Dec-11 9:33 
AnswerRe: "Save, Undo, Redo, Cancel" in a complex application configuration settings facility ? Pin
Luc Pattyn30-Dec-11 9:52
sitebuilderLuc Pattyn30-Dec-11 9:52 
GeneralRe: "Save, Undo, Redo, Cancel" in a complex application configuration settings facility ? Pin
BillWoodruff1-Jan-12 21:16
professionalBillWoodruff1-Jan-12 21:16 
AnswerRe: "Save, Undo, Redo, Cancel" in a complex application configuration settings facility ? Pin
Luc Pattyn2-Jan-12 2:12
sitebuilderLuc Pattyn2-Jan-12 2:12 
GeneralRe: "Save, Undo, Redo, Cancel" in a complex application configuration settings facility ? Pin
BillWoodruff2-Jan-12 15:41
professionalBillWoodruff2-Jan-12 15:41 

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.