Tagged Questions

39
votes
15answers
20k views

How to learn Spring Framework fast? [closed]

Possible Duplicate: What are the best books for Spring and Spring MVC? Please recommend some good resources(especially must have books) about spring framework?
30
votes
13answers
21k views

What are the best books for Hibernate & JPA? [closed]

My team is about to build a new product and we are using Hibernate/JPA as the persistence mechanism. There are other book posts on stackoverflow, but I couldn't find one that matched my needs. My ...
22
votes
8answers
5k views

What to learn for making Java web applications in Java EE 6?

My goal is to make web applications! I finished reading the Books "Headfirst - Java" and "Headfirst - Servlets and JSP". Because this topic (web applications) is so big and complicated, I would like ...
21
votes
7answers
603 views

Book/topic recommendations for a programmer returning to programming [closed]

I used to be a developer in Java, PHP, perl and C/C++ (the C++ bit badly - the others not too badly, I hope). This was back in the Java 1.3/1.4 days. We used raw JDBC, swing, servlets, JSP and ant ...
21
votes
11answers
2k views

Introduction to Static Analysis

I'm a self taught programmer with almost non CS background. I'm currently learning about parsing techniques/algorithms/tools, and have a desire to build programs to analyze Java code. What kind of ...
19
votes
11answers
4k views

Dependency Injection book recommendation(s) [closed]

It seems like there are very few books (yes, I read books) on Dependency Injection. The Amazon tag for "dependency injection" lists only a few titles, and all of them are specifically about Spring for ...
16
votes
5answers
432 views

Is there a good book for understanding the modern internals of the JVM?

I came across this book "Inside Java 2 Virtual Machine", which looks like an excellent guide. However it's very dated, and I was wondering if there was a similar book that is more up to date.
14
votes
5answers
15k views

What is the best book to learn Spring and Hibernate [closed]

