Thomas Andraschko

Results 342 comments of Thomas Andraschko

A way to execute BvMetadataTransformer only for a specific constraint

In theory we could support this BUT not with the current approach. Currently the TabView is the component which handles the dynamic tab. So if you add a "var" to...

what exactly do you mean? the DeltaSpike or Mojarra branch? If DeltaSpike, just the master of Github.

Sorry i dont have this time. Its very simple to clone deltaspike and run the tests. No need to reinvent the wheel here as i also linked the PR of...

Commited the ReflectionDataModel now as we use it in some projects already, also added some tests will provide a small docu enhancement tomorrow

yep, i'm roughly done with it Currently it's just the brother of JpaLazyDataModel. Our usecases are webservices, which doesnt support filtering or sorting. So we need to call the webservice,...

JFYI, simple case normal list vs ReflectionLazyDataModel sorting 10000 entries: 1) simple list: ~320ms response time 2) reflectionLazyDataModel: ~230ms response time not used a profiler and using an extreme case...