[forge-dev] [JBoss JIRA] Commented: (SEAMFORGE-162) Scaffold should support paging

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Tue May 10 10:46:18 EDT 2011


    [ https://issues.jboss.org/browse/SEAMFORGE-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601035#comment-12601035 ] 

Lincoln Baxter III commented on SEAMFORGE-162:
----------------------------------------------

To send a pull request, navigate to https://github.com/includeeasy/core/tree/SEAMFORGE-162 and click the "send pull request" button. Then fill out the subject and description and click send.

The encoding may pose a problem. If possible, could you change this to UTF-8 and re-submit?

Also, if you could make the following refactoring to the findRange() method:

From:
{code}public <T> List<T> findRange(Class<T> type,int[] range) {code}
To:
{code}public <T> List<T> findAll(Class<T> type,int firstResult, int maxResults){code}

I think that API will be a little easier to understand, and a little less user-error prone.

Thanks! This is good stuff.

> Scaffold should support paging
> ------------------------------
>
>                 Key: SEAMFORGE-162
>                 URL: https://issues.jboss.org/browse/SEAMFORGE-162
>             Project: Seam Forge
>          Issue Type: Feature Request
>          Components: Plugin API
>    Affects Versions: 1.0.0.Alpha3
>            Reporter: Liu Jianhong
>             Fix For: 1.0.0.Alpha4
>
>   Original Estimate: 3 hours
>  Remaining Estimate: 3 hours
>


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


More information about the forge-dev mailing list