All counter of AlamanShop


Judy Bishop
Java Gently: Programming Principles Explained

— y.
Publisher: —
Description: This book introduces readers to Java 1.3, covering all of the language, its standard libraries and utilities, and the prospects it offers for the future. In terms of programming, it covers object-orientation, software design, structured programming, graphical user interfacing, and networking, and finishes with an introduction to algorithms and data structures. The third edition includes many enhancements to its approach, including: the use of a UML-like notation with regard to class diagrams, an improved and simplified introduction to object-oriented concepts (Ch. 2), input/output is expressed through a GUI interface using the Display class (a technique Bishop used in her other book Java Gently for Engineers and Scientists), an introduction to the graphical elements of Swing via a cell phone simulator (Ch. 14), and more in the way of pedagogy and reference material. This book is intended for novice programmers who need to learn the Java language as well as experienced programmers… [detailed...]

ISBN: 0201710501
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Harvey M. Deitel, P. J. Deitel
Java How to Program Lab Manual (5th Edition)

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0131016318
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
H. M. Deitel, P. J. Deitel, Harvey M. Deitel, Paul J. Deitel
Java How to Program, Fifth Edition

— y.
Publisher: —
Description: The complete, authoritative DEITEL? LIVE-CODE? introduction to programming with the Java? 2 Platform Standard Edition, JDBCT?, Servlets and JSP? Java? has revolutionized software development with multimedia-intensive, platform-independent, object-oriented code for Internet-, Intranet- and Extranet-based applications. This fifth edition of the world`s most widely used Java textbook explains Java`s extraordinary capabilities, presents an optional object-oriented design andimplementation experience with the Unified Modeling Language (UML) from the Object Management Group? and introduces n-tier Webapplications development with JDBC?, Servlets and JSP?. Dr. Harvey M. Deitel and Paul J. Deitel are the founders of Deitel &, Associates, Inc., the internationally recognized corporate training and content-creation organization specializing in Java?, C++, C, C#, Visual Basics®, .net, Visual C++® .net, XML, Python, Perl, Internet,… [detailed...]

ISBN: 0131016210
Book size: —; Page extent: 0.

 

PUT TO
THE BASKET
J. Steven Perry
Java Management Extensions

— y.
Publisher: —
Description: Java Management Extensions is a practical, hands-on guide to using the JMX APIs, Sun Microsystem`s new Java-based tool for managing enterprise applications. This one-of-a kind book is a complete treatment of the JMX architecture (both the instrumentation level and the agent level), and it`s loaded with real-world examples for implementing Management Extensions. It also contains useful information at the higher level about JMX (the `big picture`) to help technical managers and architects who are evaluating various application management approaches and are considering JMX. The JMX technology is very new, and according to Steve, still has a few `potholes` in it. This book takes developers through it step by step, pointing out the `gotchas` beforethey have a chance to trip up smooth operation of the application. The author, a member of the expert group developing the JMX specification, points out that as J2EE becomes more widely adopted, the Java standard for management (JMX)… [detailed...]

ISBN: 0596002459
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Alejandro Terrazas, John Ostuni, Michael Barlow
Java Media APIs: Cross-Platform Imaging, Media and Visualization

2002 y.
Publisher: Sams
Description: `Java Media APIs: Cross-Platform Imaging, Media, and Visualization` presents integrated Java media solutions that demonstrate the best practices for using this diverse collection. According to Sun MicroSystems, `This set of APIs supports the integration of audio and video clips, animated presentations, 2D fonts, graphics, and images, as well as speech input/output and 3D models.` By presenting each API in the context of its appropriate use within an integrated media application, the authors both illustrate the potential of the APIs and offer the architectural guidance necessary to build compelling programs. [detailed...]

ISBN: 0672320940
Book size: —; Page extent: 848.

 

PUT TO
THE BASKET
Mark Hapner, Rich Burridge, Rahul Sharma, Joseph Fialli, Kim Haase
Java Message Service API Tutorial and Reference: Messaging for the J2EE Platform

