Book for advanced Java

I'm looking for a book. There are lots of books on how to start programming java. But I'm looking for something 'advanced'!
Does anyone have a recommedation??
I'm especially looking for topics like planing large programs.

I'm also quite interested in network
programming.This is a coming one on concurrency with lots of high profile authors,
http://www.amazon.com/gp/product/0321349601/qid=1139572252/sr=1-1/ref=sr_1_1/002-6112436-7388854?s=books&v=glance&n=283155
I usually only recommend just one book and that's the Java Programming Language by Gosling and others. With it you're an instant gury and can answer like 95% of all questions asked here.
There's also another one on patterns I'm quite fond of. It's Holub on Patterns by Holub. Even though the GoF book is the bible most examples are C++ and it's quite a hard read. This is softer with two big examples including the Game of Life.
http://www.holub.com/software/life/index.html
I'm a little curious about this one, Wicked Cool Java, but don't know anything about it.
http://www.amazon.com/gp/product/1593270615/qid=1139572749/sr=1-6/ref=sr_1_6/002-6112436-7388854?s=books&v=glance&n=283155

Similar Messages

  • LabVIEW Book for advanced users? German or english

    Hello,
    I am searching for a book about LabVIEW (ideally 7.1. but later versions are also ok) for advanced users.
    All the books I find on amazon are introductions for beginers.
    I have done the LabVIEW Tutorial and I am programming since a couple of years, so my level ist something like beginer II or intermediate I (compared to LabVIEW classes).
    Now I would like to improve my programing style and learn something about different VI architectures, professional design, performance optimizing, etc.
    Are there any good books in english or german?  
    Johannes
    Message Edited by johanneshoer on 09-23-2009 07:10 AM
    Greetings Johannes
    Using LabVIEW 7.1 and 2009 recently
    Solved!
    Go to Solution.

    Hi,
    have a look at this LabVIEW wiki page.
    I advice 'A software engineering approach to LabVIEW'
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Recommend good books for learning java?

    im using Java How to Program, Deitel&deitel.
    i find it all right.
    what do u think about this one?
    can u recommend any other?
    Natasha

    There's a lot of online reference available, too:
    http://java.sun.com/docs/books/jls/second_edition/html/j.title.doc.html
    http://java.sun.com/j2se/1.4.1/docs/api/index.html
    http://java.sun.com/docs/books/tutorial/index.html
    There's links to all the online documentation, as well as to a few recommended books that you can buy, at:
    http://java.sun.com/j2se/1.4.1/docs/index.html
    As for specific book, sorry I can't help you. I personally learned a lot more Java by browsing through the API reference than I did by checking out coding examples. But that might only be because I already had a decent background in programming when I started. If you start Java as your first programming language, then an example and explanation filled book would be really useful. Like I said, sorry about not being able to provide any solid recommendations.
    Hope that helps though. Check out those links, they are pretty useful. The tutorial is pretty helpful sometimes, too.
    Jason

  • Good books for learning Java(Servlets,JSP,EJB,etc.,),Javascript.

    Hi Experts,
    Can you suggest me some good books on java , javascript.The books should include the internals of Servlets,JSP,EJB.
    Thanks
    vishal

    http://forum.java.sun.com/thread.jspa?forumID=54&threadID=756427&start=7
    http://forum.java.sun.com/thread.jspa?forumID=54&threadID=751055
    http://forum.java.sun.com/thread.jspa?forumID=54&threadID=743429
    http://forum.java.sun.com/thread.jspa?forumID=54&threadID=742997&start=11
    http://forum.java.sun.com/thread.jspa?forumID=54&threadID=750775&start=24
    Just a simple search for this forum....
    It took me 10 seconds tofind these..
    JJ

  • Strongly recommend  a good book for the java web programmer

    book name: java for the web with servlets,jsp and EJB
    publisher : New Riders
    very suitable for beginners ~~~like me 0_O~~~~

    Hello guys,
    Glad to hear you guys pursuing certification. Upon finishing both books, I still felt like I needed to prepare in some other means. That was when I started taking practice exams online. Those helped a LOT! (I took around 10 exams) They really test you if you know the material... Here are a few links which might be of some help:
    http://www.javaranch.com/maha/Preparation_tips/preparation_tips.html
    http://www.javaranch.com/mock.jsp
    http://www.javacert.com
    Good luck!
    Ming
    Developer Technical Support
    www.sun.com/developers/support

  • Suggestion for online tutorial for advanced java concepts?

    I'm a University of Maryland graduate with a pretty solid grasp of core Java; however, this training didn't include most of the 'java in a web environment' technologies and similar advanced concepts. I'm looking to spend some time teaching myself concepts of struts, hibernate, EBJ, anything involving beans really.
    I've tried googling the concepts individually but I keep finding sites with only small examples or that cover only the most generic overview of the concepts. I'm looking for a (free) online resource that will cover these concepts in a structured, mroe indepth manner. Ideally one that includes some sort of programing assignments so I can try to 'learn by doing.' I was hoping someone could give a link to any resources they have used and recommend.
    Thank you

    sollen wrote:
    A quick glance suggests they have good detailed information, but I still learn best by doing. I don't suppose anyone else knows any good examples of mini programing 'homework' assignments I can work on to get some experience using various technologies. I could make something up myself, but I'm more likely to actually do the work if I have a mini-curriculum to focus on. Left to my own devices I'll sit down and start studying only go get distracted by somethi..LOOK A KITTY!I think you're better off trying to create a program or utility that solves a non-programming problem that you're currently dealing with. That's what I do, and it gives both motivation and the reward of having a bunch of utilities that I use now to create and send out patient letters and what not. To further motivate you, I'll in fact insist that you do this, OR THE KITTY DIES!
    Have fun!

  • Book for selling Java app

    Hows it going?
    I have made a java program that I want to sell via a website which I need to set up and I would like to buy a book which can guide me through this (I have 7 years Java programming experience but no real experience of deployment or websites).
    I need to know:
    * How to allow a user to download a 30 trial version which will then expire unless they buy the app.
    * How to accept payment for the app
    * How to prevent others from just reselling my app themselves (copyright?)
    * How to put a forum on the site
    What I am after is a book that will cover as many of these requirements as possible.
    Can anyone recommend anything?
    Thanks a lot,
    Jim

    Its an application for people learning foreign languages. It doesnt use any database and is a stand alone pure java app. It does write to the users local File system to store the data for the app.

  • Advanced java web development

    is there are any books for advanced java web development ?
    (including Persistance, struts, Springs, Jsf and Vjsf)

    Assuming you are talking about one book only: of course not, such a book would be useless as it will tell only a little of subjects for which numerous books have been written individually. A Google query will give you the same high level information without wasting money.
    In any case:
    I would focus on one technology at a time if I were you. For persistence I recommend "Pro JPA 2". For Javaserver faces you can hardly go wrong with the reference manual (simply called "javaserver faces 2.0"), although the JSF 2.0 cookbook may be a nice addition to it because it has more focus on specific topics.

  • Java Book for Beginners

    Hi all
    I am a new member of this group.Can u pls suggest me a wonderfull book for java especially for beginners.I want to learn core java in a weeks time.so pls suggest me a good book.Awaiting your reply.See u.Bye

    Ivor Horton's Beginning Java 2 SDK 1.4 Edition by Wrox is a terrific book for learning Java.
    http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=4YFGCTTPHY&isbn=0764543652&itm=1

  • Theoritical Doubt regarding Advanced java

    Hi, I would like to start learning Advanced Java. From where should i start. As per my knowledge I guess Core Java mainly ends with Applets. Where from should I start for Advanced Java. Upon Core java, is it advisable to learn Advanced Java or else J2EE?
    I dont know whether I'm right or wrong to post such a question here.
    Any kind of reply is highly appreciable.
    Thanks in advance.
    Edited by: netbeans2eclipse on Sep 16, 2008 10:07 AM

    As per my knowledge I guess Core Java mainly ends with Applets.Before you go off hunting down the elusive "Advanced Java", maybe you should explain
    what "ends with Applets" means. Swing? Have you done the following?
    1. Written a complete Swing application?
    2. Used concurrency in Swing, for example, SwingWorker?
    3. Designed your own LayoutManager?
    4. Worked with [Java2D |http://java.sun.com/docs/books/tutorial/2d/index.html] ?
    5. Used Drag and Drop Data transfer?
    6. Worked with some of the more advanced controls, like JTree and JTable?
    7. Defined your own model classes?
    8. Written code to support undo/redo functionality?
    9. Designed your GUI code around an architecture like MVC or MVP ?
    The list goes on, but those are the first things that pop into my head.

  • Best book for designing and architecting a java application?

    Hi,
    Please recommend the best book(s) in the market or on line tutorials which would help me architect and design a java application using SWING.
    I have used most of the swing components in many small GUI apps I have developed [JTable, JTree, etc, etc ....] and do not need a beginners books [online tutorials at sun site are good for that]. A book tackling advance topics, which may not concentrate on coding but has very good cases to understand the design [both class level and usuablity] and architecture of the application.
    I need to develop an editor for a GUI based language + a code genertor + mapper application [which will run as a application and may use webstart to run from a browser.]
    THANKS !

    I like "Pure JFC Swing" it's got a well written example for each and every Swing component. When I was learning to use swing each component I came across I could easily look at the example for that component and incorporate it into code for my app. That combined with the Javadoc was all I've ever needed.

  • Good Book For Java Card

    Hi Friends..
    I want to know what is good book for Java Card for Beginner until Advance..
    and i want to know what book that you read for developing Java Card application
    Give me any suggestion, please.
    Thanks in advance..

    Hi,
    OnurTaco wrote:
    Zhiqun Chen 's [Java Card Technology for Smart Cards|http://www.amazon.com/Java-Card-Technology-Smart-Cards/dp/0201703297/ref=sr_1_1?ie=UTF8&s=books&qid=1270063749&sr=8-1] has been very useful and informative for me.
    Just remember that this book is for JC 2.1 not 2.2.1. I have still found this book good for explaining the fundamentals of Java Card development. It just doesn't cover all of the JC 2.2.x API's.
    Cheers,
    Shane

  • Advanced java book needed

    i need a throrough java book to add to my collection which goes over the most advanced of java programming (reflection, polymorphism etc...) in hopefully one book which has clear examples. if you know of one please give me isbn or title/author id be so grateful. thanks!

    So many topics though!
    There is a book on Java thread ("Java Threads v2"?)
    There are several books on java optimization (like use StringBuffer instead of String)
    The Java Lang Spec 2 book.
    The Java Virtual Machine 2 book.
    The Java Native Inteface 2 book.
    I suspect the Sedgewick Algorithms book is good, unless you already have one for another language.
    There are some enterprise level books but no titles I can recall right now.
    And naturally there are books that apply to advanced java work like some of the design books (like the UML stuff.)

  • Suggestion for a good book for webdynpro for java

    Hi, I am new to this technology,and i know a little bit basics,but i want to learn in depth regarding Webdynpro For Java and my backend is SAP R/3
             can anyone suggest me  a good book for webdynpro for java

    Hi padma,
    Check this link.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#9">Web Dynpro Sample Applications and Tutorials</a>
    Re: Guides for new entrant to Webdynpro
    Regards,
    Mithu

  • Good books for java web services

    hi.. i want to learn java web services. can anyone pls tell me the good books or material if any to start with. I have exp in core java.

    http://www.soabook.com/ The Good Book for modern web service development in Java.
    http://www.amazon.com/J2EE-Web-Services-SOAP-JAX-RPC/dp/0321146182 The Bible about all things web services.
    Get them both, use the first to learn and the second as a reference.

Maybe you are looking for