Difference between revisions of "DWB Developer Guide"

From Diversitymobile Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
* Have a look on the [http://svn.snsb.info/repos/DiversityWorkbench DWB SVN code repository] and the [https://github.com/rollingthunder/DiversityMobile/ DiversityMobile GitHub repository].
 
* Have a look on the [http://svn.snsb.info/repos/DiversityWorkbench DWB SVN code repository] and the [https://github.com/rollingthunder/DiversityMobile/ DiversityMobile GitHub repository].
  
* 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. Windows 7 (with .Net already included).,
+
* 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. Windows 7 (with .Net already included).
  
 
* Contact the [http://www.snsb.info/People.html 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.
Line 15: Line 15:
 
* Participate in a [http://www.snsb.info/Workshops.html DWB Workshop] (currently only in German).
 
* Participate in a [http://www.snsb.info/Workshops.html DWB Workshop] (currently only in German).
  
* Install 2012 SQL Server Express and MS VisualStudio 2010 (upwards) Express, which are free of charge. For ambitious projects we recommend 2012 SQL Server Developer and MS VisualStudio Professional. If you work at a university the licences costs you around 100 Euro.
+
* To start with developping DWB code install 2012 SQL Server Express and MS VisualStudio 2010 (upwards) Express, which are free of charge. For ambitious projects we recommend 2012 SQL Server Developer and MS VisualStudio Professional. If you work at a university the licences costs you around 100 Euro.
  
 
* For downloading directories from the DWB SVN code repository we recommend to install Subversion (SVN command line tool: e.g. "svn co http://svn.snsb.info/repos/DiversityWorkbench/trunk/DiversityAgents", or TortoiseSVN graphical user interface). You might use this code as template for the programming.
 
* For downloading directories from the DWB SVN code repository we recommend to install Subversion (SVN command line tool: e.g. "svn co http://svn.snsb.info/repos/DiversityWorkbench/trunk/DiversityAgents", or TortoiseSVN graphical user interface). You might use this code as template for the programming.
  
 
* 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, terminology, 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, terminology, name space and conventions.

Revision as of 13:11, 30 January 2014

DWB_Developer_Instructions

Software 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 are encouraged to start cooperative projects with the DWB developer team and 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. Windows 7 (with .Net already included).
  • Contact the SNSB IT Center to get an account for a DWB training environment with test data.
  • To start with developping DWB code install 2012 SQL Server Express and MS VisualStudio 2010 (upwards) Express, which are free of charge. For ambitious projects we recommend 2012 SQL Server Developer and MS VisualStudio Professional. If you work at a university the licences costs you around 100 Euro.