Bekijk de broncode en start Plazma ERP + CRM in Eclipse
- het Plazma Platform
- de Plazma Business Solutions
De softwaremodules van Plazma bestaan uit:
- bsolution:
Bevat de algemene basis en server functionaliteit met beans/persistence objects en services. De basis functionaliteit bestaat uit standaard entiteiten waaronder organization, bank, goods, product en document.
- bsolution.gui: bevat de swing client
- bsolution.rich: bevat de SWT client
- bsolution.configuration:
Bevat de systeem configuratie instellingen met ondermeer .xml- en .properties- bestanden.
- bsolution.database:
Bevat instellingen voor de verschillende databases die worden ondersteund en daarnaast SQL scripts en initialisatie / test data voor het inrichten van de databases.
- bsolution.reportstorage: bevat de report storage
- framework: bevat het gemeenschappelijk raamwerk.
- lib: bevat de gemeenschappelijke .jar-bestanden
- rcp: bevat het raamwerk voor de rich client.
De broncode van de Plazma software kunt u gratis downloaden via:
1) CVS (Concurrent Versions System), het versiebeheersysteem dat voor het beheer van de Plazma software wordt gebruikt.
2) de download pagina op de Plazma website.
Met behulp van Eclipse kunt u daarna de broncode bekijken, onderhouden en/of eventueel aanpassen.
Download en installeer de laatste versie van Eclipse volgens de instructies in mijn bloart Downloaden en installeren van Eclipse SDK.
U kunt het bestand uitpakken naar de folder C:\ProgramFiles\eclipse-sdk-3.3.2\ of een folder van uw keuze . Klik daarna op het bestand eclipse.exe om Eclipse op te starten.
Nadat u de Eclipse SDK hebt geïnstalleerd moet u nog een specifieke werkruimte aanmaken voor uw Plazma omgeving. Volg daarvoor de instructies in mijn bloart Aanmaken van een specifieke workspace in Eclipse.
Wanneer u de broncode hebt gedownload kunt u deze op een aantal manieren overnemen in Eclipse. Dit kan door een project aan te maken gebaseerd op de broncode (1) of de broncode te importeren in uw werkruimte (2). Een andere mogelijkheid is dat u de broncode van de Plazma software download via CVS (3).
- the Plazma Platform
- the Plazma Business Solutions
The software modules of Plazma are:
- bsolution:
Contains common and server functionality with beans/persistence objects and services. The common functionality consist of standard entities such as organization, bank, goods, product en document.
- bsolution.gui: contains the swing client
- bsolution.rich: contains the SWT client
- bsolution.configuration:
Contains the system configuration settings such as .xml- en .properties- files.
- bsolution.database:
Contains the settings for the supported databases and the SQL scripts, initialization / test data for setting up the databases
- bsolution.reportstorage: contains the report storage
- framework: contains the common framework
- lib: contains the common .jar- files
- rcp: contains the framework for the rich client.
You can download the source code of the software:
1) using CVS (Concurrent Versions System), the version control system used to manage the Plazma software.
2) through the download section at the Plazma website.
You can investigate, maintain and/or change the source code with Eclipse.
Download and install the latest version of Eclipse following the instructions in my bloart Download and install the Eclipse SDK.
Unzip the file you downloaded to the folder C:\ProgramFiles\eclipse-sdk-3.2.2\ or a folder of your choice and click on the executable eclipse.exe to start Eclipse.
After you have installed the Eclipse SDK you will have to create a separate workspace for your Plazma environment following the instructions in my bloart Creating a specific workspace in Eclipse.
When you downloaded the source code you can create a project based on the source code (1) or import the source code into your workspace (2). An other way is to download the source code of the Plazma software through CVS (3).