— y.
Publisher: —
Description: Aimed at the more experienced Java developer who needs to work with enterprise messaging, Java Message Service API Tutorial and Reference delivers starter code and a complete reference to all JMS classes that you will need to know to work effectively with this powerful feature of the J2EE platform. The no-nonsense, just-the-facts approach of this dual tutorial/reference is perhaps its salient feature. It explains the basics of asynchronous messaging and its advantages for robust enterprise-level applications before digging right in to JMS. The authors do a good job at explaining the difference between point-to-point and publish/subscribe models of message delivery. They also give a laundry list of areas to look at to ensure reliability and robustness in JMS systems, including looking at dos and don`ts for acknowledgement, message priority, and durability. The real focus early in the book is on the simple, but effective, sample code used to illustrate the basic APIs with… [detailed...]

ISBN: 0201784726
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Vijaykrishnan Narayanan, Mario I. Wolczko
Java Microarchitectures (Kluwer International Series in Engineering and Computer Science, 679)

— y.
Publisher: —
Description: — [detailed...]

ISBN: 1402070349
Book size: —; Page extent: 0.

 

PUT TO
THE BASKET
Elliotte Harold
Java Network Programming, Third Edition

2004 y.
Publisher: —
Description: Amazon.comDoes this sound familiar? You know Java well enough to write standalone applets and applications, even multithreaded ones, but you know next to nothing about the language`s networking capabilities. And guess what--your next job is to write a network-centric Java program. Java Network Programming serves as an excellent introduction to network communications generally and in Java. The book opens with information on network architectures and protocols and the security restrictions placed onapplets. Quickly, the author gets to the meat of networked Java with a complete elucidation of the InetAddress class, the URL-related classes, applet-specific networking methods, and sockets. The author also covers packets, Remote Method Invocation (RMI), and servlets. The one serious shortcoming of this book is that it does not include a companion disk, which is the case with most O`Reilly books. You`ll have to visit the publisher`s FTP site for the code if you dislike typing the… [detailed...]

ISBN: 0596007213
Book size: —; Page extent: 504.

 

PUT TO
THE BASKET
Ronald Mak, Ron Mak
Java Number Cruncher: The Java Programmer`s Guide to Numerical Computing

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0130460419
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Jack Shirazi
Java Performance Tuning (2nd Edition)

— y.
Publisher: —
Description: Java Peformance Tuning , 2nd edition provides a comprehensive and indispensable guide to eliminating all types of performance problems. Using many real-life examples to work through the tuning process in detail, JPT shows how tricks such as minimizing object creation and replacing strings with arrays can really pay off in improving your code`s performance. Tuning J2EE applications bears many similarities to tuning J2SE apps, but important and specific considerations apply. For this reason, JavaPerformance Tuning , Second Edition includes four new chapters: a new chapter on J2EE application tuning in general followed by chapters on tuning JDBC, servlets and JSPs, and EJBs. Java Performance Tuning offers common-sense advice about what to tune and what to leave alone, emphasizing techniques that provide big performance gains with minimal code restructuring. It gives you crucial guidance that helps you tune without destroying your program`s architecture. Blindly… [detailed...]

ISBN: 0596003773
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Richard Sperko
Java Persistence for Relational Databases (Books for Professionals by Professionals)

— y.
Publisher: —
Description: Java Persistence for Relational Databases is chock full of best practices and patterns, for those of you who want to connect to databases using Java! Coverage includes various database-related APIs for Java, like JDO, JDBC (including the newest 3.0 APIs), and CMP (`Container Managed Persistence` with EJB). All those things you developers have wanted to know&,emdash,but were afraid to ask&,emdash,are featured inside this book. It offers a realistic and multi-angled look at persisting Java objects. Whether your environment requires you to use JDO, CMP, Castor, or to hand-code a persistence layer using JDBC, the answers all lie inside this book. [detailed...]

ISBN: 1590590716
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Christian Bauer, Gavin King
Java Persistence with Hibernate

2007 y.
Publisher: Manning Publications
Description: Persistence - the ability of data to outlive an instance of a program - is central to modern applications. Hibernate, the most popular Java persistence tool, provides automatic and transparent object/relational mapping so it`s a snap to work with SQL databases in Java applications. Hibernate conforms to the new EJB 3.0 and Java Persistence 1.0 standards. `Java Persistence with Hibernate` explores Hibernate by developing an application that ties together hundreds of individual examples. You`ll immediately dig into the rich programming model of Hibernate 3.2 and Java Persistence, working through queries, fetching strategies, caching, transactions, conversations, and more. You`ll also appreciate the well-illustrated discussion of best practices in database design, object/relational mapping, and optimization techniques. In this revised edition of Manning`s bestselling Hibernate in Action, authors Christian Bauer and Gavin King - the founder of the Hibernate project - cover… [detailed...]

