Werner Punz schrieb:
> Martin Marinschek schrieb:
>>>> You don't show in your tutorials how to customize
>>>> the action methods
>>>> if need be, though.
>>> Sorry, missing the point... Maybe you could give me an
>>> example of what you wanted to accomplish?
>>>
>> If I understood the framework right, you define new
>> expression-language statements which have a special meaning. E.g.,
>> create a new object. There might be cases where just calling the
>> constructor is not enough - and I want to interfere with the creation
>> process. Same, and probably even more necessary on save. Do you define
>> and make available such hooks?
>>
> Well the way I see it, this framework can cover 70% of all simple crud
> usecases.
> Ok we do not have the clear bo/dao pattern here, but for simple apps amd
> normal crud forms you do not need that, the same goes for special
> creation code.
> 
> This is a clear contestor for making it very simple, especially since it
> also seems to be able to cope with scoping via bean pushing over
> parameters and it does not seem to be the configuration hell seam is.
> 
> All I would love to see on top of this one, is an implementation using
> javax.persistence ;-)
> 
> 
Uups I just saw it already utilizes the javax.persistence api.

Reply via email to