Manoj
Manoj

Reputation: 1394

ICEFaces 1.8 or 2.0?

I am currently developing an internal application for our company with the following requirements.

I did a brief research and decided on JSF with IceFaces. But am now confused about the version. If I go with 1.8, I get Drag-&-Drop designing (Netbeans 6.5) but I will be stuck with JSF 1.2

If I choose ICEFaces 2.0 I will have to manually design the UI which might take more time.

Any suggestions on which version to choose?

Upvotes: 0

Views: 706

Answers (1)

Adam
Adam

Reputation: 5070

If you can, go with the newest stable version. There are a lot of reason to use JSF2.

You can have drag&drop with ICEfaces2 too, at least in Eclipse (see the wiki). IDE integration is available for NetBeans, the release note mentions a palette (I'm not familiar with NetBeans, but it may be what you're looking for).

Upvotes: 2

Related Questions