ISBN: 1-932394-88-5
Book size: 190x235; Page extent: 880.

 

PUT TO
THE BASKET
Steve Wilson, Jeff Kesselman
Java Platform Performance: Strategies and Tactics

— y.
Publisher: —
Description: This book addresses a vital issue for all those developing software for the Java(tm) platform: how to achieve maximum performance and scalability for their applications. Drawing on the authors` knowledge of the Java programming language and their extensive experience working on performance issues, the book reveals common mistakes and misconceptions concerning the performance characteristics of Java technologies. It offers overall development strategies and concrete, battle-tested techniques to dramatically improve the performance of applications constructed with the Java programming language. Java(tm) Platform Performance highlights the importance of integrating performance evaluation into the application development process and discusses measurement techniques. The book then presents practical tactics for enhancing application performance in the areas of I/O, RAM footprint, small object management, algorithms, data structures, Swing, and deployment. Specific topics covered include:… [detailed...]

ISBN: 0201709694
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Mahmood Shanbedi
Java Program and Progress

2007 y.
Publisher: Nortown Press
Description: Java was a revolutionary approached to the modern programming languages. Today all colleges, Universities and educational institutions are using Java programming as a language of choice. It is certainly a dominant language of the technological and industrial for software developers and design. This book is written and organized to solve all the related programming problems. Java Program and Progress starts at the beginner level and reaches the advanced programming level. The approach taken by the book introduces topics gradually, and makes it easy to pick up the skills needed to program in Java and be ready for the new challenging in today`s software design. The author focuses his considerable teaching skills upon the important parts of the language you really need to understand in order to be a good Java programmer. The book is designed in a simple manner of simplicity and organized in sequences of examples and enriched with high programming materials. In fact it is written as if a… [detailed...]

ISBN: 0973721421
Book size: —; Page extent: 524.

 

PUT TO
THE BASKET
Noel Kalicharan
Java Programming - A Beginner`s Course

2008 y.
Publisher: —
Description: Java Programming - A Beginner`s Course attempts to teach computer programming to the complete beginner. As such, it assumes you have no knowledge whatsoever about programming. Basic programming proficiency requires that you know, at least, the following language features: the primitive data types of the language (integer, floating-point, character, boolean), how to write input/output statements, how to write conditional statements (if, if…else), how to write looping statements (while, for), how to write methods and how to declare and use arrays. But, more importantly, you need to be able to write programs to solve problems using these features. This book explains all of the above in an easy, conversational style. One notable advantage of this book is that it is self-contained. Using the new Scanner class and printf, our programs are all written using standard Java. No special classes have to be provided to read primitive data types and print nicely formatted output. [detailed...]

ISBN: 1438265182
Book size: —; Page extent: 312.

 

PUT TO
THE BASKET
Barbara Johnston
Java Programming Today

