Hi,
Is there a way to get source code for installed web application?
I have applications exported but they seem to be in binary format.
Regards
Kirill
is not in zip format?
Thanks Antonio!
It is zip format.
All apps exported to one zip file, and each app inside this zip file is another archive file, but without file extension.
and finally, do you have access to the source code? or only to an executable that cannot be customized?
Yes, those are JS files. I can see source code.
The packages here should not be source files. If they are in fact JavaScript files and HTML files that are not minified - you are doing it wrong.
Although the uploaded content is a zip, it should not be the source. If it's an Angular application then it should be tree-shaken and minified and uploaded.
The M3 H5 SDK (github.com/.../m3-h5-sdk) has instructions for this but basically it's a production build of Angular. https://angular.io/guide/deployment. The source files would be TypeScript files and not JavaScript files.If you are using anyting else please ensure that this is code that is ready for production, which means that it must be minified and bundled. Don't treat the files as the source, you need to find the source in another way.
Thank you for the clarification which is important.
Not being an experienced developer, I conclude that what is downloadable through this feature will not allow a developer to access the source code and introduce modifications to meet a customer need.
Do you know if these source codes are still available from Infor?
Or if they are intentionally not made available to protect themselves from official support