Developing a new Symphony DE application, where to start? Scenario
I wish to develop my own Symphony application. Tip
Symphony DE package includes a series of sample applications for all supported languages. They are located under DE40/4.0/samples/
The main purpose of these samples is to demonstrate the various features of Symphony. In addition, developers can also take advantage of them by using the sample as a starting point when building their own application.
After successfully compiling and running the sample, it's recommended for Developers to build their own application by simply modifying the sample, using it as a working template to base on. This saves the effort of having to create new files from scratch, and eliminates potential mistakes in the process.
The most commonly adopted samples are:
- SampleApp, basic client and service
- SharingData, client and service using common data
- Symexec, client directly calling executable command References
1. Knowledge Center -> Developer Tutorials
|