I would like to learn Spring and Hibernate in an efficient way. Next weeks, I will have a lot of time to read but I will not be in front of a computer (so it will difficult to read online tutorials ...
13
votes
8answers
865 views

Effective Java by Joshua Bloch

I keep hearing very good things about the book Effective Java by Joshua Bloch I'm new to Java and OO in general. Can anyone please tell me what exactly does this book teach and when is the right time ...
13
votes
10answers
4k views

Java 5 Concurrency book recommendations [closed]

Which book or books would you recommend for learning the ins and outs of Java 5's Concurrency and most importantly why? What I'm looking for exactly is a book which especially goes through the Java ...
13
votes
16answers
3k views

How to improve java knowledge?

I'm in college. Basically I have already learnt the syntax of java from books and have been programming in java for two years (Not every other day of course, because it's a computer science and not ...
13
votes
6answers
5k views

What is the best book or piece of documentation on Java Swing?

I am very likely to be starting a new project at work and will need to use the Java Swing library. I would like to get up to speed pretty quickly, preferably in the next two months. What do you ...
12
votes
8answers
7k views

Is the offical Sun Java EE tutorial the best way to learn how to make Java web apps? [closed]

I've been a web developer for almost a decade. I've mostly used classic ASP/JavaScript and I'd like to move into Java based apps. I have a decent understanding of Java itself (enough to know how to ...
12
votes
11answers
2k views

Good book to learn to program well in Java (engineering or architecture-wise, not syntax)

I'm looking for a book to learn to "engineer" programs better. I program in Java already. Looking at the source code of open-source projects usually is too complicated as I have never made a program ...
11
votes
7answers
427 views

Effective Java - By Josh Bloch - just for APIs?

This is a great book but (as he does hint at in his introduction) how useful is it for those of us who are not designing APIs for the rest of the world. Does API designing require a slightly ...
11
votes
8answers
3k views

Java books for preparing for interviews [closed]

Could you guys please recommend some good Java books which are good to read before you go to an interview. Ideally the book would cover a lot of core java, including tricky stuff. So books along the ...
10
votes
6answers
934 views

Life after Head First Java

I'm about to finish with Head First Java book. Can you recommend me some other books I can keep studying with. Thinking in Java looks like still a bit complicated for me, might be there a kind of ...
10
votes
35answers
2k views

What single Java book would you recommend for an experienced software developer? [closed]

Assuming an experienced software developer fluent in many languages, but having not entered the Java world from the ground floor, which single book related to the huge space that is the Java world ...
9
votes
4answers
1k views

Books for advanced java programmer to learn Android 2.2

I know there are lot of android books in the market. I want to pick one that is best suited for someone coming from a heavy Java background. I want to avoid books that spend 50 pages on a hello world ...
9
votes
3answers
543 views

Head First's Design Patterns

Is Head First's Design Patterns book suitable for someone with an intermediate knowledge of C++ and no knowledge whatsoever of Java? Thanks.
9
votes
8answers
3k views

Best books on JVM [closed]

Every good Java developer (well.. any developer) has his own list of the best books on each technology. Like: Core Java — "Thinking In Java" B. Eckel, "Core Java" K. Horstmann; Advanced Java — ...
8
votes
4answers
176 views

What books teach error handling? [closed]

What programming (or programming language) books teach how to write proper error handling code? I think that books (or online resources) that cover a range of languages that have similar error ...
8
votes
4answers
2k views

Best 2010/11 GWT Book [closed]

I've been looking for it, but found only old posts. I'm basically looking for a suggestion for a good GWT book, I've read the tutorials on the GWT page, done that StockWatcher app, and now I want to ...
8
votes
5answers
1k views

Java RMI and synchronized methods

(Please leave a comment if the point is not clear) I'm studying the book "Distributed Systems" (by Tanenbaum & Van Steen) and they say something that seems to conflict to what seems to be instead ...
8
votes
5answers
1k views

Could you please suggest any good books for Java EE

I am comfortable with Java SE 6 and I wanted to go deeper into Java by learning Java EE 6. However, I am confused and I don't know which book(s) should I read to master Java EE 6 (I have never learned ...
8
votes
7answers
3k views

which is the best book/tutorial for a Web Services newbie?

[sorry for my english] Hi, I'm a Newbie in Web Services. I've a java desktop app and some JSP/Servlets working fine, and I need to comm. both with the logic, (must be) using java. Which ...
7
votes
2answers
324 views

Java - Any good programming puzzle book?

Though this question is already asked here : Good book for puzzle But still, I am searching for a few good books on programming puzzles. If p'cular java, it would be nice since I love to work in ...
7
votes
7answers
769 views

is there a Java GUI for dummies?

first I want to apologize about my english, it may be not clear enough. Well, I'm new to Java programming, and I searched over this web about use of Swing, AWT, 2D, etc. but I didn't get the answer ...
7
votes
2answers
387 views

Which will be a good book for EJB 3.0?

I want to study EJB 3.0, but I don't have any idea which I book should buy. Could anyone please tell me the name of any good for EJB 3.0 study?
7
votes
5answers
5k views

Java Swing programming book

I am starting out doing some GUI development in Java, and am looking for a good comprehensive book on Swing. Coming from more of a scientific background, my programs have sometimes been very complex, ...
7
votes
9answers
781 views

What are the best free books, tutorials, websites for Java? [closed]

What are the best free of charge books, tutorials, websites for Java?
7
votes
20answers
9k views

What are the best resources for learning Java (books, websites, etc.)? [closed]

What are the best (as in most effective) resources for learning Java?
6
votes
2answers
226 views

Android Question: Linking an e-book page with videos/animations

I need to write a program for an e-book. Basically I would be linking a word on a page of this e-book to either an image or animation. I know if I just start writing code, I will probably be ...
6
votes
5answers
2k views

java book for beginners (main goal: android development)

i'm interested in developing applications for Android, and as i know, i need to learn Java. I have some basic knowledge of object-oriented php and a little C++, but nothing about Java. Can you ...
6
votes
4answers
580 views

Recommended book for OSGi

Here is how I arrived to this question. I wasn't really looking for OSGi, but I was reseaching for a technology that I can incorporate in my next Java based web developement project, so that I can ...
6
votes
1answer
673 views

Book about low-latency architectures

do you know any books about low-latency systems architectures (caches, messaging, data storing etc)? I'm working primary with Java and with financial applications, but it is not essential. Thanks.
6
votes
4answers
428 views

“Core Java” alternative?

I need a book like "Core Java" (both volumes) but written in a more serious style. I'm not a newbie, but not looking for a guru guide. I read Volume 1 a while ago and it was a disappointment. I need ...
6
votes
9answers
577 views

I'm new in Java. What to read?

Can you advise me as to some useful Java books to read first?
6
votes
3answers
290 views

CLR via C# like book for java

I am C# programmer, fairly comfortable with Java syntax and some features. I want to know if a book like CLR via C# exits for Java, something which will give me an in-depth knowledge of the JVM, but ...
6
votes
10answers
2k views

Book recommendation: Java EE [closed]

Do you know a good book on this topic?
5
votes
4answers
538 views

Java Thread programming book? [closed]

which Java thread programming books are recommendable? First of all I found "Java Thread Programming" by Paul Hyde, but this book seems to be very old (1999), so in my opinion uneligible for current ...
5
votes
4answers
424 views

Books on threads and concurrency [closed]

Can anyone please suggest books that give a sound understanding of threads in java and concurrency in threads.
5
votes
9answers
3k views

Best book to pick up algorithms and data structures?

I've been doing web development for 10 years, not touching algorithms and data structures since I left college. I've bombed 2 interviews because I've not been able to answer questions relating to ...
5
votes
2answers
3k views

Good JavaEE book? [closed]

Possible Duplicates: Best Java book you have read so far Could you please suggest any good books for Java EE J2EE Book Recommendation Assuming I already know the JavaSE basics, what ...
5
votes
5answers
240 views

Is there any book that teaches C# & Java simultaneously?

I know little bit of both. Both these languages beautiful and are similar in many things. I'm going to teach OOP. I thought of C# as language but then I felt why not teach both C# & Java ...
5
votes
3answers
946 views

Book recommendation for developing ecommerce website in Java

I have seen that there are many books titled: Build Ecommerce website in php Build shopping carts in php or asp.net Is there any book which explains, from scratch, how to start building a website ...
5
votes
2answers
604 views

What is the best book for 2D graphics using Java?

I need the best 2d graphics book in Java. And also need correct link for ebook for that.........
5
votes
8answers
672 views

Would you recommend the Java Puzzlers book for a beginner?

I am pretty much a beginner java programmer. do you think the book Java Puzzlers is a good read for learning and inspiration?. Any other books you recommend for java beginners would be great.
5
votes
9answers
836 views

Build a C# Bookshelf - what books would you include? [closed]

My primary development experience is in Java, although I have some C# experience as well. I have a library of material that I turn to often for those things that you do just infrequently enough that ...
5
votes
4answers
1k views

Effective java book for c# programmer

I heard a lot about effective java book, as a c# developer is this book useful for me? Is it going to add a value to my c# knowledge, is it going to get me some confusion (no java experience at all)? ...

1 2 3 4 5 6