Hi Jeff,

Thanks for the hint. This looks very interesting.

Unfortunately, I have another constraint: We are building an
application running ontop of a JCR (JSR-170) repository and store JSP
source and generated servlets and classes in that repository. Using
this mechanism we can easily benefit from repository functionality
such as integrated versioning, clustering support, repository backup
and - most importantly for us - content replication. (This is along
the lines of my earlier threads trying to use the JCR repository as a
store for the bundle cache).

I am currently trying to convince the Jasper folks to integrate my
patches into the officical Jasper library. This patch might also be
helpfull to the Equinox integration...

Regards
Felix

On 11/27/06, Jeff McAffer <[EMAIL PROTECTED]> wrote:
The JSP work in Equinox may also be of interest to you.
        http://www.eclipse.org/equinox/server/jsp_support.php
It would be good to hear if the issues you raise still exist with that
approach.

Jeff




"Felix Meschberger" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
11/27/2006 02:20 AM
Please respond to
felix-dev@incubator.apache.org


To
felix-dev@incubator.apache.org
cc

Subject
Re: Felix + JSF






Hi Daniel,

I am not too much into JSF. But we are currently building an CMS
system within the OSGi framework. As this CMS is based on Web
Standards and we are bound to run inside any spec. compliant servlet
container, we are confronted with a similar situation.

First of all we have to integrate with the servlet container. For
this, we use the servlet bridge approach of Equinox
(http://www.eclipse.org/equinox/server/http_in_container.php) - yet we
use Felix as the framework instead of Equinox.

The second issue, is having JSP support. For this, I took Jasper, but
due to other requirements (storing and using scripts and classes from
a JCR (http://www.jcp.org/en/jsr/detail?id=170) repository, I hade to
modify it to completely abstract IO operations.

A third issues raising is that of class loaders: Again I had to modify
Jasper to be able to inject a parent class loader, which bridges into
the OSGi framework.

Hope this helps (a bit)

Regards
Felix


On 11/27/06, Daniel Murley <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> Has anyone tried using a framework such as JSF with Felix?  How has this
> been approached?
>
> Is it possible to place views in the bundle and some how have these
> integrate with JSF?
>
> I'd appreciate any insight or links you guys might have on this topic.
>
> Cheers,
>
> Daniel
>
>



Reply via email to