I am currently working on a web application. I am using Java for the back-end and flex for the front-end. I am using BlazeDS as a 'middle-layer'.
In my Java code (back-end),I am running a process, which it takes sometimes. This process spits out logs as String as it is running. Is there anyway I can display those logs as the occur. Thank you in advance,

