Inside Web Dynpro for Java (SAP Netweaver Essentials) артикул 9821a.
Inside Web Dynpro for Java (SAP Netweaver Essentials) артикул 9821a.

This unique book on SAP's new Java-based user interface (UI) technology teaches readers how to leverage the full power of Web Dynpro taking it well beyond the standard "drag and drop" functionality You'll start with a detailed introduction to the Web Dynpro basics like MVC Design Pattern, the general architecture, event handling and овълц the phase model Then, benefit from expert guidance on how to create your own Web Dynpro applications, with volumes of practical insights on the do's and don'ts of Web Dynpro Programming The authors provide you with detailed sections on the use of the Adaptive RFC layer, as well as Dynamic Programming techniques, to name just a few This exceptional book is complemented by an in-depth class and interface reference, which further assists readers in their efforts to modify existing objects, design custom controllers, and much more Highlights Include: General architecture Coding principles in Web Dynpro Dynamic UI generation The Common Model Interface The Adaptive RFC layer Web Dynpro phase model Class and Interface Reference Автор Крис Вилай Chris Whealy.  Издательство: SAP Press, 2005 г Твердый переплет, 356 стр ISBN 1592290388.


.
Java Threads, Second Edition артикул 9823a.
Java Threads, Second Edition артикул 9823a.

Revised and expanded to cover Java 2, Java Threads shows you how to take full advantage of Java's thread facilities: where to use threads to increase efficiency, how to use them effectively, and how to avoid common mistakes It thoroughly covers the Thread and ThreadGroup classes, the Runnable interface, and the language's synchronized operator овълъ The books pays special attention to threading issues with Swing as well as problems like deadlock, race condition, and starvation, to help you write codewithout hidden bugs In addition, Java Threads shows you how to extend Java's thread primitives A thorough discussion of thread scheduling concludes by developing a CPUSchedule class that shows you how to implement your own scheduling policy Other extended examples include classes that implement reader/writer locks, general locks, locks at arbitrary scope, and asynchronous I/O In short, Java Threads covers everything you need to know about threads, from the simplest animation applet to the most complex applications If you plan to do any serious work in Java, you will find this book invaluable Examples available online.  ISBN 1565924185.


.
BEA WebLogic 7 0 Application Server Deployment and Administration Handbook артикул 9825a.
BEA WebLogic 7 0 Application Server Deployment and Administration Handbook артикул 9825a.

Book DescriptionThe Deployment and Administration Handbooks simplify the varied and often complex task of getting J2EE applications up and running on a J2EE 1 3 certified application server Despite the J2EE standard, every application server is different Each has its own administrative interface, and deployment process Each interprets and овъмж implements the specifications slightly differently, adding its own proprietary features and functionality To develop powerful J2EE applications that fully utilize the runtime services provided by the platforms in which they run, you to need be well versed with the configuration and deployment of J2EE components on the application server This Handbook covers the following tasks and features: The WebLogic Administrative and Deployment Tools Deploying J2EE components: WAR, EJB JAR, and EAR Deploying Web Services on WebLogic Server Configuring the WebLogic Server and Domains Configuring WebLogic Server Security Configuring JDBC Connections and Data Sources Configuring JMS Destinations and Connection Factories Configuring WebLogic Clustering Configuring Web Application Deployments Configuring EJB Deployments Configuring Container-Managed Persistence for Entity Beans.  2003 г 431 стр ISBN 1861008104.


.
Interdisciplinary Computing in Java Programming Language (The International Series in Engineering and Computer Science) артикул 9827a.
Interdisciplinary Computing in Java Programming Language (The International Series in Engineering and Computer Science) артикул 9827a.

