cancel
Showing results for 
Search instead for 
Did you mean: 

web dynpro stand-alone application

Ronib
Participant
0 Kudos

Hello ,

i'm writing w.d. application (2004s). when i load the application from it's url address it takes 2 seconds. another user from another computer sometimes waits one minute until the application loads, and sometimes just see a bland page and i.e. "openning..." message in status bar. and sometimes get strange wdRuntimeExceptions or other error messages.

what can be the problem?

Roni.

Accepted Solutions (0)

Answers (4)

Answers (4)

Ronib
Participant
0 Kudos

the application waited for response from a web service.

Ronib
Participant
0 Kudos

Message was edited by:

roni bar david

Former Member
0 Kudos

hi

Give a brief idea about what your wd application is doing ?

Ronib
Participant
0 Kudos

its web dynpro application with tab strip - about 6 tabs.

every tab content is another view contains lots of ui controls (dropdown evs and tables).

it calls about 30 web services from xi (using wsdl file ).

Former Member
0 Kudos

Hi,

What is the error that other user gets.

How does standard pages like server:port/index.html and from there Web Dynpro -> Content Administrator work for the user.

Thanks & Regards,

Vijith

Ronib
Participant
0 Kudos

from the web dynpro content administrator he can open the application.

but i can't offer this solution to him. i want him to open the application directly from url.

Former Member
0 Kudos

Hi,

It was not meant as a solution it was meant to identify the response time for other standard services on j2ee so that we can isolate whether this is a application problem or Network issue.

Thanks & Regards,

Vijith

Ronib
Participant
0 Kudos

i think it is connected to the web dynrpo application and not to network trafic

Former Member
0 Kudos

hi

Did u use viewsets anywhere ?

If so try to redesign your application without viewsets bcos it will give you unexpected performance degradation

Ronib
Participant
0 Kudos

Dear Kanthiah,

I didnt use viewset. i embed only one default main view and it contains other views (viewContainerUIElement).

many times users just cant start the application if i give them url like http://server.bla.com:50000/webdynpro/dispatcher/bla.com/orders2/Orders2App

thy see only blank page and in status bar "opening ..."

i fi go to http://server.bla.com:50000 i get the page in half a second.

any other suggestions?