Difference between revisions of "DWB Developer Guide"

From Diversitymobile Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
First, we recommend to study the DWB terminology and programming philosophy in several steps:
 
First, we recommend to study the DWB terminology and programming philosophy in several steps:
  
* Have a look on the ER models published under http://diversityworkbench.net/Portal/Information_models.
+
* Have a look on the published [http://diversityworkbench.net/Portal/Information_models DWB ER models].
  
* Have a look on the DWB SVN code repository under http://svn.snsb.info/repos/DiversityWorkbench.
+
* Have a look on the [http://svn.snsb.info/repos/DiversityWorkbench DWB SVN code repository].
  
* Install 3-4 of the databases and rich clients under *****  on your desktop or MS server engine, e. g. DiversityAgents, DiversityProjects, DiversityCollection and DiversityDescriptions. You need, e. g., MS Windows 7 (with .Net already included), 2012 SQL Server Developer and Visual Studio Professional 2013. If you work at a university the licences costs you around 100 Euro.  
+
* Install 3-4 of the [http://diversityworkbench.net/Portal/Software DWB databases and rich clients] on your desktop or MS server engine, e. g. DiversityAgents, DiversityProjects, DiversityCollection and DiversityDescriptions. You need, e. g., MS Windows 7 (with .Net already included), 2012 SQL Server Developer and Visual Studio Professional 2013. If you work at a university the licences costs you around 100 Euro.  
  
* Contact the SNSB IT Center to get an account for a DWB training environment with test data.
+
* Contact the [http://www.snsb.info/People.html SNSB IT Center] to get an account for a DWB training environment with test data.
  
* Participate in a DWB Workshop http://www.snsb.info/Workshops.html (currently only in German).
+
* Participate in a [http://www.snsb.info/Workshops.html DWB Workshop] (currently only in German).
  
* Install Subversion on your PC together with the GUI TortoiseSVN and download the DWB code from http://svn.snsb.info/repos/DiversityWorkbench/trunk/., e. g., from the directories "DiversityWorkbench" and "DiversityAgents". You might use this code as template for the programming.
+
* Install Subversion (SVN) on your PC together with the GUI TortoiseSVN and download the [http://svn.snsb.info/repos/DiversityWorkbench/trunk/ DWB code], e. g., from the directories "DiversityWorkbench" and "DiversityAgents". You might use this code as template for the programming.
  
* Keep contact with the DWB editors, co-workers and software developers http://diversityworkbench.net/Portal/Diversity_Workbench_Co-workers to learn more about the DWB philosophy, terms, name space and conventions
+
* Keep contact with the [http://diversityworkbench.net/Portal/Diversity_Workbench_Co-workers DWB editors, co-workers and software developers] to learn more about the DWB philosophy, terms, name space and conventions

Revision as of 11:34, 30 January 2014

Developers are invited to use the source code of the DWB to set up their own software applications, e. g. for domain-specific purposes. They might also use the DWB code repositories to archive their code.

First, we recommend to study the DWB terminology and programming philosophy in several steps:

  • Install 3-4 of the DWB databases and rich clients on your desktop or MS server engine, e. g. DiversityAgents, DiversityProjects, DiversityCollection and DiversityDescriptions. You need, e. g., MS Windows 7 (with .Net already included), 2012 SQL Server Developer and Visual Studio Professional 2013. If you work at a university the licences costs you around 100 Euro.
  • Contact the SNSB IT Center to get an account for a DWB training environment with test data.
  • Install Subversion (SVN) on your PC together with the GUI TortoiseSVN and download the DWB code, e. g., from the directories "DiversityWorkbench" and "DiversityAgents". You might use this code as template for the programming.