— y.
Publisher: —
Description: This book for today`s beginning programmers presents the Java language and object-oriented concepts without overwhelming computer science terminology, but covers many complex topics that are required for the Java programmer. It is written in ?plainEnglish,? with a wide variety of sample programs, and includes such practical information as instructions for setting up the Java? 2 Software Development Kit from Sun Microsystems, and compiling, running, and debugging code. Packaged with a CD-ROM that includes all of the software beginning users will need to learn Java, the book is clear and easy-to-read, with excellent visuals. It has a large variety of fun ways to run program examples along with easy-to-understand figures, tables, and appendices. Presenting first an overview of the language, it introduces Java fundamentals, including keywords, operators, primitive data types, Strings, and arithmetic. It then proceeds through class hierarchy concepts, introducing the… [detailed...]

ISBN: 013048623X
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Gary B. Shelly
Java Programming: Complete Concepts and Techniques, Second Edition

— y.
Publisher: —
Description: Part of the highly successful Shelly Cashman Series, this text takes the step-by-step approach to learning basic through advanced Java programming skills. With an emphasis on object-oriented programming concepts and real world examples, this book presents students with presents difficult programming concepts in a straightforward and exciting way! [detailed...]

ISBN: 0789568322
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Gary B. Shelly
Java Programming: Comprehensive Concepts and Techniques

— y.
Publisher: —
Description: Part of the highly successful Shelly Cashman Series, this text takes the step-by-step approach to learning basic through advanced Java programming skills. With an emphasis on object-oriented programming concepts and real world examples, this book presents students with presents difficult programming concepts in a straightforward and exciting way! [detailed...]

ISBN: 0789568330
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
D.S. Malik
Java Programming: From Problem Analysis to Program Design

2007 y.
Publisher: Course Technology
Description: Designed for beginning programming students, this book will motivate and excite while teaching fundamental programming concepts. Based on years of classroom testing, `Java Programming: From Problem Analysis to Program Design`, Third Edition approaches programming with a focus on clear explanations and practice, two critical factors in mastering the Java language. Straightforward language is used to explain the reasoning behind each new concept, and numerous examples and exercises allow readers to practice solving problems and writing code. This new edition is fully compliant with Java 6.0, and includes updated programming exercises and programs. [detailed...]

ISBN: 1423901355
Book size: —; Page extent: 1088.

 

PUT TO
THE BASKET
Judy, Dr Scholl
Java Programming: From Problem Analysis to Program Design

— y.
Publisher: —
Description: This student lab manual is for the serious Java student! Featuring extensive additional student exercises, students are able to further challenge themselves and gain additional exposure and understanding of difficult Java topics, all in a lab setting. [detailed...]

ISBN: 0619159820
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
D. S. Malik &, Robert P. Burton
Java Programming: Guided Learning with Early Objects (+ CD-ROM)

2009 y.
Publisher: Course Technology
Description: This innovative new text, intended for the beginning programmer, introduces objects early but gently and includes a variety of examples and exercises intended to support each new concept. With a clear emphasis on self-study and the student learning experience, Malik and Burton employ a straightforward writing style that parallels the learning method of the contemporary CS1 student. Before a key topic is introduced, the student learns why the concept is important, and then sees examples. Java Programming: Guided Programming with Early Objects is an invaluable resource for all students, both in and out of the classroom. Формат: 18,5 см x 23,5 см. [detailed...]

ISBN: 978-1-4239-0162-4, 1-4239-0162-2
Book size: —; Page extent: 1056.

 

PUT TO
THE BASKET
Joyce Farrell
Java Programming

2009 y.
Publisher: —
Description: Java Programming, Fifth Edition provides the beginning programmer with a guide to developing applications using the Java programming language. Java is popular among professional programmers because it can be used to build visually interesting GUI and Web-based applications. Java also provides an excellent environment for the beginning programmer ? a student quickly can build useful programs while learning the basics of structured and object-oriented programming techniques. [detailed...]

ISBN: 032459951X
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Joyce Farrell
Java Programming

2007 y.
Publisher: Course Technology
Description: `Java Programming`, Fourth Edition provides the beginning programmer with a guide to developing applications and applets using the Java programming language. Java is popular among professional programmers because it can be used to build visually interesting GUI and Web-based applications. Java also provides an excellent environment for the beginning programmer - a student quickly can build useful programs while learning the basics of structured and object-oriented programming techniques. [detailed...]

ISBN: 1423901282
Book size: —; Page extent: 840.

 

PUT TO
THE BASKET
Mehran Habibi
Java Regular Expressions: Taming the java.util.regex Engine

2003 y.
Publisher: Apress
Description: Java has always been an excellent language for working with objects. But Java`s text manipulation mechanisms have always been limited, compared to languages like AWK and Perl. On the flip side, a new regular expressions package in Java 2 Standard Edition (J2SE) brings hope to the Java text mechanisms. This package provides you everything necessary to use regular expressions&,emdash,all packaged in a simplified object-oriented framework. In addition to working examples and best practices, this bookfeatures a detailed API reference with examples supporting nearly every method, and a step-by-step tutorial to create your own regular expressions. With time, you`ll discover that regular expressions are extremely powerful in your programming arsenal&,emdash,and you`ll enjoy using them! And once you`ve mastered these tools, you`ll ponder how you ever managed without them? [detailed...]

ISBN: 1590591070
Book size: —; Page extent: 280.

 

PUT TO
THE BASKET
Rich Helton, Johennie Helton, Rich Helton, Johennie Helton
Java Security Solutions

— y.
Publisher: —
Description: * Provides practical solutions, not just principles of security. * Offers an in depth toolkit to the reader and explains how to use the tools to build a secure system. * Introduces concepts of security patterns for designing systems, as well as security building blocks for systems. * Discusses algorithms, cryptography and architecture. * Addresse security for different application servers. [detailed...]

