vote up 1 vote down star

Similar to this question http://stackoverflow.com/questions/72719/good-book-for-a-c-developer-going-over-to-java I'd like to know what books mainly targeting web development people would recommend.

I'm currently developing large applications with ASP.NET MVC using TDD/DDD (persistence provided by NHibernate, IoC/Application Framework by Castle), so anything that might build on that would be really appreciated.

flag

3 Answers

vote up 2 vote down check

Given your previous experience I wouldn't recommend any entry-level books.

You might enjoy "Agile Java Development with Spring, Hibernate and Eclipse" - this introduces Java versions of the tools you are familiar with.

For more detailed info the 'X in Action' books from Manning are very good, not least because you can buy the PDF versions and dip in and out as required.

link|flag
I've always avoided Spring.NET because of it verbose XML configuration story. I use DSL to configure the IoC Contaier and ASP.NET MVC, would this be an option with Spring? – Chris Canal Sep 17 '08 at 20:05
vote up 0 vote down

I found Thinking in Java to be a useful guide. And you can download earlier editions (still very useful) for free.

link|flag
vote up 0 vote down

Maybe one of this questions can help you

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.