[ 
https://issues.apache.org/jira/browse/CONNECTORS-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13080867#comment-13080867
 ] 

Karl Wright edited comment on CONNECTORS-224 at 8/8/11 9:47 AM:
----------------------------------------------------------------

As far as the use of html files, the real question is how resources interact 
with class loaders in Java.  ManifoldCF originally had its HTML code generated 
by JSP files, but had to change this architecture.  The reason ManifoldCF 
pulled its HTML code out of JSP files was because JSPs don't work well with 
class loaders.  Connectors must be self-contained in that loading the connector 
class from whatever library directory is specified in the properties.xml file 
is adequate to locate all resources for the connector.  Can you clarify whether 
or not you think this will work for your html resource files?


      was (Author: kwri...@metacarta.com):
    As far as the use of html files, the real question is how resources 
interact with class loaders in Java.  The reason ManifoldCF pulled its HTML 
code out of JSP files was because JSPs don't work well with class loaders.  
Connectors must be self-contained in that loading the connector class from 
whatever library directory is specified in the properties.xml file is adequate 
to locate all resources for the connector.  Can you clarify whether or not you 
think this will work for your html resource files?

  
> OpenSearchServer connector
> --------------------------
>
>                 Key: CONNECTORS-224
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-224
>             Project: ManifoldCF
>          Issue Type: New Feature
>          Components: OpenSearchServer connector
>    Affects Versions: ManifoldCF 0.3
>            Reporter: Emmanuel Keller
>            Assignee: Karl Wright
>              Labels: OpenSearchServer, connector, outputconnector
>         Attachments: oss-mfc-dev.patch
>
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> Provide an output connector for 
> [OpenSearchServer|http://www.open-search-server.com].

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to