Snaps is a (rather new) web framework growing out of the Eclipse Virgo community that (will) allow dynamic, componentized web UIs by exploiting the OSGi infrastructure. Apparently it is the heir of "Slices", the previous attempt at this.

What I am wondering is whether there is any work ongoing in looking at how JSF (2) can be combined with such an approach? Is this at all possible? If so, is there any concrete work ongoing?

link|improve this question

80% accept rate
feedback

2 Answers

up vote 2 down vote accepted

There is no work going on looking at JSF specifically or any other Web framework for that matter. Snaps aims to give you the dynamic runtime ability to compose your web app without restricting your choice of web framework in any way. It definitely doesn't aim to be another web framework.

I know some people have had JSF running on Virgo so I don't see any reason that you can't use it with snaps although I haven't tried it so I can't say for certain. If you do find a problem raise a bug on the Virgo project :)

Chris.

link|improve this answer
Sadly JSF tends to not be orthogonal to other technologies. It is not in the same category as plain JSP, Freemaker and Velocity for example. Since it has this entire state model behind it and its own lifecycle it tends to be tricky to integrate with other things. (see Spring and JSF integration, never clean and easy) That's why I was wondering if any specific JSF work was being done/considered. – Boris Terzic Mar 23 '11 at 9:28
feedback

In case you're still interested: At the Virgo formus I know there is some guy who does have it running with FancyFaces.

If you might have found another solution, would be glad to hear.

Grts

link|improve this answer
Still interested, haven't worked on this myself yet. Do you have a link to the effort you mentioned? – Boris Terzic May 29 '11 at 15:34
Violeta has added a working JSF2 (but basic) sample too eclipse.org/forums/index.php/m/668847 – prefabSOFT Sep 12 '11 at 23:40
My experimenting got stuck because FaceServlet made snaps invisible to host btw: github.com/JochenSzostek/… Would be nice to keep this page/question updated imo. – prefabSOFT Feb 14 at 13:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.