Maintenance
All wikis at Biowikifarm are in read-only mode due to the restoration after a severe cyberattack in October 2023.
After 1 year being shut down the Biowikifarm is online again.
You see the latest restored version from 18th October 2023.
DWB network
Before installing a DWB environment the Technical documentation at a glance should be checked.
If a DWB network of its own is envisaged, for instance, cases 'green' and 'yellow ' among the DWB environments alternatives, a set up of a DWB network with browser-independent rich clients, browser-embedded clients, web user interfaces and machine-readable REST web services should be considered.
Four general solutions using different transfer protocols and formats accessing, editing and processing data in the network are shown below.
Data processing Type A (red): For a DWB network this is the most recommended method for managing data in MS SQL Server databases. The browser-independent .NET rich clients provide high functionality on user client side and might be easily expanded to fulfill further user requests. The Silverlight web client and apps for WindowsPhone use the same MS specific data transfer protocols.
- Examples are: DiversityAgents and the other rich clients listed under DWB Software, DiversityMobile and DiversityWebEditor.
Data processing Type B (blue) uses JAVA rich clients for managing data of MS SQL Server databases or a mirror of MS SQL databases to PostgreSQL databases based on a DWB information model.
- Type B is realised for DiversityDescriptions to be accessed with the DiversityNavigator client.
Data processing Type C (apricot): There exists a number of transfer protocols for creating web browser-embedded clients and services. In the DWB network context, they are mainly set up for read-only access to cache databases (MS SQL Server and PostgresSQL cache).
- Examples are: IndExs - Index of Exsiccatae (underlying database MS SQL DiversityExsiccatae), MEL names - Search Names of Melastomataceae and MEL names SOAP Web Service (underlying database MS SQL DiversityTaxonNames) and The Erysiphales Collection at HAL (underlying database PostgreSQL cache database of DiversityCollection) and the BioCASe local query tool installation at the SNSB. DWB network administrators and programmers are invited contribute with developing their own web services and clients. (Note: The DiversityMobile App uses SOAP based XML web services for machine-machine communication and no user interface is implemented.)
Data processing Type D (purple): REST (Representational state transfer) is a simple methode that uses http as data transfer protocol. It is suitable to transfer documents of various formats (XML, JSON).
- We developed a REST service to transfer information on taxonomic names (lists, simple hierarchies) managed in DiversityTaxonNames, see DWB REST Webservice for Taxon Lists
see also