Book Description Books on computation in the marketplace tend to discuss the topics within specific fields Many computational algorithms, however, share common roots Great advantages emerge if numerical methodologies break the boundaries and find their uses across disciplines Interdisciplinary Computing In Java Programming Language овъмм introduces readers of different backgrounds to the beauty of the selected algorithms Serious quantitative researchers, writing customized codes for computation, enjoy cracking source codes as opposed to the black-box approach Most C and Fortran programs, despite being slightly faster in program execution, lack built-in support for plotting and graphical user interface This book selects Java as the platform where source codes are developed and applications are run, helping readers/users best appreciate the fun of computation Interdisciplinary Computing In Java Programming Language is designed to meet the needs of a professionalaudience composed of practitioners and researchers in science and technology This book is also suitable for senior undergraduate and graduate-level students in computer science, as a secondary text.  2003 г 282 стр ISBN 1402075138.


.
Guide to J2EE: Enterprise Java артикул 9829a.
Guide to J2EE: Enterprise Java артикул 9829a.

Book DescriptionIn this book, John Hunt and Chris Loftus take you through the core technologies that make up the Enterprise Edition of the Java 2 platform (J2EE) They cover all the aspects of J2EE that both professionals and students need to know tobuild multi-tier enterprise applications in Java - the technologies, the design methodology and овъмс design patterns Whether you are a professional or student, this book will help equip you with the skills you need to build enterprise wide applications in Java Key Topics Includes design issues using J2EE patterns Covers all parts of the enterprise application J2EE Uses an integrated example that spans the chapters to be built up by the reader More accessible and less daunting than a lot of the competition A coherent whole, rather than independent separate chapters (as with some rivals) Features and Benefits Provides an overview of J2EE technologies and their benefits Discusses architectural design issues using J2EE patterns Looks at the issues of designing and building multi-tier J2EE applications Includes fully worked examples, built up throughout the book, which enable you to quickly develop your own multi-tier applications About the Authors: Dr John Hunt is Technical Director at JayDeeTechnology Ltd He runs industrial courses, including server-side Java technologies He also leads development projects for government and blue chip organisations using Java, J2EE, XML and C# Chris Loftus is a Teaching Fellow at the Department of Computer Science at the University of Wales, Aberystwyth He has taught Java-based courses, including J2EE, both in university and industry.  2003 г 700 стр ISBN 1852337044.


.
Applying Enterprise JavaBeans 2 1: Component-Based Development for the J2EE Platform (2nd Edition) артикул 9831a.
Applying Enterprise JavaBeans 2 1: Component-Based Development for the J2EE Platform (2nd Edition) артикул 9831a.

Amazon comAs an authoritative resource for using Enterprise JavaBeans (EJB) effectively to build and integrate even the largest systems, Applying Enterprise JavaBeans provides what IT managers and developers need to adopt this powerful component standard successfully in new Java projects Most books about EJB are strong on theory, but tend овъму to leave out many details of how to implement components in real projects That's where this text steps in, providing real code (and real design decisions) for implementing different kinds of JavaBeans, like session and entity Beans Better yet, it contains a case study of a human resources benefits enrollment system that integrates data from different vendors and uses EJB to hold the data together (Using fictitious vendor names like "Star Enterprise," "Wombat," and "Providence," the book shows how EJB can lead to successful enterprise integration ) Subsequent chapters look at different aspects of this system, from session Beans (including stateful Beans used to manage sessions) to detailed examples of entity Beans in action There are plenty of state transition diagrams (that show the inner workings of EJB in a variety of scenarios) and source code (useful for Java developers) Without actually anchoring this material in an actual application server (which would make the book even more practical), it does a good job of fleshing out the EJB standard for real projects, exposing what really goes on between application server "containers" and the Beans they manage, including activation and passivation states Final sections examine transactions and security options for components, including the use of declarative statements in XML descriptors to simplify these aspects of EJB design Finally, there's a reference for built-in EJB classes and APIs Overall, this book can help put EJB within reach for programmers and managers Its mix of practical expert advice and sample source code will help demystify EJB components and how to use themto create successful, state-of-the-art enterprise systems --Richard Dragan Topics covered: Two-tiered vs J2EE application architectures Advantages of EJB Business rules The structure of EJB Roles for EJB users (including developers, system administrators, and deployers) Session Beans (stateful and stateless session Beans) Session Beans and containers (including passivation and activation) Entity Bean basics (the Bean life cycle, storing and loading Beans) Case study for a health benefits enrollment system (including application integration through EJB) Transactions in EJB (including declarative and programmatic transaction management) Managing security with Beans (includingsecurity roles and declarative security mechanisms) EJB API reference.  2003 г 496 стр ISBN 0201914662.


