<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Is there any way can compile appian code in local?</title><link>https://community.appian.com/discussions/f/administration/39658/is-there-any-way-can-compile-appian-code-in-local</link><description>I want to know if there is anyway can compile appian code in local? Or use git to manage the source code.(Source code not the package download from web). What problem we face is how to develop in parallel。 we are a huge team (100 developers). When we</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Is there any way can compile appian code in local?</title><link>https://community.appian.com/thread/151420?ContentTypeID=1</link><pubDate>Wed, 10 Sep 2025 06:44:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fb4522b8-ce18-4855-9534-8a82dfbffc3e</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;There is no quick way to do this. Appian takes away most of the technical heavy lifting which you would have to build yourself when building a similar app in Java.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there any way can compile appian code in local?</title><link>https://community.appian.com/thread/151418?ContentTypeID=1</link><pubDate>Wed, 10 Sep 2025 06:32:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5464a531-6a23-4042-a147-c86b991f22c2</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;This is not possible, nor is advised for apps built on Appian. Stories/features should be prioritised and segregated between developers so that multiple devs are not dependent/working on same object at the same time. Such overlaps should be avoided/minimised in a sprint.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there any way can compile appian code in local?</title><link>https://community.appian.com/thread/151410?ContentTypeID=1</link><pubDate>Wed, 10 Sep 2025 02:31:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:582a7f7b-f192-4621-8eb5-04fe43441cc9</guid><dc:creator>Peon</dc:creator><description>&lt;p&gt;As you say typical project teams are not larger. If I want to refactor our project into JAVA.I&lt;span class="jCAhz ChMk0b"&gt;&lt;span class="ryNqvb"&gt;s there any quick way?&lt;/span&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span class="jCAhz ChMk0b"&gt;&lt;span class="ryNqvb"&gt;Or can I just remake it based on my business needs?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there any way can compile appian code in local?</title><link>https://community.appian.com/thread/151304?ContentTypeID=1</link><pubDate>Thu, 04 Sep 2025 14:59:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c170359f-941f-424a-a9b1-d8a799b7ee28</guid><dc:creator>Jesse Knight</dc:creator><description>&lt;p&gt;Abstract this problem away from Appian for a second, and apply &amp;quot;general cloud platform development&amp;quot;. The fundamental issue you would run into, even with a small team, is - if there&amp;#39;s only one development cloud environment where do you test your code before merging it into the main branch of that environment? Compiling locally and testing globally is not a great way to do software development at a rapid pace since developers collide with each others&amp;#39; changes pretty regularly. So local changes need to be tested locally to some degree, then merged back up.&amp;nbsp; Stack infrastructure teams run into this problem on a daily basis, so they develop tooling to help mitigate. With Appian, we don&amp;#39;t really have an option for that kind of tooling - it&amp;#39;s a low code platform.&lt;/p&gt;
&lt;p&gt;Other low code platforms that claim to have branching have their own niche issues with that branching - issues that stem from the fact that in the environment there is one version that everyone tests on. There&amp;#39;s no equivalent of changing branches across every object in the environment. These issues are even more apparent in environments where the data model is entangled with documents and context-trained AI models. IMO this is where Appian&amp;#39;s controversial-to-developers &amp;#39;no branching&amp;#39; stance is actually not a bad thing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For your project, you&amp;#39;ll want to figure out a governance model and a separation of apps based upon what makes sense. This will usually need a strong architect / set of tech leads to agree on how things work, especially for common functionality. I&amp;#39;ll throw out there that 100 developers is entirely too many for a single project, Appian or not. There&amp;#39;s simply too many lines of communication to manage.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there any way can compile appian code in local?</title><link>https://community.appian.com/thread/151198?ContentTypeID=1</link><pubDate>Fri, 29 Aug 2025 08:27:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aab10c7e-0a1c-4981-8ddf-326ba2561527</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;There is no code compilation in Appian. Typical project teams are not more than 5 people. In my experience these issues just do not exist when developing with Appian.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there any way can compile appian code in local?</title><link>https://community.appian.com/thread/151197?ContentTypeID=1</link><pubDate>Fri, 29 Aug 2025 08:03:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5b3203fc-b746-4dc0-895a-53e3b1bf8d80</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;Appian does not support local compilation or Git-based source code management for core objects. Development must be done directly on the Appian server, with objects locked when opened to prevent parallel edits on the same components. For large teams like 100 developers, multiple separate Appian environments with coordinated deployments are needed since true parallel development on the same objects is not possible(Essentially doing &amp;quot;parallel work on different features&amp;quot; rather than &amp;quot;parallel work on the same codebase).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>