Click here to Skip to main content
15,915,833 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: A Question of Object Architecture Pin
Roger Wright7-Feb-07 13:24
professionalRoger Wright7-Feb-07 13:24 
GeneralRe: A Question of Object Architecture Pin
cmk7-Feb-07 16:47
cmk7-Feb-07 16:47 
AnswerRe: A Question of Object Architecture Pin
Pete O'Hanlon6-Feb-07 1:41
mvePete O'Hanlon6-Feb-07 1:41 
GeneralRe: A Question of Object Architecture Pin
Roger Wright7-Feb-07 13:12
professionalRoger Wright7-Feb-07 13:12 
QuestionNDIS Miniport Driver Pin
hkshah1-Feb-07 3:26
hkshah1-Feb-07 3:26 
AnswerRe: NDIS Miniport Driver Pin
Pete O'Hanlon1-Feb-07 4:45
mvePete O'Hanlon1-Feb-07 4:45 
QuestionDIME, Binary SOAP - sending email with attachment problem Pin
sharmankit30-Jan-07 8:20
sharmankit30-Jan-07 8:20 
QuestionQuesting regarding a triggered execution system Pin
JMP130-Jan-07 3:57
JMP130-Jan-07 3:57 
Intro:
I am trying to design a triggered execution system where the developer implements trigger-modules that is loaded runtime and fires an event that the system can subscribe to.
The user uses an interface to the system where he can create new instances of triggers and specify the needed input to the selected trigger.

Example:
The developer implements a File Change trigger, that fires an event whenenver a user specified file changes.
This would require some input Fileobject and the possibility to save the last run date for the trigger.
When the user chooses the File Change trigger in the interface he should be prompted to input a file, which is then stored in the instance of the File Change trigger.

2nd Example:
A Calendar trigger. The user should be prompted to select a date in a calendar+ a time and the trigger would then fire the event on the specific datetime.

Question:
The interface is a thin client and does not know anything about the modules in compile time except the interface. So the question is - how do I design the module interfaces so the interface knows what information to ask the user for (and how) and insert the user input into the instance of the loaded trigger?

I have played around with HTML contained in the module, presenting it in the interface and catching the user input.... But so far not in a satisfactory way

(I hope this summary made sense Smile | :) )

Thanks in advance...

AnswerRe: Questing regarding a triggered execution system Pin
Pete O'Hanlon30-Jan-07 4:11
mvePete O'Hanlon30-Jan-07 4:11 
Question3tier app in vs 2005 Pin
amc404224-Jan-07 21:05
amc404224-Jan-07 21:05 
AnswerRe: 3tier app in vs 2005 Pin
Pete O'Hanlon24-Jan-07 23:52
mvePete O'Hanlon24-Jan-07 23:52 
GeneralRe: 3tier app in vs 2005 Pin
amc404225-Jan-07 6:11
amc404225-Jan-07 6:11 
GeneralRe: 3tier app in vs 2005 Pin
Pete O'Hanlon25-Jan-07 8:37
mvePete O'Hanlon25-Jan-07 8:37 
GeneralRe: 3tier app in vs 2005 Pin
amc404225-Jan-07 8:55
amc404225-Jan-07 8:55 
GeneralRe: 3tier app in vs 2005 Pin
Pete O'Hanlon25-Jan-07 9:07
mvePete O'Hanlon25-Jan-07 9:07 
AnswerRe: 3tier app in vs 2005 Pin
Daytona_6756-Feb-07 22:29
Daytona_6756-Feb-07 22:29 
GeneralRe: 3tier app in vs 2005 Pin
amc404221-Feb-07 11:56
amc404221-Feb-07 11:56 
QuestionLocalization and Internationalization Help needed Pin
ind_coder24-Jan-07 18:32
ind_coder24-Jan-07 18:32 
AnswerRe: Localization and Internationalization Help needed Pin
Pete O'Hanlon25-Jan-07 0:03
mvePete O'Hanlon25-Jan-07 0:03 
Questionanyone here good in open gl of visual studio C++ 6.0 Pin
makaveli_0724-Jan-07 0:41
makaveli_0724-Jan-07 0:41 
AnswerRe: anyone here good in open gl of visual studio C++ 6.0 Pin
El Corazon24-Jan-07 1:44
El Corazon24-Jan-07 1:44 
QuestionArchitecture Journal Pin
User 171649220-Jan-07 1:31
professionalUser 171649220-Jan-07 1:31 
AnswerRe: Architecture Journal Pin
Rob Graham20-Jan-07 3:53
Rob Graham20-Jan-07 3:53 
GeneralRe: Architecture Journal Pin
User 171649220-Jan-07 6:35
professionalUser 171649220-Jan-07 6:35 
AnswerRe: Architecture Journal Pin
Michael P Butler20-Jan-07 5:30
Michael P Butler20-Jan-07 5:30 

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.