.
Essential Java Class Reference for Programmers, The (3rd Edition) артикул 9833a.
Essential Java Class Reference for Programmers, The (3rd Edition) артикул 9833a.

Book Description This third edition of The Essential Java Class Reference for Programmers is an easy to use, very concise and inexpensive tutorial/reference to the key class libraries used for everyday programming The new edition has been updated for JSE 5 0 Chapter topics include Java class reference, complete examples, an HTML tutorial, Java овъмэ programming glossary, and error messages with explanations The book includes an interactive website tutorial with examples showing how to use the libraries in Java programs For use as a reference by professionals working with Java programming and language.  2004 г 216 стр ISBN 0131856456.


.
Java Platform Exception Handling артикул 9835a.
Java Platform Exception Handling артикул 9835a.

Robust Java Exception Handling, Testing and Debugging Complete guide to Java platform exceptions and exception handling Proven strategies for architects, designers, and developers Key design patterns for exception management Stephen Stelting Your one-stop tutorial & reference for Java exceptions and exception handling Sorry, you're овънв not perfect And neither is your code But you can build more robust software: code that handles unexpected problems gracefully, and keeps on running In Robust Java, Sun Java expert Stephen Stelting shows you how Using extensive code examples, Steve covers every facet of Java exceptions and exception handling, encompassing architecture, design, development, testing, and debugging With the help ofthis book, you'll: Discover best practices for Java exception handling Learn failure mode analysis: how to anticipate where errors are most likely to occur Understand the use of exceptions in complex APIs and frameworks including J2EE, JDBC, RMI, JMS, and more Master application-wide exception handling strategies Implement exceptions in complex distributed multi-tier systems Learn proven design patterns for handling exceptions in code Perform more effective Java testing and debugging using open source tools Understand key architectural decisions that will improve robustness Robust Java covers the entire development lifecycleand it will support you in any development role: programmer, tester, project manager, or architect No book offers more useful, realistic guidance for building rock-solid, maintainable Java code.  ISBN 0131008528.


.
Mastering JBuilder артикул 9837a.
Mastering JBuilder артикул 9837a.

Book Description Written by one of the lead architects of JBuilder, this authoritative book uncovers all of the power techniques that developers will need to know in order to build large-scale Java applications Offers readers the mostcurrent information in the field, including in-depth coverage of JBuilder 8 Explores distributed applications овъне development, RMI applications, and local and remote debugging Illustrates how to develop, test, and deploy Enterprise JavaBeans (EJBs) Companion Web site includes source code from the book and useful links with updated information.  2003 г 600 стр ISBN 0471267147.


.
Java Software Solutions (Java 5 0 version) : Foundations of Program Design (4th Edition) артикул 9839a.
Java Software Solutions (Java 5 0 version) : Foundations of Program Design (4th Edition) артикул 9839a.

Book Description This book takes an early object oriented approach to Java Embracing Java 5 0 topics, including the new standard Scanner class for simplified keyboard input and parsing, enumerated types, autoboxing, variable length parameter lists, the enhanced for loop, and generic types This new edition has an earlier evolution of object овънм concepts, developed in a way that capitalizes on the power of objects without overwhelming beginning programmers It includes all new Java 5 topics,including Scanner class, enumerated types, autoboxing, variable length parameter lists, the enhanced for loop, and generic types This is in depth coverage on GUI applications This book is appropriate for beginning programmers who want to learn to program with Java as well as experienced programmers who want to add Java to their skill-set.  2004 г 944 стр ISBN 0321322037.


