I am starting a project using the framework and need some advice. I wanted to have a main stack that would take care of all the licencing and repetitive code, so let's say in this case, program.dat (glx app main stack) and I would then have multiple other "modules", such as CRM, Sales, Inventory, etc. How would I create these? Would they be sub-stacks of program.dat? If a customer only wants CRM and Sales is this a feasible way of doing it?
--
You received this message because you are subscribed to the Google Groups "GLX Application Framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to glxapp+un...@googlegroups.com.
To post to this group, send email to glx...@googlegroups.com.
Visit this group at https://groups.google.com/group/glxapp.
For more options, visit https://groups.google.com/d/optout.
<IMG_4538.JPG>
I am starting a project using the framework and need some advice. I wanted to have a main stack that would take care of all the licencing and repetitive code, so let's say in this case, program.dat (glx app main stack) and I would then have multiple other "modules", such as CRM, Sales, Inventory, etc. How would I create these? Would they be sub-stacks of program.dat? If a customer only wants CRM and Sales is this a feasible way of doing it?
Thank you. I have limited experience with GLXapp and have only ever worked with one main stack and many sub-stacks. By your definition, each module with have it's own glxapp framework and auto update feature?