We are currently building a web dynpro application and we want to use multiple development components to achieve this.
I would like to know if anyone attempted this kind of project before. We read a lot about the cyclic dependencies problem with CBS and found a way to separate the api and the implemention in two different web dynpro DCs. We now have DCs that implements other DCs (through their web dynpro component interface). We know that it is possible to create a component at runtime or to redirect the component usage but the latter is not currently supported by the web dynpro API.
We tried different design approach but we always had problems with declarative navigation (plugs) in multi DC architecture.
We feel that it is very hard to reuse existing DC instance with declarative navigation.
Did anyone try this kind of architecture?
Add a comment