cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Java Development Strategy for Portal

Former Member
0 Kudos

Hello Experts,

I was wondering if I could pose a question in regards to creating Web Dynpro applications for Portal use.

My current project involves creating a Shopping Cart web application with several different functions: Account Management, Shopping, Checkout, Delivery, etc.

Ideally I would like to use the Portal WorkSet tabs to separate the above functional groups.

I was hoping I could get some pros/cons on the development scenarios below. This is a pretty small project team and currently, I will be the only Web Dynpro developer.

<u>1. One Big WD Application</u>

-Application will compose of all views for every function

Selecting the “Shopping Tab” will open the WD application with an application parameter, indicating that the Shopping View should open

-Selecting the “Delivery” will open the WD application with an application parameter, indicating that the Delivery View should open, etc

<u>2. Separate WD Application per functional group</u>

-“Account Management Tab” will display open the Account Management application

-Any communication from one WD application to another will be performed using PortalNavigation

<u>3. Create each functional feature as a Development Component.</u>

-Develop the Shopping Cart feature, Product Detail feature, Product Comparison feature as separate DCs

Incorporate DCs into Portal Page and communicate through PortalEventing and Navigation

-OR Incorporate DCs as needed into different WD applications as needed and load into Portal

I am working on a project now where I am communicating between WD applications through PortalNavigation and feel as though the transition “flicker” and loading of applications is distracting.

I am also not too sure how and when DCs should be used. Any advice you can give me based on system performance or personal experience would be greatly appreciated.

Thank you all for your time.

Kind Regards,

Matt

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Matt,

I suggest you to go through the following threads for reference:

1.Web Dynpro to portal Integration --> https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro

2.http://help.sap.com/saphelp_nw04/helpdata/en/ae/1ae58540ea454db1aa14fd635bc10d/frameset.htm

3.https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f727d100-0801-0010-4cbd-b0ad5c161945

4.https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a048387a-0901-0010-13ac-87f9eb649381

4./people/chris.whealy/blog/2006/01/13/when-creating-a-java-web-dynpro-application-dont-use-the-project-type-quotweb-dynpro-projectquot

The above threads give an idea about DCs

Best Regds,

Anagha

Answers (0)