stream « PrimeFaces « JSF Q&A





1. Primefaces mime type always application/octet-stream    stackoverflow.com

I have a JSF application that is using primefaces. I am using the upload component and noticed that every file I upload the mime type is set to application/octet-stream. I am running ...

2. JSF: how can i save stream as file outside of webapp and how to access it when deployed as war    stackoverflow.com

I have couple of questions here.

  1. I am using the following to write a stream to a file. I want to write to outside the webapp container, as on a redeploy all ...

3. Should I close StreamedContent stream?    forum.primefaces.org

Hi, I have a similar problem with graphicImage component. I think there is a big memory leak, because nobody close open input streams. I want to render image which is saved ...

4. ContentType alway application/octet-stream    forum.primefaces.org

public void uploadListener(org.primefaces.event.FileUploadEvent event) throws CommonUtilsException { //... org.primefaces.model.UploadedFile item = event.getFile(); //...

5. Problem with Dynamic Image Streaming with 3.0M4    forum.primefaces.org

02, 2011 1:13:42 PM com.sun.faces.context.ExternalContextImpl getMimeType WARNING: JSF1091: No mime type could be found for file dynamiccontent. To resolve this, add a mime-type mapping to the applications web.xml. Dec 02, ...

6. Live streaming    forum.primefaces.org

Hi, I want to publish live streaming from ip camera into my jsf application. I want to know is it possible with media component (from primefaces lib) publish rtmp streams? Thanks, ...

7. problem with p:graphicImage and stream    forum.primefaces.org

...

8. BUG: NPE with dynamic image streaming when using ViewScoped    forum.primefaces.org

>> << KingdomHeart Posts: 201 Joined: 25 Jun 2010, 01:18 09 Jan 2011, 06:26 by KingdomHeart BUG: NPE with dynamic image streaming when using ViewScoped I got exception when I try ...