VWP « IceFaces « JSF Q&A





1. VWP -> ICEFaces?    forums.netbeans.org

I've been building web applications for several years now using Netbeans and VWP. I have been reading about the EOL of the VWP (Woodstock) project. I was considering switching to ICEFaces. ...

2. AW: VWP -> ICEFaces?    forums.netbeans.org

Without a good visual designer Netbeans goes back to the Stone Age. It is really shocking for the community if vwp is not supported in an up to date way. I ...

3. AW: VWP -> ICEFaces?    forums.netbeans.org

Without a good visual designer Netbeans goes back to the Stone Age. It is really shocking for the community if vwp is not supported in an up to date way. I ...

4. Icefaces woes converting 1.7 VWP app to 1.8 non-vwp    coderanch.com

Hi, Can anyone please help me in my migration from a VWP (Visual Web) project. I have setup a JSP based IceFaces 1.8 project and am trying to port over my managed beans, my first stumbling block is that the beans extend AbstractPageBean which isn't immediately available. Can anyone tell me whether I should be trying to use this still or ...

6. can't find com.icesoft.faces.component.inputfile.FileInfo.isSaved() in 1.8.2 for NB 6.5 (VWP)    icefaces.org

I have the same errror, with 1.8.1 my code look like this: if (fileInfo.getStatus() == FileInfo.SAVED) ...... else if (fileInfo.getStatus() == FileInfo.INVALID || fileInfo.getStatus() == FileInfo.INVALID_CONTENT_TYPE) ... else if (fileInfo.getStatus() == FileInfo.SIZE_LIMIT_EXCEEDED) .... else if (fileInfo.getStatus() == FileInfo.UNKNOWN_SIZE) ... else if (fileInfo.getStatus() == FileInfo.UNSPECIFIED_NAME) ... else ... and with 1.8.2, getStatus() is replaced by isSaved(), isFailed()...etc according to component-showcase but com.icesoft.faces.component.inputfile.FileInfo ...

7. Mixing vwp components with icefaces    icefaces.org

8. Netbeans without VWP    icefaces.org

9. Integration with NB 5.5.1 VWP    icefaces.org

Hi all, I just discovered ICEFaces and would like to try it out with NB 5.5.1 VWP (I would prefer to use it on NB 6.0, but as I understand there is no IDCFaces version jet). However, I run into problems and did actually something wrong. Here is what I have done: 1. I downloaded and installed the complib following the ...





10. icefaces + netbeans + vwp configuration    icefaces.org

has anyone succeded in deploying an application made using IceFaces on Netbeans with Visual Web Pack. I have been trying for a while now with no success on Glassfish v1 and Tomcat. If anyone has a way of a painless integration of the three with any free web container or app server please let me know, Thanks, Andrew