Online Designer Overview |
Top Previous Next |
The 3P Online Designer is an exact functional copy of the 3P Desktop Publisher, except that it runs inside an HTML5 capable browser and needs no installation on the user side. The user can thus work on his project in multiple locations. It runs with the same templates, layouts and product definitions as the desktop version, is easy to install and requires no extra server database. You can connect it to your existing backend through the Upload Connector, or run it together with the 3P Shop & Backoffice products. It comes with a Project Manager and an Image Uploader, which allows the user to upload large amounts of images in the background while working on his project. Since the 3P Online Designer shares all code with the 3P Desktop Publisher, it is equally feature rich and stable. It combines the product design flexibility and editing speed of the desktop version with the convenience of online editing. Furthermore, due to the code sharing of both applications, updates of the desktop version will immediately lead to an update of the online version.
Workflow
Integration Tasks
Technical Background An Online Editor application is usually a complex client/server 3-tier system, consisting of a client application in Javascript, which is interpreted inside a browser window, a server application which hosts most of the business logic, and a database which stores all the page and project data. Between these components, data is swapped through heavy Ajax communication and converted from XML to JSON objects to SVG (vectorial graphics) and back to JSON and XML, only to be stored as binary data in a database and later converted to PDF. This classical architecture relies on redundant business logic and data, which must be replicated constantly over the internet and interpreted in different browser types, relying on safe and stable communication. Through communication snags and handshake errors, inconsistent data states can arise from editing changes in the client (user interface) not being transferred to the server's business layer and database, and vice-versa. Furthermore, server business logic modifications and bug fixes must be replicated to a different programming language on the client side accordingly, Ajax communication must be enhanced, and all changes must be tested under numerous browser types and versions. It's not surprising, that most developers are highly stressed with 3-tier projects, and resulting applications are frequently stripped but costly versions of their desktop counterparts, which live in completely separate and thus redundant code bases. With the 3P Online Designer we have found a better way. Through clever combination of HTML5 and Windows server technology we've managed to keep most of the business logic on the server only, avoiding redundant data and heavy Ajax communication. All code is identical to the desktop version, leading to 100 % feature parity on all platforms (Mac, Windows, tablets). Whenever we enhance the desktop edition, the changes are immediately available on all other platforms. Data is stored on the server only, and database requirements are limited to a few hundred MBs for the whole user base. Every project is stored in a well designed, transactional file storage on the server, and can be moved easily to another server if space limitation or load balancing requires it. No user can lock down the database or cause data loss across projects, and since data is not replicated across the internet it cannot get corrupted, avoiding user frustration and high support expenses. Product designs, templates and layouts can be fully reused, and installation of the OE is a matter of hours, not weeks. Trough combination of the best web technologies available today, the 3P Online Designer has grown to become an equal counterpart of the 3P Desktop Publisher. Ease of maintenance, stability and flexibility are the main advantages of the 3P Online Designer. Requirements At least one virtual, root or dedicated Windows Server. Here are 2 example prices in 2017 from Strato.de and Contabo.de. We don't recommend "United Hoster" in Stuttgart anymore, as they have shown to be a bit on the shady side. If you already have a server there and plan to upgrade, we highly advise to switch to an alternative provider. We advise the following minimal requirements:
Optional: additional disks for backups, additional storage servers or cloud storage, and further servers for load balancing (balancing software available in 3P)
Limitations The Resources and Facebook Download features are not available in the Online Designer. Opening an outside web page on your server poses a high security risk. Also, no File Open dialogs are displayed in any of the other features. All file operations are encapsulated in the Project Wizard.
|