I would recommend Bruce Eckel's Thinking in Java. His approach is that you're already a developer and you want to learn how to use the language EFFECTIVELY.
For organizing your project, I'd look at the Pragmatic Programmer Series. There is a whole section in the version control book on organizing your project files.
+1 on Refactoring By Fowler and the Gang of Four Design Patterns. In addition I'd recommend reading Patterns of Enterprise Application Architecture (also by Fowler), followed by Domain Driven Design by Eric Evans. To tie it all together look at Domain Driven Design with Patterns (even though it's in C# it gives some great advice).
