PaloT wrote:
> 
> Hello,
> can we move following code to BaseImpl:
>     @Autowired
>     @Qualifier("eventBus")
>     private EventBus eventBus;
> 
>     public ShippingCommandHandlerImpl() {
>     }
> 
>     public void receive(Event event) {
>         dispatch(this, event, "handle");
>     }
> 
>     public void handle(Object event) {
> ....
>     }
> 
> If you want you can override it in your class and it will make your
> Impl class clear.
> 

You mean the dynamic dispatch?
I will think about it.
It must be something that reminds the developer of that manual code must be
added. Compilation error is a good reminder. 


PaloT wrote:
> 
> We definitely have to meet to discuss some stuff. Aren't you going to
> some conference in Europe - probably Germany, England or some
> countries around Slovakia? We can meet there to discuss some stuff -
> maybe you can speak about Sculptor on conference and have it for free
> ;-).
> 
> Pavel
> 
> 

That would be great fun. I will go to http://oredev.org/2010

/Patrik
-- 
View this message in context: 
http://old.nabble.com/New-sculptor-event-mechanism-tp29024456s17564p29033281.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to