You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
I know that we can generate component fassades with CobiGen but still maintaining them is a waist of time as the implementation is very stupid. Also to avoid that some inexperienced developer starts implementing logic directly inside component fassade (when using the use-case approach) it would be great if there was actually no implementation.
The proposal is that we create a spring extension that can create the fassade implementation as dynamic proxy automatically. This will IMHO require an empty marker interface for the fassade but I think this would be helpful.
The text was updated successfully, but these errors were encountered:
I know that we can generate component fassades with CobiGen but still maintaining them is a waist of time as the implementation is very stupid. Also to avoid that some inexperienced developer starts implementing logic directly inside component fassade (when using the use-case approach) it would be great if there was actually no implementation.
The proposal is that we create a spring extension that can create the fassade implementation as dynamic proxy automatically. This will IMHO require an empty marker interface for the fassade but I think this would be helpful.
The text was updated successfully, but these errors were encountered: