El vie, 23-02-2007 a las 03:46 -0800, m1380103 escribió: > Thanks for the feedback. > > The model for the application was created using EJBs previously with the > image variable used as a string in the database. I planned to build the > front end without changing the model as a MVC proof.
Then, use a PhaseListener to retrieve image from a file and output the content. It is the same, but instead of reading from a database resultset, you should read from a file, as in any Java application. Here there is an example for a phase listener that send a image: http://jroller.com/page/cagataycivici?entry=phaselistener_renders_an_image_no > Thanks > Michael. > > > Ken-6 wrote: > > > > Michael, > > > > Here's another option you can try that I've used successfully. Store > > images > > in a database and create a PhaseListener to retrieve image and output the > > content. > > > > Ken > >

