Java Generics and Collections
ISBN: 9780596527754 / Angielski / Miękka / 286 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. This comprehensive guide shows you how to master the most important changes to Java since it was first released. Generics and the greatly expanded collection libraries have tremendously increased the power of Java 5 and Java 6. But they have also confused many developers who haven't known how to take advantage of these new features. Java Generics and Collections covers everything from the most basic uses of generics to the strangest corner cases. It teaches you everything you need to know about the collections libraries, so you'll always know which collection is appropriate... This comprehensive guide shows you how to master the most important changes to Java since it was first released. Generics and the greatly expanded ... |
|
cena:
145,16 zł |
Programming for Corpus Linguistics: How to Do Text Analysis with Java
ISBN: 9780748614073 / Angielski / Miękka / 256 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. The ability to program a computer has become increasingly important in work that involves corpora. Specialised research needs can no longer be met by available software, and purchasing customised programs is usually not an option. This book enables the researcher to write programs for text and corpus processing. Useful techniques are illustrated with the popular programming language Java, which is very well suited for handling textual data, and at the same time easy to learn.
The ability to program a computer has become increasingly important in work that involves corpora. Specialised research needs can no longer be met by ...
|
|
cena:
162,96 zł |
Professional Java Tools for Extreme Programming: Ant, XDoclet, JUnit, Cactus, and Maven
ISBN: 9780764556173 / Angielski / Miękka / 768 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. What is this book about?
The Extreme Programming (XP) methodology enables you to build and test enterprise systems quickly without sacrificing quality. In the last few years, open source developers have created or significantly improved a host of Java XP tools, from XDoclet, Maven, AntHill, and Eclipse to Ant, JUnit, and Cactus. This practical, code-intensive guide shows you how to put these tools to work -- and capitalize on the benefits of Extreme Programming. Using an example pet store application, our expert Java developers demonstrate how to harness the latest... What is this book about?
The Extreme Programming (XP) methodology enables you to build and test enterprise systems quickly without sac... |
|
cena:
276,68 zł |
Beginning Cryptography with Java
ISBN: 9780764596339 / Angielski / Miękka / 484 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Beginning Cryptography with Java
While cryptography can still be a controversial topic in the programming community, Java has weathered that storm and provides a rich set of APIs that allow you, the developer, to effectively include cryptography in applications-if you know how. This book teaches you how. Chapters one through five cover the architecture of the JCE and JCA, symmetric and asymmetric key encryption in Java, message authentication codes, and how to create Java implementations with the API provided by the Bouncy Castle ASN.1 packages, all with plenty of examples.... Beginning Cryptography with Java
While cryptography can still be a controversial topic in the programming community, Java has weathered that... |
|
cena:
138,29 zł |
Java Programming for Engineers
ISBN: 9780849308109 / Angielski / Miękka / 360 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. While teaching Java programming at Minnesota State University, the authors noticed that engineering students were enrolling in Java programming courses in order to obtain basic programming skills, but there were no Java books suitable for courses intended for engineers. They realized the need for a comprehensive Java programming tutorial that offers basic programming skills that can be applied in the field of engineering. With this in mind, the authors developed Java Programming for Engineers in order to meet the needs of both engineers and engineering students. The text uses the personal...
While teaching Java programming at Minnesota State University, the authors noticed that engineering students were enrolling in Java programming course...
|
|
cena:
604,54 zł |
Creating Components: Object Oriented, Concurrent, and Distributed Computing in Java
ISBN: 9780849314995 / Angielski / Miękka / 448 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Concurrency is a powerful technique for developing efficient and lightning- fast software. For instance, concurrency can be used in common applications such as online order processing to speed processing and ensure transaction reliability. However, mastering concurrency is one of the greatest challenges for both new and veteran programmers. Software developers with all levels of experience can refer to Creating Components: Object Oriented, Concurrent, and Distributed Computing in Java to better understand how concurrency works, more effectively deploy it in program components, and reuse these...
Concurrency is a powerful technique for developing efficient and lightning- fast software. For instance, concurrency can be used in common application...
|
|
cena:
499,35 zł |
Java Transaction Design Strategies
ISBN: 9781411695917 / Angielski / Miękka / 116 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Understanding how transaction management works in Java and developing an effective transaction design strategy can help to avoid data integrity problems in your applications and databases and ease the pain of inevitable system failures. This book is about how to design an effective transaction management strategy using the transaction models provided by Java-based frameworks such as EJB and Spring. Techniques, best practices, and pitfalls with each transaction model will be described. In addition, transaction design patterns will bring all these concepts and techniques together and describe...
Understanding how transaction management works in Java and developing an effective transaction design strategy can help to avoid data integrity proble...
|
|
cena:
130,26 zł |
Developing Java Beans
ISBN: 9781565922891 / Angielski / Miękka / 320 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Java Beans is the most important new development in Java this year. Beans is the next generation of Java technology that not only adds features the language lacked, but also lets Java programs interoperate with a number of development environments. The initial release includes a bridge for Microsoft's ActiveX/COM; future releases will include bridges for Netscape's LiveConnect and IBM's OpenDoc.Since it's a "component architecture" for Java, Beans can be used in graphical programming environments, like Borland's JBuilder, or IBM's VisualAge for Java. This means that someone can use a... Java Beans is the most important new development in Java this year. Beans is the next generation of Java technology that not only adds features the... |
|
cena:
131,13 zł |
Java Foundation Classes in a Nutshell
ISBN: 9781565924888 / Angielski / Miękka / 748 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Java Foundation Classes in a Nutshell is an indispensable quick reference for Java programmers who are writing applications that use graphics or graphical user interfaces. The author of the bestsellingJava in a Nutshell has written fast-paced introductions to the Java APIs that comprise the Java Foundation Classes (JFC), such as the Swing GUI components and Java 2D, so that you can start using these exciting new technologies right away.This book also includes O'Reilly's classic-style, quick-reference material for all of the classes in the javax.swing and... Java Foundation Classes in a Nutshell is an indispensable quick reference for Java programmers who are writing applications that use graphic... |
|
cena:
218,88 zł |
Database Programming with JDBC and Java
ISBN: 9781565926165 / Angielski / Miękka / 350 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Java and databases make a powerful combination. Getting the two sides to work together, however, takes some effort--largely because Java deals in objects while most databases do not. This book describes the standard Java interfaces that make portable object-oriented access to relational databases possible and offers a robust model for writing applications that are easy to maintain. It introduces the JDBC and RMI packages and uses them to develop three-tier applications (applications divided into a user interface, an object-oriented logic component, and an information... Java and databases make a powerful combination. Getting the two sides to work together, however, takes some effort--largely because Java deals in o... |
|
cena:
221,29 zł |
Java Card E-Payment Application Development
ISBN: 9781580532914 / Angielski / Twarda / 384 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. As a working tool for professionals, this easy-to-understand resource provides clear, detailed guidance on smart, credit and debit cards, JavCard and OpenCard Framework.
As a working tool for professionals, this easy-to-understand resource provides clear, detailed guidance on smart, credit and debit cards, JavCard and ...
|
|
cena:
309,88 zł |
The Visual Basic Programmer's Guide to Java
ISBN: 9781583482179 / Angielski / Miękka / 594 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Use your understanding of Visual Basic as a foundation for learning Java and object-oriented programming. This unique guide not only relates Java features to what you already know it also highlights the areas in which Java excels over Visual Basic, to build your understanding of its appropriate use.
Covers: Use your understanding of Visual Basic as a foundation for learning Java and object-oriented programming. This unique guide not only relates Java feat...
|
|
cena:
174,92 zł |
a practical guide to data structures and algorithms using java
ISBN: 9781584884552 / Angielski / Twarda / 1026 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Although traditional texts present isolated algorithms and data structures, they do not provide a unifying structure and offer little guidance on how to appropriately select among them. Furthermore, these texts furnish little, if any, source code and leave many of the more difficult aspects of the implementation as exercises. A fresh alternative to conventional data structures and algorithms books, A Practical Guide to Data Structures and Algorithms using Java presents comprehensive coverage of fundamental data structures and algorithms in a unifying framework with full implementation...
Although traditional texts present isolated algorithms and data structures, they do not provide a unifying structure and offer little guidance on how ...
|
|
cena:
525,63 zł |
Blue Pelican Java
ISBN: 9781589397583 / Angielski / Twarda / 542 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. "Blue Pelican Java" is a somewhat unusual high school computer science textbook. Most computer science texts will begin with a section on the history of computers followed with a flurry of definitions that are just "so many words" to the average student. The approach here is to first give the student some experience upon which to hang the definitions that come later. The usual practice of introducing classes and objects is deferred until the student has a firm grasp of the fundamentals (loops, decision structures, etc). Thus, the beginning student is not overwhelmed by the simultaneous...
"Blue Pelican Java" is a somewhat unusual high school computer science textbook. Most computer science texts will begin with a section on the history ...
|
|
cena:
215,52 zł |
Using and Understanding Java Data Objects
ISBN: 9781590590430 / Angielski / Miękka / 456 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. JAVA DATA OBJECfS (JDO) specifies a transparent persistence service for Java objects. The specification describes a general framework for storing and retrieving the per- sistent state ofJava objects. The JSR-12 expert group defined JDO using the Java Community Process. JDO includes a specification, a reference implementation, and a technology compatibility kit (TCK). All three can be downloaded from the JavaCommunityProcessWebsite (http: //W M.jcp.org/jsr/detail/12.jsp). Anumber of vendors have created implementations of JDO and provide versions of their products that you can download from...
JAVA DATA OBJECfS (JDO) specifies a transparent persistence service for Java objects. The specification describes a general framework for storing and ...
|
|
cena:
152,76 zł |
Java Persistence for Relational Databases
ISBN: 9781590590713 / Angielski / Miękka / 368 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. 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--but were afraid to ask--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... Java Persistence for Relational Databases is chock full of best practices and patterns, for those of you who want to connect to databases us... |
|
cena:
137,10 zł |
Bluetooth for Java
ISBN: 9781590590782 / Angielski / Miękka / 352 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Bluetooth is a standard for wireless integration of small devices. "Bluetooth for Java" is specifically about using Java to program Bluetooth-enabled devices. The specification for Java and Bluetooth was released in February. However, vendors are implementing the specification now and most won't be ready/available until Fall 2002. Bluetooth is a technology for wireless communication. It is similar in functionality to the way laptops connect to the Internet from home/office, but is typically used for short burst communications instead of a continuous connection. Because of this difference,...
Bluetooth is a standard for wireless integration of small devices. "Bluetooth for Java" is specifically about using Java to program Bluetooth-enabled ...
|
|
cena:
168,44 zł |
Enterprise Java Beans 2.1
ISBN: 9781590590881 / Angielski / Miękka / 484 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Enterprise JavaBeans (EJB) is a server-side component model for transaction aware, distributed enterprise applications written in the Java programming language. "Enterprise JavaBeans 2.1" details the architecture of the Enterprise JavaBeans component model. After an introduction to the component paradigm, the EJB architecture basics are introduced. Based on that, the different component types (Session-, Entity- and Message-Driven-Beans) are discussed in detail. An in depth introduction to the Java Message Service (JMS) is provided to understand the ideas behind asynchronous and parallel...
Enterprise JavaBeans (EJB) is a server-side component model for transaction aware, distributed enterprise applications written in the Java programming...
|
|
cena:
168,44 zł |
Enterprise Java for SAP
ISBN: 9781590590980 / Angielski / Twarda / 320 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Enterprise Java for SAP is designed as an introduction to the Java 2 Platform, Enterprise Edition (J2EE) for the SAP developer. After providing a general introduction to Java, author Austin Sincock explores how to open the typically closed SAP environment to the world of Java. Utilizing SAP's Java connector, JCo, Sincock details an end-to-end web application that connects directly to SAP, including the deployment and implementation of both a web server and an external database. He explores communicating with an SAP environment through such Java and J2EE... Enterprise Java for SAP is designed as an introduction to the Java 2 Platform, Enterprise Edition (J2EE) for the SAP developer. After provid... |
|
cena:
235,04 zł |
Pro JMX: java management extensions
ISBN: 9781590591017 / Angielski / Miękka / 296 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Get ready to plunge into the complete world of JMX architecture--including the release of JMX Remoting 1.2 Pro JMX: Java Management Extensions features cutting-edge examples of JMX integration with distributed applications, including sequence diagrams and real-world sample code. Author Jeff Hanson takes a top-down approach, starting from the highest level of detail and drilling down. In the process, he presents the JMX architecture as a pluggable, services-oriented framework, and discusses how JMX allows you to dynamically add, remove, and modify services at... Get ready to plunge into the complete world of JMX architecture--including the release of JMX Remoting 1.2 Pro JMX: Java Management Extensions ... |
|
cena:
176,27 zł |