.
Advanced J2EE Platform Development: Applying Integration Tier Patterns артикул 9822a.
Advanced J2EE Platform Development: Applying Integration Tier Patterns артикул 9822a.

Enterprise applications, F Scott Fitzgerald might have said if he had been a programmer, are not like ordinary software He would have been right, too: Multi-tier applications are inherently more complex than traditional software, and are subject to their own special collection of bugbears Advanced J2EE Platform Development explores the characteristics овълщ of real-world multi-tier software as implemented in Java 2 Enterprise Edition (J2EE), delivering a warts-and-all picture of the development environment as it's used for tying together user interfaces, business logic, databases, and--unusually among J2EE books, which usually treat this last part as an afterthought--legacy systems such as mainframes This is a useful, eminently practical guide to J2EE software design Torbjörn Dahlen and Thorbjörn Fritzon do the software-engineering community a favor by championing the idea of a common domain model--a standardized idea of business entities (customers, products, and employees, for example) that is shared across all software components The idea is that such a model makes it easier to re-use software and to validate deliverables against specifications The authors go into great detail on putting together meaningful entity relationship diagrams, translating them into software objects, and integrating the lot They use case studies--complete with lots of code listings--extensively, taking a bank as an illustrative example --David Wall Topics covered: Good software designpractices for J2EE, particularly in situations in which there is a need to integrate with legacy systems The authors advocate a common domain model helps isolate J2EE objects from the peculiarities of legacy systems, and discuss other strategies for making a clean migration to J2EE.  ISBN 0130449121.


.
Java 1 5 Tiger: A Developer's Notebook (Developer's Notebook) артикул 9824a.
Java 1 5 Tiger: A Developer's Notebook (Developer's Notebook) артикул 9824a.

With over a hundred substantial changes bundled into version 1 5 of Java, code-named "Tiger", where do you start? You could read through the lengthy language specification, wait for the latest tome on concepts and theory, or simply play around with the new JDK --or you can get straight to work with Java 1 5 Tiger: A Developer's Notebook овъмб This no-nonsense, guide by bestselling Java authors Brett McLaughlin and David Flanagan jumps right into Tiger Using the task-oriented format of this new series, you'll get complete practical coverage of generics, boxing and unboxing, varargs, enums, annotations, formatting, the for/in loop, concurrency, and more Light on theory and long on practical application, Java 1 5 Tiger: A Developer's Notebook allows you to cut to the chase, getting straight to work with Tiger's new features If you've been curious about Tiger, but haven't known where to start, this no-fluff, lab-style guide is the solution.  ISBN 0596007388.


.
Java for Engineers and Scientists, Second Edition артикул 9826a.
Java for Engineers and Scientists, Second Edition артикул 9826a.

Book DescriptionPresenting Java details on a need to know basis, this concise introduction to Java develops and executes practical examples useful for solving problems in an engineering environment KEY TOPICS Focused on the proper way to write reliable Java programs, it outlines excellent software development practices; uses a top-down design овъмз technique to break the program up into logical portions; and demonstrates object re-usability by building later examples on the classes and methods created in earlier examples The book also includes a number of supporting classes to make it easier for engineers to format numbers in Java, to display data in linear or logarithmic plots, to work with complex numbers, to manipulate arrays, and to perform such common engineering calculations as FFTs, convolutions, correlations, etc Engineering and Science professionals.  2003 г 620 стр ISBN 0130335207.


.
Eclipse 3 Live артикул 9828a.
Eclipse 3 Live артикул 9828a.

