views:

42

answers:

2

can you please suggest any books/references(other than listed below) for a developer who is gonna develop highly scalable system in java?

I know these books cover performance relates topics: effective java,va Concurrency in Practice and java performance tuning books

Thanks

A: 

In my opinion, You should start to read a lot about design patterns and get out the essence (How and Why) of every design pattern described by your chosen books. there are a lot of option out there in book stores, But my personal recommendation will be head first design patterns. This book provides a lot of food for thought.

Other aspects will be thinking on OOPS. You should try and design the system in this OOPS terms and rest assured you will get your high performance goals achieved.

vijay.shad