ISBN: 0764549286
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Ivan Bayross, Sharanam Shah, Cynthia Bayross, Vaishali Shah
Java Server Programming for Professionals, 2nd Edition - Covers Java EE 5 (Book/CD-Rom)

2008 y.
Publisher: —
Description: There is a trimmed-down version of this book available, `Java EE 5 for Beginners, 2nd Edition, 1192 pages, 9788184045697, $65.00`The book has been written to provide genuine domain knowledge to programmers who wish to learn Java server-side, web-based application development, using Java EE. Learning web development is done through a set of examples and hands on exercises. We hope to encourage you to strongly reinforce your skills by developing of a Personnel Management System. THE TOPICS COVERED IN THE BOOK Overview Of Java Enterprise Edition 5 Introduction To Java, System Architecture, Introduction To Java EE 5, Installation Of Java EE 5 SDK, Introduction To Web Application Java Servlets Introduction To Servlets, Basic API, Working With Servlets, Working With Databases, Cookies, Session, Event Listeners, Filters, Request Dispatcher, Resource Bundles. Java Server Pages Introduction To JSP, Getting Started With JSP, JSP Document, JSP Action Elements, Expression Language, Custom Tag… [detailed...]

ISBN: 818404559X
Book size: —; Page extent: 1612.

 

PUT TO
THE BASKET
Bruce W. Perry
Java Servlet &, JSP Cookbook

— y.
Publisher: —
Description: With literally hundreds of examples and thousands of lines of code, the Java Servlet and JSP Cookbook yields tips and techniques that any Java web developer who uses JavaServer Pages or servlets will use every day, along with full-fledged solutions to significant web application development problems that developers can insert directly into their own applications. Java Servlet and JSP Cookbook presents real-world problems, and provides concise, practical solutions to each. Finding even one tested code `recipe` that solves a gnarly problem in this comprehensive collection of solutions and best practices will save hours of frustration--easily justifying the cost of this invaluable book. But `Java Servlet and JSP Cookbook` is more than just a wealth of cut-and-paste code. It also offers clear explanations of how and why the code works, warns of potential pitfalls, and directs you to sources of additional information, so you can learn to adapt the problem-solving techniques to… [detailed...]

ISBN: 0596005725
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
Jason Hunter
Java Servlet Programming, 2nd Edition

— y.
Publisher: —
Description: Java Servlet Programming covers everything Java developers need to know to write effective servlets. It explains the servlet lifecycle, showing how to use servlets to maintain state information effortlessly. It also describes how to serve dynamic web content, including both HTML pages and multimedia data, and it explores more advanced topics like integrated session tracking, efficient database connectivity using JDBC, applet-servlet communicaton, interservlet communication, and internationalization. The second edition of this popular book has been completely updated to cover the new features of Version 2.2 of the Java Servlet API. It introduces chapters on servlet security and advanced communication, and also introduces several popular tools foreasier integration of servlet technology with dynamic web pages. These tools include JavaServer Pages (JSP), Tea, XMLC, and the Element Construction Set. In addition to complete coverage of the 2.2 specification, we have also added… [detailed...]

ISBN: 0596000405
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
John Lewis, William Loftus, Cara Cocking
Java Software Solutions, AP Version

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0201882590
Book size: —; Page extent: —.

 

PUT TO
THE BASKET
John Lewis, William Loftus
Java Software Solutions: Foundations of Program Design, Update JavaPlace

— y.
Publisher: —
Description: This is the leading Java book for those just beginning to program, and it provides a balanced coverage of graphical and non-graphical programs, between applets and applications, and presents object-oriented concepts in a progression that will have readers using objects early on, and then progressing towards writing their own objects and designing real object-oriented solutions. Provides a balanced approach between applications and applets, and between graphical and non-graphical aspects of Java. Includes thirteen appendices to enhance the book`s reference value. Provides a full-color design. Includes CodeTrek on CD to move the reader`s experience from one of static reading to a dynamic learning environment. Beginning programmers who want to learnto program with Java, Experienced programmers who want to add Java to their skill-set [detailed...]

ISBN: 0201781298
Book size: —; Page extent: 0.

 

PUT TO
THE BASKET
John Lewis, Joseph Chase
Java Software Structures

— y.
Publisher: —
Description: — [detailed...]

ISBN: 0201788780
Book size: —; Page extent: 0.

 

PUT TO
THE BASKET
Сайт создан в системе uCoz