I assume the G2.X will ship with the jars. I cannot see any dependency on the web-container at all - just the other spec jars. I really think its just a matter of including JSF at the server level so its available "server-wide". There *may* be some classloading code to be sure there is no crossing of data/objects...I haven't dug into that part of the spec, so I don't know that answer at this point.
But I cannot see any need for GBean code for this. Jeff Matthias Wessendorf wrote: >> However, I believe it is a required inclusion of the Java EE5 spec, so I >> am pretty sure they will be included in G2.X. > > Yes it requires it. My question was more about how the integration > might look like. > Will the JSF impl *depend* on the used web-container (jetty/tomcat), > or will G2.x ship the jars itself > > Thanks, > Matthias > >> >> Jeff >> >> Matthias Wessendorf wrote: >> > Are there any plans to include a JSF impl inside of Geronimo 1.0 ? >> > Since the Java2EE 1.4 Spec doesn't require it, I think it might be >> > usful to have this "optional" feature. >> > >> > How has this *integration* to be solved technical? (new to geronimo) >> > Must the JSF jars be included inside the web-container (jetty/tomcat) >> > or wired into Gernonimo by the GBean facility? >> > >> > Thanks, >> > Matthias >> > >> > >
