Re: Use of AbstractReadOnlyModel

2011-04-16 Thread Marek Šabo
Hi, thanks for elaboration, I used most of it as my arguments so I'm glad I didn't do it ex nihilo. The bad example you showed is exactly what do I deal with. Honestly, I don't use AROM a whole lot. LDM and PropertyModel are generally the most common. But I'm sure Igor will prove me

Use of AbstractReadOnlyModel

2011-04-15 Thread Marek Šabo
Hi all, I would like to ask for some examples where use of AROM comes in handy. We had a sort of dispute in one project whether it is better to provide static text, no i18n labels with Model.of(Object o) or final Object o; new AbstractReadOnlyModel(){ getObject() {

Re: Use of AbstractReadOnlyModel

2011-04-15 Thread Jeremy Thomerson
On Fri, Apr 15, 2011 at 8:43 PM, Marek Šabo ms...@buk.cvut.cz wrote: Hi all, I would like to ask for some examples where use of AROM comes in handy. We had a sort of dispute in one project whether it is better to provide static text, no i18n labels with Model.of(Object o) or final