cancel
Showing results for 
Search instead for 
Did you mean: 

webdynpro complete application

Former Member
0 Kudos

Hi Friends,

Java WebDynpro scenario:-

1.

I want to understand how to integrate different WebDynpro applications as a complete solution?

In a complete client assignment... should I develop only one project (one ear file)and deploy it on server? and then I should access the WebDynpro applications in this one project file?

in J2EE project, we make one ear application and deploy on server, is it same way here also?

2. how to integrate different WebDynpro iView's created in portal ? Should I make one page for one WebDynpro applications? How to arrange it?

3.Hwo to assign different roles for different WebDynpro ivies,created in a portal?

4.where do I need to combine PDK and WebDynpro?

Thanks!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

1.Generally in a project involving many team members, differnt webdynpro applications are handled using the NWDI(NetWeaver Developer Studio) which is a kind of versioning management system provided by SAP.Basically when developing webdynpro applications you should always think in terms of "components".Development components(DC's) provide re-usability.

Refer to this <a href="/people/jochen.guertler/blog/2004/11/23/web-dynpro-best-practices-how-to-navigate-between-different-web-dynpro-applications to knw more about how to navigate between different Web Dynpro applications.

2&3.For each webdynpro application you can have a seperate iview if you wish and then you could assign these iviews to pages and pages to folders and folders to worksets and perform iview navigation.

Check out <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b5380089-0c01-0010-22ae-bd9fa40ddc62">this</a>

Regards,

Abhishek.

P.S:award points if useful.

Former Member
0 Kudos

Thanks Abhishek!

Former Member
0 Kudos

Hai Naveen,

Create web dynpro applications for your individual pages and use webdynpro application paths to use webdynpro iviews.

http://help.sap.com/saphelp_erp2005/helpdata/en/74/d5e7418192c717e10000000a155106/frameset.htm

https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/51ecb74c-0a01-0010-ffa... [original link is broken]

hope this help full.

regards,

Naga Raju

Former Member
0 Kudos

Hi,

I think better if you create have to create as Development Component(DC) under DTR(Like CVS). With in one project you can create more thant one applications. Basically Dynpro follows MVC patteren. So you follows MVC rules that means backend access(like Database,RFC,etc..)seperated from view parts. If you use same business logic for more than one application using EJB better you have to convert into webservice, because it might be resuable in different application. In portal create some Roles. Under Roles create workset, under workset create page. Finally add Iviews into page. Based on authentication you have to control which Roles has to be show.

Iview creation on portal please see the following links:

Kind Regards,

S.Saravanan.

Former Member
0 Kudos

Thanks Saravanan!