Modular Development

11 views
Skip to first unread message

Nic Prioleau

unread,
Nov 14, 2016, 7:27:04 AM11/14/16
to GLX Application Framework
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?
IMG_4538.JPG

Josep Maria Yepes Montardit

unread,
Nov 14, 2016, 9:49:24 AM11/14/16
to glx...@googlegroups.com
Hi Nic,

I build a similar solution (www.facturamac.com) with GLX framework based on the same idea.
I have a main stack and all the others modules are independent stacks that are called from the main with profiles that enabled or not the extra modules. The idea is that each modules was independent but sharing the data structure. SQL Yoga do the job in this case.

Salut,
Josep M

El 14/11/2016, a las 13:27, Nic Prioleau <nrpri...@gmail.com> escribió:

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>

Trevor DeVore

unread,
Nov 14, 2016, 10:54:10 AM11/14/16
to glx...@googlegroups.com
On Mon, Nov 14, 2016 at 6:27 AM, Nic Prioleau <nrpri...@gmail.com> wrote:
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?

I agree with Josep. I would make each part (CRM, Sales, etc.) an individual stack file. I often do that in my own projects. 

-- 
Trevor DeVore
ScreenSteps

Nic Prioleau

unread,
Nov 14, 2016, 11:27:02 AM11/14/16
to GLX Application Framework
Hi Joseph,

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?

 Salut

Trevor DeVore

unread,
Nov 14, 2016, 2:05:16 PM11/14/16
to glx...@googlegroups.com
On Mon, Nov 14, 2016 at 10:27 AM, Nic Prioleau <nrpri...@gmail.com> wrote:
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?

Nic,

You have one application but multiple stack files. Take a look at this article that shows how to add additional stack files to your app:

Nic Prioleau

unread,
Nov 14, 2016, 2:20:19 PM11/14/16
to GLX Application Framework
Awesome Trevor thanks a lot. Have a good night
Reply all
Reply to author
Forward
0 new messages