Running Different Modules on Tomcat/Server
- by umesh awasthi
Hi All,
I have started working on my own project idea but on the starting i have strucked in the structure decision may be lack of knowledge is the promary factor.
i am wondering how we can make 2 different modules to co-operate on the server.Here is is explanation of what i am trying to ask
as per my design i need 2 modules for my application
1. Back end handling where i can do all content handling as well as other admin task a console which will be capable of handling everything from ceating importing contents to everything.
2 USer end which is only an interface to the end user to use the application.
to visualize the things its kinda e-commerce application one is back office management and other is user end of web-shop.
since these two module will be very much interlinked but i don't want them to mix up i want them to develop independently since admin is one which is core and it will also going to serve user interface.
my question is how i can develop two module independently but on the other hand i want them to co-operate to accomplish the task as a whole.
Really sorry in advance if i am not making any sense.
Thanks in advance