You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Willie Loyd Tandingan (JIRA)" <ji...@apache.org> on 2015/11/19 19:07:11 UTC

[jira] [Commented] (ISIS-1235) Enhance RO viewer to support section 34.3 of RO v1.0 spec ((x-ro-page, x-ro-page-size)

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

Willie Loyd Tandingan commented on ISIS-1235:
---------------------------------------------

I skimmed over NOF .NET on how it paginates. It seems to take advantage of LINQ's IQueryable and finder actions involving a database query return this type.

The actual pagination and query execution takes place in an IQueryable facet [1].

This design seems to be appealing since we could create adapters for various datasources like in-memory, DataNucleus, search engines (i.e. Lucene), etc.

Any thoughts on this?

[1] https://github.com/NakedObjectsGroup/NakedObjectsFramework/blob/e6f038df7273833b57a5064c2603a5d019e90583/Core/NakedObjects.Metamodel/Facet/GenericIQueryableFacet.cs

> Enhance RO viewer to support section 34.3 of RO v1.0 spec ((x-ro-page, x-ro-page-size)
> --------------------------------------------------------------------------------------
>
>                 Key: ISIS-1235
>                 URL: https://issues.apache.org/jira/browse/ISIS-1235
>             Project: Isis
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.9.0
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: 1.12.0
>
>




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