US | UK | Germany | Help | |
Home - Basic J - Java Programing (Books) |
  | Back | 81-100 of 100 |
click price to see details click image to enlarge click link to go to the store
81. J2EE Developer's Handbook by Paul Perrone, Venkata S.R., Tom Schwenk | |
Paperback
(09 June, 2003)
list price: US$59.99 -- our price: US$40.79 (price subject to change: see help) Isbn: 0672323486 Availabity: Usually ships in 24 hours Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (17)
Best J2EE 1.4 book and best Java book for my money
Great Book! Take a look at the table of contents and see what I mean. I can say that all of the content is carefully described and they provide diagrams illustrating the J2EE structure and code examples showing how to use each API. True to its name, it is my handbook for J2EE that I keep with me at work and on the road and so I wanted to give them a good review for a job well done. My only drawback is that the code for the J2EE 1.4 reference implementation needs to update the build scripts. But I sent an e-mail to one of the authors and he responded saying that the J2EE implementation changed and the code should work but they would send me and update their web site with the new reference implementation scritps. Since I am only using the code and the code works it was no big deal for me. I was pretty impressed that the author even responded to my e-mail since most don't.
One of the good books with great examples Subjects: 1. Business Data Processing 2. Computer Bks - Languages / Programming 3. Computer Books And Software 4. Computers 5. Programming Languages - Java 6. Computers / Programming Languages / Java 7. Java (Computer program languag   |
82. Pragmatic Unit Testing in Java with JUnit by Andy Hunt, Dave Thomas | |
Paperback
(September, 2003)
list price: US$29.95 -- our price: US$19.77 (price subject to change: see help) Isbn: 0974514012 Availabity: Usually ships in 24 hours Canada | United Kingdom | Germany | France | Japan | |
Subjects: 1. Computer Bks - Operating Systems 2. Computer Books: Languages 3. Computer Programs Testing 4. Computers 5. Information Theory 6. Operating Systems - General 7. Programming - General   |
83. Data Structures and Abstractions with Java by Frank Carrano, Walter Savitch | |
Hardcover
(17 December, 2002)
list price: US$98.00 -- our price: US$91.14 (price subject to change: see help) Isbn: 0130174890 Availabity: Usually ships in 24 hours Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (1)
Mediocre P.S. - I found at least one typo in chapter 1. Can you find it? :-) ... Read more Subjects: 1. Computer Bks - Data Base Management 2. Computer Books: General 3. Computer Programming Languages 4. Computers 5. Data Structures 6. Data structures (Computer scie 7. Data structures (Computer science) 8. Database Management - General 9. Java (Computer program languag 10. Java (Computer program language) 11. Programming - General 12. Programming Languages - Java 13. Computers / Programming Languages / Java   |
84. Java 2 Programmer Exam Cram (310-035) by William Brogden, Marcus Green, Ed Tittel | |
Paperback
(07 March, 2003)
list price: US$29.99 -- our price: US$20.39 (price subject to change: see help) Isbn: 0789728613 Availabity: Usually ships in 24 hours Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (5)
Pick it Up
Missing some things There are some things missing in this book...simple stuff even like anonymous array creation. And everything else, as the title says, is crammed: about 10 pages per topic. Annoyingly however there is some stuff in this book that isn't in the exam objectives: eg. static intialization blocks... I found the tests in the book were somewhat misleading of my current knowledge: they are fairly easy, so they flatter to deceive to a certain extent. ALso of annoyance are the topic tests at the end of each chapter: these are quite good in themselves, but each one has the answer straight after it. SO it's hard to avoid seeing it and the remedy: using a peice of paper to cover it and another the page next to it so you can't see and memorize the answer to the questions over there is a little demeaning. Seriously...it shows poor oversight and miserliness...what's a couple of more pages and put the answers in one section at the end of each chapter? A small gripe but nonetheless an important one. The CD contains an exam where some of the questions cover material that isn't in the exam objectives: I hit one question on Iterator Methods! This is absurd! I recommend Kathy Sierra's Book (she helped create the test!) instead of this and also reading the Java Language Specification to find out all the rules, nuances and quirky behavior that makes Java the language we all love- and love to hate because of this Exam (but what's life without a challenge?) Also: to these people who like to post their test scores as vindication of a book: why do this? Firslty anybody cna make up a number or lie about having done the test. Secondly, god knows how much of your life you've spent on Java. So unless you give a fair assessment of your knowledge --book and then book++ it really doesn't mean much....just a thought.
Good for experienced developers 1) sit sample test 1 from the book (scored 58%) While this book was my primary study tool, I also made frequent use of the online library Javadocs and the book 'Java in a Nutshell' to provide supplementary detail. Overall I thought the book was pretty good, my biggest complaint would be that the answers for the chapter questions are right under each question making it *much* too easy to accidentally see the answer. I also felt the threading coverage was a little weak. I'm an experienced developer, it could be that someone with less experience needs more detail. ... Read more Subjects: 1. Certification 2. Computer Bks - Accounting Packages 3. Computer Books: General 4. Computer Networks 5. Computer Programming Languages 6. Computers 7. Electronic data processing personnel 8. Examinations 9. Financial Applications - General 10. Java (Computer program language) 11. Programming - General 12. Programming Languages - Java 13. Study guides 14. Computers / Technical Skills   |
85. J2EE AntiPatterns by Bill Dudney, Stephen Asbury, Joseph Krozak, Kevin Wittkopf | |
Paperback
(11 August, 2003)
list price: US$55.00 -- our price: US$36.30 (price subject to change: see help) Isbn: 0471146153 Availabity: Usually ships in 24 hours Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (5)
A Good Read for Project Mangers, too "J2EE AntiPatterns" is a useful guide for helping project managers with technical (but not necessarily J2EE) backgrounds zero-in on the major pitfalls the development team must circumvent. The Background, General Form, Symptoms and Consequences, and Typical Causes sections of most AntiPatterns provide the manager with sufficient information to recognize, understand, and (hopefully) avoid technical problems. (The exceptions are the AntiPatterns for entity, session and message-driven beans - the book assumes a basic understanding of J2EE beans.) Project managers do not need to fully comprehend the code examples (the book has many) to employ the lessons described in "J2EE AntiPatterns" - simply recognizing and understanding the AntiPatterns will be valuable to the team. If I had read this book before (or during) my last project, I would have been able to recognize some significant problems by simply observing and listening to the engineers discuss their challenges, including the following AntiPatterns: "Too Much Code" - our LOC metrics would have fleshed this one out quickly; Coupled with a book or two describing J2EE at a high level, "J2EE AntiPatterns" is essential reading for technical project managers. This book will undoubtedly increase the project manager's effectiveness and help him/her better communicate with the team. A little knowledge for project managers is NOT always dangerous!
Gotcha's exposed.... (A Review of one good book) In this book the Antipatterns (APs) are grouped by J2EE topical area, several are identified for the area and then solutions proposed for each AP. Not only do they expose issues with designs that are common mistakes, but they then go on to not only tell you a possible solution(s) and also impart good principles on why. Each AP has the following sections: Background, General Form, Symptoms and Consequences, Typical Causes, Known Exceptions, Refactorings, Varations, Example(s) and Related Solutions. The catalog of AP's in the appendix of the book provide a quick summary of each AP also, so you can see if your Symptoms are listed quickly. One example is from the "Distribution and Scaling" chapter. The just of it is that in an enterprise system you use layering, workflow and the idea that the network is the computer to model and solve your problems. If you haven't you'll notice all of your code linking into libraries of many different types when library access should be localized to one workflow point that other workflow tasks utilize. By doing what they suggest you'll end up with a highly distributable solution and a weakly coupled system that will be flexible to change. So save yourself some future troubles, or help yourself fix your current ones, read this book! It imparts knowledge you can't get from a Blueprint!!
Excellent for J2EE Designers/Developers The book covers most of the J2EE spectrum. There are sections on JSPs, Servlets, Entity and Session Beans, JMS, and Web Services. There are also sections on general J2EE architecture including distribution, scaling, and persistence. Each chapter gives a background on a specific antipattern, discusses the typical symptoms of the antipattern, and then covers various refactorings that can be used to correct the antipattern. Some of the antipatterns discussed may sound familiar ("too much code in JSPs") but the list of refactorings will provide useful information for even these obvious coding errors if you happen to be supporting an application that suffers from that antipattern. The authors have done a great job of clearly explaining each antipattern, both explaining why it is an antipattern and what you can do to fix the problem. Each refactoring is demonstrated with code samples as well as with UML diagrams where appropriate. Overall, this is an excellent book that should be on the shelf of anyone involved in designing J2EE applications. ... Read more Subjects: 1. Antipatterns (Software enginee 2. Antipatterns (Software engineering) 3. Computer Bks - Languages / Programming 4. Computer Books: General 5. Computer Networks 6. Computer Programming Languages 7. Computer software 8. Computers 9. Development 10. Java (Computer program languag 11. Java (Computer program language) 12. Programming - General 13. Programming Languages - Java 14. Software refactoring 15. Computers / Programming Languages / Java 16. Java & variants 17. Networking packages   |
86. Java How to Program (6th Edition) (How to Program (Deitel)) by Harvey M. Deitel, Paul J. Deitel | |
Paperback
(04 August, 2004)
list price: US$92.00 -- our price: US$92.00 (price subject to change: see help) Isbn: 0131483986 Availabity: Special Order Canada | United Kingdom | Germany | France | Japan | |
Subjects: 1. Computer Bks - Languages / Programming 2. Computer Books: Languages 3. Computers 4. Java (Computer program languag 5. Java (Computer program language) 6. Object-Oriented Programming 7. Programming Languages - Java 8. Computers / Programming Languages / Java   |
87. Wireless Game Development in Java with MIDP 2.0 by Ralph Barbagallo | |
Paperback
(October, 2004)
list price: US$39.95 -- our price: US$32.97 (price subject to change: see help) Isbn: 1556229984 Availabity: Usually ships in 24 hours Canada | United Kingdom | Germany | France | Japan | |
Subjects: 1. Computer Bks - Languages / Programming 2. Computer Books: Languages 3. Computer games 4. Computers 5. Entertainment & Games - General 6. Java (Computer program languag 7. Java (Computer program language) 8. Programming 9. Programming Languages - Java 10. Wireless communication systems 11. Computers / Programming Languages / Java   |
88. J2EE Unleashed by Mark Ashnault, Ziyad Dean, Thomas Garben, Paul R. Allen, Joseph J. Bambara, Sherry Smith | |
Paperback
(15 December, 2001)
list price: US$59.99 Isbn: 0672321807 Availabity: This item is currently not available. Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (9)
Good coverage but is lacking
Good introduction to J2EE architecture
It Could Be Better Subjects: 1. Business 2. Computer Bks - Languages / Programming 3. Computer Books: General 4. Computer Networks 5. Computer Programming Languages 6. Computers 7. Data processing 8. Java (Computer program languag 9. Java (Computer program language) 10. Programming - General 11. Programming Languages - Java 12. Computers / Programming Languages / Java   |
89. Java by Dissection: The Essentials of Java Programming by Ira Pohl, Charlie McDowell | |
Textbook Binding
(22 October, 1999)
list price: US$87.00 -- our price: US$87.00 (price subject to change: see help) Isbn: 0201612488 Availabity: Usually ships in 1 to 3 weeks Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (5)
Clear and Concise Introduction to Java
Excellent book for people with some programming experience! The book stands out in term of example explaination. Greatly recommended by a computer science student! UCSC RULES!!
programming book for programmers Subjects: 1. Computer Bks - General Information 2. Computer Books: General 3. Computer Networks 4. Computer Programming Languages 5. Computers 6. Data Processing - General 7. Java (Computer program languag 8. Java (Computer program language) 9. Networking - General 10. Programming Languages - General   |
90. Effective Enterprise Java by Ted Neward | |
Paperback
(26 August, 2004)
list price: US$44.99 -- our price: US$30.59 (price subject to change: see help) Isbn: 0321130006 Availabity: Usually ships in 24 hours Canada | United Kingdom | Germany | France | Japan | |
Subjects: 1. Computer Bks - Languages / Programming 2. Computer Books: Languages 3. Computers 4. Java (Computer program languag 5. Java (Computer program language) 6. Programming Languages - Java 7. Computers / Programming Languages / Java   |
91. Enterprise JMS Programming by Shaun Terry | |
Paperback
(01 February, 2002)
list price: US$39.99 -- our price: US$26.39 (price subject to change: see help) Isbn: 0764548972 Sales Rank: 122659 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Enterprise JMS Programming can put enterprise-level development with the Java Message Service into the hands of any capable Java developer. This book successfully mixes a tutorial to the JMS API itself and a discussion of the "big picture" concepts you need to know to architect large systems that use messaging effectively. What distinguishes this title is the clear-as-crystal perspective on what messaging is and how to implement various messaging architectures. This book is far from just a listing of JMS APIs. The author outlines basic messaging concepts, including synchronous and asynchronous processing, plus the publish/subscribe and point-to-point models of message distribution. Early working code examples show off basic message operations (like sending and receiving messages). Then it's on to a nicely packaged demo of using a message-driven bean from Enterprise JavaBeans 2.0. A notable section looks at the various available JMS message types (and when and how to use them). The book then covers larger concepts like transactions and security in JMS and the issues that you'll need to consider when designing secure and reliable enterprise messaging systems. The author looks at ways to make sure your messaging code is as fast and reliable as it can be. (He walks the reader through scenarios in which message queues can fill up, and in one good example, shows how orders for an online store build up in the queue in one business day.) A discussion of administration tasks is followed by real advice and screen shots using BEA WebLogic Application Server 6.1, a popular choice for J2EE/JMS deployment. Final chapters really excel at guiding the user in designing JMS applications by providing hypothetical case studies for no less than four separate scenarios. Using intranet, extranet, and high-volume Internet systems, these examples and the designs outlined here will ensure that you can correctly apply JMS to a wide variety of enterprise-class problems. A final listing of all JMS APIs rounds out this book. Overall, Enterprise JMS Programming sets a high standard for any programming text with its stellar presentation style and clear code examples, which provide the best of theory backed up with practical advice. It's sure to be an extremely worthwhile resource for any developer facing a JMS project. --Richard Dragan Topics covered: Overview and history of the Java Message Service (JMS); guidelines for choosing JMS; types of messages (including text, byte, object, and map messages); message properties explained; constructing and sending messages (illustrated with a variety of message types); receiving messages synchronously and asynchronously; publish/subscribe and point-to-point messaging basics; tutorial for message-driven beans in Enterprise JavaBeans 2.0; understanding and using JMS transactions; security concepts in JMS; tips for maximizing JMS performance (including factors that affect performance, optimized code, and benchmarking); JMS administration (illustrated with BEA WebLogic Application Server 6.1); sample case studies illustrating JMS architectures: a sample real-time financial trading system, a workflow system, a high-volume extranet application for branch offices (for loan applications), and high-volume order-taking systems (for three onlinee-commerce sites); and a reference listing all JMS classes and APIs.
... Read more Customer Reviews (5)
Best JMS book I've read If you want to get a good understanding on designing JMS application, don't look further, buy this book, you won't regret your investment
Generally excellent, but not consistent. The book (commendably) sets out to give a full picture of how to design, build, deploy, secure, and manage a JMS-based messaging architecture. This means, however, that it's very noticeable when a topic is skimmed over. For example, the section on bridging two different vendors' JMS implementations has two pages of simple code and less than one page of discussion that fails to consider administration, security, or performance, despite the normally good coverage of these areas elsewhere. Nevertheless, I was mostly impressed with this book - it's just a pity that the high standards it sets itself aren't met consistently throughout the book. A second edition that discussed the example architectures in Part III in detail would be a truly excellent book, and would be relevant to all messaging products rather than just JMS.
A great JMS book! This book goes beyond theory and explains how to use JMS in different situations. ... Read more Subjects: 1. Business 2. Computer Bks - Languages / Programming 3. Computer Books: Languages 4. Computer Programming Languages 5. Computers 6. Data Processing - General 7. Data processing 8. Electronic mail systems 9. Java (Computer program languag 10. Java (Computer program language) 11. Message processing 12. Programming - General 13. Programming Languages - Java 14. Telecommunication 15. Telecommunication (Engineering) 16. Telecommunications 17. Computers / Programming Languages / Java 18. Java & variants   |
92. Data Structures and Algorithms in Java (2nd Edition) by Robert Lafore | |
Hardcover
(06 November, 2002)
list price: US$59.99 -- our price: US$40.79 (price subject to change: see help) Isbn: 0672324539 Availabity: Usually ships in 24 hours Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (10)
Excellent book
Makes learning data structures a joy! The explanations are so clear, I can honestly say it has been relatively easy to learn. I haven't really struggled at all. The author takes a very sensible approach, only focusing on the subject of algorithms and data structures. He criticizes the current trend of mixing software engineering and oop in with this subject (which is exactly why I don't like the assigned textbook). His goal when writing this book was to create "the most easily understood book ever written on data structures and algorithms." I'd say he hit his mark dead-on! The only thing missing from the book is exercises. There are none (at least not in the first edition). But several times I have taken the code from the accompanying CD and rewritten it to suit my personal programming style, which has been very instructive. I don't know what has been added/changed in the new edition, but you can probably find out by checking the publisher's Website. The author has given us a real gem, and for that I am grateful. By the way, another very good book is "Data structures and Algorithms" by Aho, Ullman, and Hopcroft. I highly recommend it as well. I think it's out of print, but I had no trouble finding a cheap, used copy. Best wishes, Greg Norris
Great Book For Learning Data Structures Subjects: 1. Algorithms (Computer Programming) 2. Computer Bks - Languages / Programming 3. Computer Books: General 4. Computer algorithms 5. Computers 6. Data Modeling & Design 7. Data Structures 8. Data structures (Computer scie 9. Data structures (Computer science) 10. Database Management - General 11. Java (Computer program languag 12. Java (Computer program language) 13. Programming - General 14. Programming Languages - Java 15. Computers / Programming Languages / Java   |
93. Beginning Java 2 - Jdk 1.3 Edition: Jdk 1.3 Edition (Programmer to Programmer) by Ivor Horton | |
Paperback
(01 March, 2000)
list price: US$49.99 -- our price: US$49.99 (price subject to change: see help) Isbn: 1861003668 Availabity: Special Order Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (83)
WOW
I Like it Like that!
This book IS exceptional! Yes, it's long; yes it's a bit of a struggle (how could it not be... it's teaching a complex and feature-rich programming language from scratch); yes, the author is a bit verbose; yes, JSP and other wonders aren't covered (a cursory glance at the back page tells you what it DOES cover), but, OVERALL, it's a real winner and I cannot recommend the book highly enough. As for errors in the book: not many compared to other tecnical books. The number of errors to number of pages ratio is tiny. I don't wish to sound cruel, aloof or snotty here, but those reviewers who have been baffled by the book (and have, basically, zero-rated it as a result) should consider brushing-up on their burger flipping skills, because real life programming is full of brain-bending stuff that at least matches (and often dwarfs) the trickier parts of the book. ... Read more Subjects: 1. Computer Bks - Languages / Programming 2. Computer Books: General 3. Computer Networks 4. Computer Programming Languages 5. Computers 6. Internet - General 7. Java (Computer program language) 8. Programming - General 9. Programming Languages - General 10. Programming Languages - Java   |
94. Official Eclipse 3.0 FAQs (Eclipse Series) by John Arthorne, Chris Laffra | |
Paperback
(28 June, 2004)
list price: US$34.99 -- our price: US$23.79 (price subject to change: see help) Isbn: 0321268385 Availabity: Usually ships in 24 hours Canada | United Kingdom | Germany | France | Japan | |
Subjects: 1. Computer Bks - Languages / Programming 2. Computer Books: Languages 3. Computer software 4. Computers 5. Development 6. Java (Computer program languag 7. Java (Computer program language) 8. Programming Languages - General 9. Programming Languages - Java 10. Computers / Programming Languages / Java   |
95. Practical Introduction to Data Structures and Algorithms, Java Edition by Clifford A. Shaffer | |
Hardcover
(09 December, 1997)
list price: US$98.00 -- our price: US$98.00 (price subject to change: see help) Isbn: 0136609112 Availabity: Usually ships in 24 hours Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (19)
Very unhelpful book If you are unlucky enough to have a university that uses this text, consider trying to find a better book to get yourself an adequate understanding of this important subject, because Dr. Shaffer's text won't do that for you.
Bad Book
A terrible textbook Subjects: 1. Computer Bks - Languages / Programming 2. Computer Books: General 3. Computer Programming Languages 4. Computer Science 5. Computer algorithms 6. Computers 7. Data Structures 8. Data structures (Computer scie 9. Data structures (Computer science) 10. Java (Computer program languag 11. Java (Computer program language) 12. Programming - General 13. Programming Languages - General   |
96. Data Abstraction and Problem Solving with Java, Walls and Mirrors, Updated Edition by Frank M. Carrano, Janet Prichard | |
Paperback
(30 July, 2003)
list price: US$99.00 -- our price: US$99.00 (price subject to change: see help) Isbn: 0321197178 Availabity: Special Order Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (2)
Great Book
Excellent! Best Data Structures book Subjects: 1. Computer Bks - Languages / Programming 2. Computer Books: Languages 3. Computers 4. Data structures (Computer scie 5. Data structures (Computer science) 6. Java (Computer program languag 7. Java (Computer program language) 8. Programming Languages - General 9. Programming Languages - Java   |
97. Professional Java Tools for Extreme Programming: Ant, XDoclet, JUnit, Cactus, and Maven (Programmer to Programmer) by Richard Hightower, Warner Onstine, Paul Visan, Damon Payne, Joseph D. Gradecki | |
Paperback
(12 April, 2004)
list price: US$44.99 -- our price: US$29.69 (price subject to change: see help) Isbn: 0764556177 Availabity: Usually ships in 24 hours Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (3)
a solid start for beginners
Excellent reference for open-source tools
Tons of Typos Subjects: 1. Computer Bks - Languages / Programming 2. Computer Books: Languages 3. Computers 4. Java (Computer program languag 5. Java (Computer program language) 6. Open source software 7. Programming - General 8. Programming Languages - Java 9. eXtreme programming 10. Computers / Programming Languages / Java 11. Java & variants   |
98. Wireless Java: Developing with J2ME, Second Edition by Jonathan Knudsen | |
Paperback
(05 March, 2003)
list price: US$34.99 -- our price: US$23.09 (price subject to change: see help) Isbn: 1590590775 Availabity: Usually ships in 24 hours Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (8)
Sample code does not work
Very good introduction to J2ME CLDC/MIDP I own two books on introductory J2ME development in a CLDC/MIDP environment: this is the better of the two. Mr. Knudsen writes well (no silly jokes or other distracting nonsense), and covers the core material one needs to begin programming MIDlets. Chapter 12 in the first edition is extremely useful, wherein the practical use of message digests on the client side are illustrated. All in all, a good book for the bookshelf, and one I recommend to friends interested in J2ME CLDC/MIDP programming.
Daft Subjects: 1. Computer Bks - Languages / Programming 2. Computer Books: Languages 3. Computer Networks 4. Computer Programming Languages 5. Computers 6. Embedded computer systems 7. Java (Computer program language) 8. Programming 9. Programming - General 10. Programming Languages - Java 11. Wireless communication systems   |
99. Web Services Essentials (O'Reilly XML) by Ethan Cerami | |
Paperback
(February, 2002)
list price: US$29.95 -- our price: US$19.77 (price subject to change: see help) Isbn: 0596002246 Availabity: Usually ships in 24 hours Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (12)
Highly readable, highly useful introduction
Good Intro ! This book opens your eyes to the world of web services, and I must say it does so very well. All the information in the book is probably available online for free, but who has the time to look it all up?
Obsolete and belated book Subjects: 1. Computer Bks - Internet 2. Computer Books: Web Programming 3. Computers 4. Design 5. Internet - General 6. Java (Computer program languag 7. Java (Computer program language) 8. Programming - General 9. Programming Languages - HTML 10. Programming Languages - XML 11. Web services 12. Web sites 13. XML (Document markup language) 14. World Wide Web (WWW)   |
100. Building J2EE Applications with the Rational Unified Process by Peter Eeles, Kelli A. Houston, Wojtek Kozaczynski, Kelli Houston | |
Paperback
(20 August, 2002)
list price: US$44.99 -- our price: US$38.24 (price subject to change: see help) Isbn: 0201791668 Availabity: Usually ships in 24 hours Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (5)
Best book for learning to use RUP with J2EE development
This is THE book for J2EE architects This book let's you focus on only a small subset of RUP, a subset which is really relevant for developing the architecture of a J2EE application, it let's you use RUP as a tool (that's the whole point of RUP, it's a tool, not a goal in itself) to deliver your final deliverable, the software architecture document with other supporting documents. If you are a J2EE Architect or a senior developer planning to make the move towards architect roles, this is the book for you, keep the 'J2EE Patterns' book (Deepak Alur, Dan Malks, John Crupi) by your side, and you're ready to go!
Excellent display of how to merge two valuable tools * Develop iteratively the RUP is a proven way to keep software projects on track. The Java 2 Platform, Enterprise Edition (J2EE) is the latest iteration of the Java language platform. Having only been introduced a few years ago, Java has undergone a phenomenal rate of adoption, which attests to the flexibility and power of the language. In this book, the two are combined, as the authors take you through a series of steps that show you how to construct the architecture of an online auction system using J2EE. * Title. For example, Activity: Structure the use-case model. I found these activity boxes of enormous help, and in most cases relied on them for the bulk of the information that I was looking for. Additional explanation appears in the text, but in many cases, I found it unnecessary. Subjects: 1. Computer Bks - Languages / Programming 2. Computer Books: General 3. Computer Programming Languages 4. Computer software 5. Computers 6. Development 7. Internet - World Wide Web 8. Java (Computer program languag 9. Java (Computer program language) 10. Programming - Software Development 11. Programming Languages - General 12. Programming Languages - Java 13. Software Engineering 14. Computers / Internet / World Wide Web   |
  | Back | 81-100 of 100 |