Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><strong>Conceptually, you would be building widgets, a widget factory, and a factory making factory.</strong></p> <p>So, you would have to find all the different types of interactions that could be possible in making a widget, between widgets, within a factory, and between multiple widget making factories to get an idea.</p> <p>Something to keep on top of how far would be too far to abstract?</p> <p>**I think you would need to be able to abstract a few layers completely for the application space itself. Then you'd have to build some management tool for it all. ** </p> <p><strong>- Presentation, Workflow and the Data tier.</strong></p> <p><strong>Presentation: You are either receiving feedback, or putting in input.</strong> Usually as a result of clicking, or entering something. A simple example is making dynamic web forms in a database. What would you have to store in a database about where it comes/goes from? This would probably make up the presentation layer. This would probably be the best exercise to start with to get a feel for what you may need to go with.</p> <p><strong>Workflow: it would be wise to build a simple workflow engine.</strong> I built on<em>e modeled on Windows Workflow</em> that I had up and running in 2 days. It could set the initial event that should be run, etc. From a designer perspective, I would imagine a visio type program to link these events. The events in the workflow would then drive the presentation tier.</p> <p><strong>Data:</strong> You would have to store the data about the application as much as the data in the application. So, form, event, data structures could possibly be done by storing xml docs depending on whether you need to work with any of the data in the forms or not. The data of the application could also be stored in empty xml templates that you fill in, or in actual tables. At that point you'd have to create a table creation routine that would maintain a table for an app to the spec. <em>Google has something like this with their google DB online.</em></p> <p>Hope that helps. Share what you end up coming up with.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload