Is there any plugins I can use for Eclipse that will show graphical view of classes dependencies?
Classycle can be a good start (for static dependencies between classes at least)
(I find their graph a bit complicated to follow though : CDA - Class Dependency Analyzer is an external tool, but produce much more readable dependency graphs)