Base solution for your next web application
Open Closed

Abp integration #1135


User avatar
0
efraimpolla created

Hi,

I have 2 solutions based on abp and I and want to integrate both, Example: The first solution contains 'People' and the second solution have 'Workers' what is the best solution to do this?

regards.


2 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    You want to merge or work together?

    For merging, just merge layer by layer. For working together, reference solution2 module assemblies from solution and add module dependencies. There is no special path for that. It mostly depends your requirements and solution structure.

  • User Avatar
    0
    efraimpolla created

    I want to work together.

    I have more than five modules, and we thought in something like this:

    The system architecture is like a tree, I have a solution that will be the Core with the main functions (to simulate inheritance of functions) and I will have some solutions that will work with that Core, but the solutions can work with each other as a big modular system or stand alone, each solution probably will have your own database. As I can't have cross database foreign keys I thought about OData to do this integration If it's possible I want to avoid repeated codes or functions