Hi Chris Liberty,

Back in December Hans Bakker posted a link regarding Terracotta
http://www.terracotta.org/ that might eliminate the need for
serialization in a clustered environment.  I am not a "Java coder", so
a lot of the information and video lectures on the site were over my
head.  Would Terracotta's be a better pattern to pursue or would it be
better to focus on the traditional patterns?  Is Terracotta something
that OFBiz in general could benefit from or would it be something that
is difficult to accomplish?

-Chris Howe
--- "Chris Liberty (JIRA)" <[EMAIL PROTECTED]> wrote:

> 
>     [
>
https://issues.apache.org/jira/browse/OFBIZ-644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468703
> ] 
> 
> Chris Liberty commented on OFBIZ-644:
> -------------------------------------
> 
> Nicely done, Leon! Nice to see something that reminds us that we're
> Java coders and not FTL monkeys. Also good to enforce the separation
> of concerns whenever possible.
> 
> This would be a very useful object to have in the session at all
> times, if it were generic enough to be used with any paginated list. 
> 
> A couple of small wishes:
> 
> - It would be great if the class implemented Serializable in case the
> session is being replicated across an appserver cluster or needs to
> be persisted.
> - If you do make this generic, a combined getInstance() and update()
> method which would return an object reflecting the current state of
> the list from the request might be useful. It only saves a line, but
> would make it even easier to use.
> 
> 
> > Pagination in https://host_name:8443/ordermgr/control/orderlist
> needed
> >
>
----------------------------------------------------------------------
> >
> >                 Key: OFBIZ-644
> >                 URL:
> https://issues.apache.org/jira/browse/OFBIZ-644
> >             Project: OFBiz (The Open for Business Project)
> >          Issue Type: Improvement
> >          Components: order
> >    Affects Versions: SVN trunk
> >         Environment: All
> >            Reporter: Walter Vaughan
> >         Assigned To: Jacques Le Roux
> >             Fix For: SVN trunk
> >
> >         Attachments: orderliststate-svn.patch, orderliststate.patch
> >
> >
> > There is no pagination in
> https://host_name:8443/ordermgr/control/orderlist. If a status like
> "sent' is chosen, thousands or millions of rows will be returned if
> there is that many in the database. Some sort of pagination system
> like we have in https://host_name:8443/partymgr/control/findparty
> with some sort of higher limit like 100 records or so might be good,
> as to not break behavior for most existing users.
> 
> -- 
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
> 
> 

Reply via email to