thread « Development « JSF Q&A





1. Running a background process    stackoverflow.com

I have a requirement where I am planning to run a background process. Once user logs in into application, I need to have two processes done. 1. authenticate user and go to ...

2. timer.schedule some problem    stackoverflow.com

Please have a look at the JSF code below. I get a nullpointerexception (Exception in thread "Timer-1" |#] ) at SearchHomeRegistry.getCurrentInstance(). Something must have gone wrong. what is that we need ...

3. Can I DisableUnicodeEscaping in a Threadlocal manner in JSF 2.0?    stackoverflow.com

I'm working on a JSF 2.0 application that returns mobile content to mobile browsers and html5 content to non-mobile browsers in the same application. For non-mobile browsers I'd like WebContextInitParameter.DisableUnicodeEscaping set ...

4. How to update the GUI from another thread?    stackoverflow.com

I have a problem with threads in my JSF application, maybe somebody could help me. After the start I run new thread which is making some background operations. This thread is working ...

5. Thread blocking main thread    stackoverflow.com

I'm developping a web app (JSF+Tomcat+Tomahawk) and at the end of it I create a thread to process a file that is uploaded, but unfortunately the thread I start is blocking ...

6. Mail Sending with a special thread    stackoverflow.com

i have a jsf application running on tomcat 6.0 and somewhere in the app i send e mails to some users.But sending mail slower than i thought, it causes lacks beetwen ...

7. Thread Saftey in JSF    coderanch.com

8. Threads in JSF?    coderanch.com

9. jsf thread batch processing how to    coderanch.com

Hello, I have a jsf app using tomcat 6, myfaces, richfaces and tomahawk. On a page of my application a user can select several clientes (say 100 or 200) and send them an email. This email is automatically costomized for each client using tags like @name@ or @susname@. So, when a user click send, my app have to call to send ...





10. Thread Troubles    coderanch.com

I'm pretty new to threads in Java. I'm currently building a medium sized tool and for some reason I thought JavaBeans handled multiple threads... definitely not the case. I tested the tool on two difference machines at the same time and had them editing each others data -- not good. So here's the extremely simplied layout of my code (ignore syntax ...