Download DescriptionThe Eclipse Platform is a Java application designed for building Integrated Development Environments (IDEs) that can be used to create a broad array of applications using languages ranging from PHP to C++ to Java The Eclipse IDE has become one of the most popular development tools in both the open-source and commercial worlds овъмн and is quickly becoming the Java IDE of choice Eclipse 3 Live provides the reader with a comprehensive guide to using Eclipse from its most basic IDE features to some of its most advanced topics like Platform extensibility This title provides a no-nonsense description of what the Eclipse Platform is and how users can leverage it to develop anything from Java applications to custom-built products Some of the topics covered by Eclipse 3 Live include: The Eclipse Platform and Architecture The Java Development Tooling (JDT) The Eclipse SDK Using the Eclipse Debugger Version Control and Configuration Management Integration with the most popular open-source projects including: Ant JUnit Cactus CVS About the Author Bill Dudney is, in addition to an author and frequent speaker, a senior J2EE architect consultant He has been doing distributed computing for 14 years startingat NASA, building software to manage the mass properties of the Space Shuttle Bill started doing Java in late 1996 after years of building software on the NeXT Bill is the author of three books: J2EE AntiPatterns, Jakarta Pitfalls and Mastering JavaServer Faces Bill travels on the No Fluff Just Stuff symposium tour as an expert speaker on many J2EE topics.  2004 г 316 стр ISBN 0974884367.


.
Programacion para Celulares con Java (J2ME): Manuales Users code, en Espanol / Spanish (Manuales Users Code) артикул 9830a.
Programacion para Celulares con Java (J2ME): Manuales Users code, en Espanol / Spanish (Manuales Users Code) артикул 9830a.

Book DescriptionEn este libro analizaremos el lenguaje J2ME y las herramientas MIDP En cada caso se incluyen las sentencias, clases, métodos y ejemplos prácticos para demostrar las funcionalidades También apreciaremos cómo se ven ciertos componentes en diferentes marcas y modelos de celulares y veremos cómo utilizar nuestras aplicaciones овъмт móviles en equipos Palm o PDAs Pero no sólo trabajaremos con la parte técnica y puramente de programación También nos ocuparemos de revisar todas las características y funciones que rodean a un teléfono celular en la actualidad, así como las diferencias entre modelos Por último, no dejaremos de dar importancia a la finalización de nuestrodesarrollo, a cómo distribuirlo en el mercado global y a cuáles son los métodos para venderlo No debemos olvidar que estamos en una etapa en la que una pequeña empresa o un desarrollador independiente tienen la oportunidad de participar de este mercado emergente sin contar con una gran infraestructura detrás.  2004 г 312 стр ISBN 9875262277.


.
Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (SCWCD) артикул 9832a.
Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam (SCWCD) артикул 9832a.

Isn't it time you learned the latest (J2EE 1 4) versions of Servlets & JSPs? With Head First Servlets and JSP, you'll know the technology so well that you can pass the Sun Certified Web Component Developer (SCWCD) 1 4 exam Or perhaps you don't care about the exam, but need to use Servlets and JSPs in your next project You're working on a deadline You're овъмш over the legal limit for caffeine You can't waste your time with a book that makes sense only AFTER you're an expert (or worse one that puts you to sleep) No problem Head First Servlets and JSP's brain-friendly approach drives the knowledge straight into your head (without sharp instruments) You'll learn to write servlets and JSPs, what makes the Container tick (and what ticks it off), how to use the new JSP Expression Language (EL), and much more You won't just pass the exam, you will truly understand this stuff, and you'll be able to put it to work right away 1st edition Авторы Брайн Бэшам Bryan Basham Кати Сиерра Kathy Sierra Берт Бейтс Bert Bates.  2004 г Мягкая обложка, 886 стр ISBN 0596005407.


.
Java(TM) Language Specification (2nd Edition) артикул 9834a.
Java(TM) Language Specification (2nd Edition) артикул 9834a.

