You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Michael Bolz (JIRA)" <ji...@apache.org> on 2016/03/13 09:04:33 UTC

[jira] [Commented] (OLINGO-856) ODataHandler like interface in core API

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

Michael Bolz commented on OLINGO-856:
-------------------------------------

Hi all,

based on the good discussions, decision and that there was no objection about this issue I [merged|https://git1-us-west.apache.org/repos/asf?p=olingo-odata4.git;a=shortlog;h=refs/heads/OLINGO-856_ODataHandlerInAPI] it into the [master|https://git1-us-west.apache.org/repos/asf?p=olingo-odata4.git;a=commit;h=64617c814025c44c0ac28a546bfdb03e60800aa0] (so that it will be included in next release {{4.2.0}}).

Best Regards, Michael

> ODataHandler like interface in core API
> ---------------------------------------
>
>                 Key: OLINGO-856
>                 URL: https://issues.apache.org/jira/browse/OLINGO-856
>             Project: Olingo
>          Issue Type: New Feature
>          Components: odata4-server
>    Affects Versions: (Java) V4 4.1.0
>            Reporter: Michael Bolz
>            Assignee: Michael Bolz
>            Priority: Minor
>
> If Olingo will be used in a none Java Servlet environment it is complicated to do this because of the {{void process(HttpServletRequest request, HttpServletResponse response);}} entry point which is dependent on the servlet request/response objects.
> To avoid this a interface with a {{process}} method like in the {{org.apache.olingo.server.core.ODataHandler}} with the {{ODataRequest}} and {{ODataResponse}} objects would be better.
> This interface also should be the result of the {{OData.createHandler(ServiceMetadata serviceMetadata):ODataHttpHandler}} method.
> This would help a lot to use Olingo in other web frameworks (beside of the Java Servlet).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)