cancel
Showing results for 
Search instead for 
Did you mean: 

How to separate a DC to several DCs.

Former Member
0 Kudos

Dear Web Dynpro Java Experts.

I'm a newbie in Web Dynpro for Java.

I recently made a DC.

The problem is that it takes too much time to deploy the DC.

Because it contains too many applications, components, windows and views.

So, I would like to separate it to several DCs.

How can I separate the DC to several DCs.

I'm finding documents about it.

Is there references for me?

I would appreciate any help and advice anyone has to give!!!

Accepted Solutions (1)

Accepted Solutions (1)

p330068
Active Contributor
0 Kudos

Hi Astronoid,

You can separate the DC's with model DC (no visual interface), functional dc (only visual interface).

Refer to below documents:

[The Structural Concepts of Web Dynpro Components|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a048387a-0901-0010-13ac-87f9eb649381]

[Inter Application Communication and Navigation (Design Time) in WebDynpro|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0ae5f90-1679-2c10-4183-8c64cf932088?quicklink=index&overridelayout=true]

Hope it will helps

Best Regards

Arun Jaiswal

Former Member
0 Kudos

Thank you so much. I solved the problem.

Your answers were helpful.

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear,

There is no such method to split a dc into serveral dcs. You have to manually create multiple dcs and create component in it. You can do copy paste of your components after creating new DC but be careful while defining packages.

OR you can have multiple components in your DC. Create one component for each application which are heavy.

Regards

Deepak

Former Member
0 Kudos

Dear, Deepak

I appriciate to your helpful answer.

As you say, I've created manually several dcs and split the heavy DC.

But I can't run application because of Exception.

I don't know how to configure dependency between DCs.

Could you tell me how to configure dependency between DCs?

Best Regards.

Edited by: astronoid on Jul 21, 2011 10:05 AM

Edited by: astronoid on Jul 21, 2011 10:06 AM

junwu
Active Contributor
0 Kudos

what's issue?

e.g. A depend on B, then you just add B as used DC in A.

if you are in CE, you can add B as dependent dc in dependency tab of A.