Need an expertise for a week gig in tokyo

I know this might not be the forum
but i am in need for a voip engineer for agig in tokyo one week interested
contact me at [email protected]

Roy,
Sadly, ProgressBar in WD is suitable for displaying some 'static' percent value rather then for real-time visualization of process' progress. The problem is in fact that separate HTTP request/response round-trip required to update values of UI element (incl. ProgressBar) and there is no way in HTTP to push-back content to browser.
Also you can do this but it is strictly unrecommended in J2EE application (due to use of multithreading):
1. In first request/response cycle (some WD action) you set up Timer UI control and fork new thread that perform loading of data.
2. In subsequent requests (as a result of Timer.onTimer action execution) you poll thread for progress via some variable shared between 2 threads and update progress bar accordingly
3. If on next timer invocation the work is done, you are navigating to result or populate context to show result or whatever. DO NOT MODIFY WD CONTEXT OR INVOKE CONTROLLERS METHODS FROM SEPARATE THREAD!
VS

Similar Messages

Maybe you are looking for

  • Error message when clicking on 1 of my Mail account.

    Hi there, I've been having this problem for a while now. Can't seem to find any topic about it. I'm using MAIL 1.3.11 I have 3 emails account with the same ISP. They all have the same settings ( I think) When I open the program - the 3 accounts are c

  • How to set default, rendered save directory please?

    So every time I want to export (share) my movie to my PC, the default location is always "My Documents". I have set all Scratch Disk locations for my preferred folder, not My Documents. Is there a location where I can input a default "Share To" direc

  • Off-Cycle Payroll Run with reason Absence.

    Hello We are trying to execute Off-Cycle Payroll Run with reason Absence, however the /559 and /560 are showing Zero amount. We are running it via Offcycle workbench. Would it really make a difference? Here are the main configurations I have done: 1.

  • Javabeans in MVC architecture

    Hi Building a web application based on MVC architecture. I am new at this so my implementation may not be correct. My Javabeans are representations of SQL DB tables. So, e.g. I have a Customer table in my SQL database, I would have a CustomerBean to

  • How can i use session to save properties?

    How can i use session to save properties?