Written by the inventors of the technology, The Java(tm) Language Specification, Second Edition is the definitive technical reference for the Java(tm) programming language If you want to know the precise meaning of the language's constructs, this is thesource for you The book provides complete, accurate, and detailed coverage of the syntax овънб and semantics of the Java programming language It describes all aspects of the language, including the semantics of all types, statements, and expressions, as well as threads and binary compatibility 2 edition Авторы (показать всех авторов) Билл Джой Bill Joy Гуй Стил Guy Steele Джеймс Гослинг James Gosling.  Издательство: Prentice Hall Ptr, 2000 г Мягкая обложка, 544 стр ISBN 0201310082.


.
Pro Jakarta Commons артикул 9836a.
Pro Jakarta Commons артикул 9836a.

Book Description Anyone who is writing Java code should be interested in the Jakarta Commons and anyone who is interested in Jakarta Commons should have a copy of this book — Thomas Paul, JavaRanch Sheriff The author does a great job of surveying the Jakarta Commons components and showing how each solves real problems An enjoyable read with lots овънд of easy to understand examples — Floyd Marinescu, creator of TheServerSide com and author of EJB Design Patterns Jakarta Commons are easily reusable components that can quickly be put to good use in any server-side Java development undertaking In fact, components are not big applications, but sleek code bits that perform specific tasks very well This book provides much-needed documentation and usage information about the popular sub-projects forming Jakarta Commons&emdash;so that you can efficiently incorporate them into Java applications Jakarta Commons have potential to extend the core functionality of the Java language (the Lang sub-project), and they can provide a Validation framework (Validator) and a database connection pool (Pool) Jakarta Commons can even manipulate XML and JavaBeans in a more intuitive and pragmatic fashion "From Lang to Net, BeanUtils to Collections, this book provides a real way in to the breadth and depth of Jakarta Commons The many examples and step-by-step guides should help everyone get the best from these libraries " --Stephen Colebourne, committer at Jakarta Commons and creator of Joda open-source libraries "This book is by far the best resource available on Jakarta Commons and covers the subject matter clearly " --James McGovern, coauthor of the best-selling book A Practical Guide to Enterprise ArchitectureDownload Description This book takes the most stable, popular, and useful sub-projects that form Jakarta Commons and provides much needed documentation and usage information on how best to incorporate them into Java applications Jakarta Commons are easily reusable components that can be quickly put to good use in any server-side Java development undertaken The components are not big applications but sleek little bits of code that do a definite task very well They might extend the core functionality of the Java language (the Lang sub-project), they might provide a Validation framework (Validator), a database connection pool (Pool) or even the means to easily manipulate XML and JavaBeans in a more intuitive and pragmatic fashion.  2004 г 304 стр ISBN 1590592832.


.
Eclipse Kick Start артикул 9838a.
Eclipse Kick Start артикул 9838a.

Eclipse Kick Start focuses on the practical uses of Eclipse, particularly creating plug-ins to build best-of-breed Java applications Starting with an overview of the IDE's features and interface, the authors include examples of building applications, testing, sharing code, and more They then discuss the variety of pre-written plug-ins that овънл developers can use to build Web services, develop Struts applications, and create UML diagrams, all within Eclipse Later chapters cover the plug-in architecture and building new plug-ins for implementing new functions and adding help to applications.  ISBN 0672326108.


.
Test-Driven Development: A J2EE Example (Expert's Voice) артикул 9840a.
Test-Driven Development: A J2EE Example (Expert's Voice) артикул 9840a.

Book Description Test-driven development was first introduced as part of the extreme programming (XP) paradigm While not everyone agrees with all aspects of XP, most developers believe in the benefits of test-driven development Although the basic techniques of test-driven development are simple to understand, its application in the real овъно world requires knowledge of certain tools and techniques needed to effectively create, run and organize tests This book is targeted at Java developers who want to learn how to use test-driven development to improve the development process for constructing J2EE applications.  2004 г 296 стр ISBN 1590593278.


.
Показаны 281-300 <Первая|Предыдущая|>