users@woodstock.java.net

Re: Progress bar + EJB as back bean

From: Federico Vela <fvela_at_paysett.com>
Date: Tue, 09 Sep 2008 09:54:39 -0500

I have done this and it works nicely, have your processing ejb update
the progress bar variables through a progress bar facade EJB, and have a
separate page (im going to try for a popup) that displays the progress
bar through a separate bean, and updates every few seconds.

Federico Vela



Felipe Jaekel wrote:
> I'm using an EJB to process business logic from a page.
>
> I'd like to use a progress bar, is it possible?
>
> I've used the same logic from a JSF Managed Session Bean and it
> doesn't work. It seems that the component threads creates new EJB
> instances. I've tried with Stateless and Stateful.
>
> Thanks for any help,
> Felipe