c8a04c0bc2817a14f1da2aa163c6853c0ca358b9
[AGL/documentation.git] / docs / ATTIC / 3_Developer_Guides / 4_X(cross)_Development_System:_User's_Guide / 2_Create_your_first_AGL_application / 3.4.2.0_Overview.md
1 <!-- WARNING: This file is generated by fetch_docs.js using /home/boron/Documents/AGL/docs-webtemplate/site/_data/tocs/devguides/master/xds-docs-guides-devguides-book.yml -->
2
3 # Overview
4
5 The application development workflow using XDS begins with
6 making sure you have met all the
7 [requirements](create-app-requirements.html) needed to
8 use the tool.
9
10 Once requirements are met, you have some options for
11 [getting the application source files](create-app-get-source-files.html)
12 together.
13 These options depend on where the XDS Server part is
14 running and which Client Part configuration you are using
15 (i.e. Standalone, On-Premise, or SaaS).
16
17 You can build the application several ways:
18
19 - Use the XDS Client
20   [Command Line](create-app-build-cmd-line.html)
21 - Use the XDS Client
22   [Dashboard](create-app-build-dashboard.html)
23 - Use a third-party Interactive Development Environment
24   ([IDE](create-app-build-ide.html)) application
25   (e.g. NetBeans, Visual Studio, and so forth).
26
27 The following figure overviews the XDS application development process:
28
29 ![](pictures/create-app-workflow.png){:: style="margin:auto; display:flex"}