SVG 2D Graphics Research
|
|
Home Architecture for 2D Booking Systems Business Charts Engineering Diagrams Engineering Database GIS Logistic Procurement |
Engineering Database
Not quite finished - coming soon. Please read on to see what will be there when the Engineering Database Architecture demo is working.Databases and Graphics for Automated Diagram ProductionThis is such a special kind of Application that we want to highlight it here. Pretty much all data is stored in databases nowadays, yet many companies still produce the database data and then use interactive graphics to produce related diagrams. Yet the architecture for producing diagrams from databases is very elegant and straightforward. Our Oil Well demo is a powerful example of such a system. Please note how fast it is. PenDraw is fast, and the SVG it produces is lean and compact, so download times are very short, even with slow transmission lines. Automatic Configuration is the KeyFor the Oil Well to work, we have to be able to take database data, and then build the assembly logic into the Graphics App. This is pretty straightforward for an Oil Well: engineering components have to be joined by pipe, and they must assemble in depth order. That makes the Graphics App logical and programmable. Without knowledge of the logic, it would be impossible. But all engineering has a logic. Hence it can be programmed. Engineering Database ArchitectureAssume that your server-side DP App is written in PHP (but it could be Perl, java, etc)
InteractivityRemember, your SVG graphics can also be interactive. Each graphical element can respond to the mouse, and you can program client-side in javascript or VBscript, and pass interactive moves made by the user back to another server-side script. The potential is enormous. So you can link this App in to a whole Information System. Hence your Engineering Database Architecture becomes part of your overall IS Architecture. HyperlinkingRemember, too, that any part of the SVG graphics picture can act as a hyper link, so you can construct documents that have rich semantic structures, and offer the user natural and helpful interfaces.
|