Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Communication between Eclipse UI and gdb

Hm. If you find CDI complex, you will likely have a very difficult time with DSF. It is more robust and extensible, but the technology is far more complicated--heavily using Java generics and asynchronous design patterns. The problem with CDI is that it is in maintenance mode; DSF is the future. You can take the easy (easier) route and integrate at the CDI level, but your product won't benefit from new features/capabilities.

John

At 03:32 PM 9/4/2009, Rohit Girme wrote:
Hey John,

I have been trying to integrate a debugger using CDI , but it appears to be very complex. Do you have any idea which one is better or less complex relatively to use CDI or DSF?

Thanks,
Rohit




Back to the top