Marketplace books
-
Pro Visual Studio Team System with Team Edition for Database Professionals, Second Edition
by Jeff Levinson, David Nelson
It is clear that Visual Studio Team System is the future of development from Microsoft’s perspective. Development is no longer a personal pursuit by one developer in a darkened room; it is a collective effort by a team of peers. VSTS supports this broader vision by providing a complete collaboration platform for the entire project team. VSTS takes a services-oriented approach leveraging Windows SharePoint Services and SQL Server Business Intelligence Suite.
-
Pro Apache Ant
by Matthew Moodie
Pro Apache Ant is ideal for Java developers who need to use the leading open source build tool out there for development and project management. It is organized around chronological tasks instead of alphabetical functions, using a sample application throughout the set-up, from calling database scripts to unit testing. Practical examples are used at every stage and each task includes a concrete example. The configuration files are XML based, so there's no need for you to write shell commands
-
Decompiling Java
by Godfrey Nolan
Fascinated by the Java lady? Ever wanted to ask her out but never dared to? Get this book and take a shot. Decompiling Java is a worthwhile guide to this exotic niche in the Java landscape. — Bill Simons, Member, Denver JUG Both Java and .NET use the idea of a "virtual machine," or VM. And while VMs are useful for some purposes, they undermine the security of your source code, because creation can be reversed, or "decompiled.
-
Enterprise Java Development on a Budget: Leveraging Java Open Source Technologies
by Brian SamBodden, Christopher M. Judd
Developers in the J2EE space may feel that they've got a good handle on all the different open-source tools and utilities that are floating out there around on the Internet; I know I did. After reading just the first three chapters, it became (painfully) obvious that I was wrong. — Ted Neward, Author, Instructor, Editor-in-Chief of TheServerSide.NET Open source has had a profound effect on the Java community. Many Java open source projects have even become de-facto standards.
-
Using and Understanding Java Data Objects
by David Ezzio
Using and Understanding Java Data Objects is the programmer's guide to JDO. Adopted by the Java Community Process, Java Data Objects (JDO) specifies a universal and transparent persistence service for Java objects. JDO reduces the amount of code that application developers write to store and retrieve persistent state. JDO frees application designers and programmers from the details of persistence.
-
Enterprise JavaBeans 2.1
by Stefan Denninger, Ingo Peters, with Rob Castenada
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 the authors introduce the component paradigm, they move on to cover EJB architecture basics.
-
Building ASP.NET Server Controls
by Rob Cameron, Dale Michalk
The authors start out with very basic 'write' statements, but they progress into a sophisticated control -- one that includes templates, CSS styling and data binding. — Paul Schaeflein, schaeflein. This book is great for learning how pages and controls work in ASP.NET. — Aaron Weiker Weblog This tutorial and reference will benefit you, the dedicated ASP.NET developer. If you understand the gains of object-oriented development, and want to apply those principles to ASP.
-
Taming Java Threads
by Allen Holub
Learning how to write multithreaded applications is the key to taking full advantage of the Java platform. In Taming Java Threads, well-known columnist and Java expert Allen Holub provides Java programmers with the information they need to write real multithreaded programs&emdash;programs with real code. Holub provides an in-depth explanation of how threads work along with information about how to solve common problems such as deadlocks and race conditions.
-
MySQL
by Michael Kofler
Unmistakably, the advent of Open Source technologies has made a considerable impact upon the IT sector in recent years. Perhaps the repercussions of this impact resonate no more loudly than in the database sector, where Open Source databasing products offer users a comparable alternative to the costly commercial solutions available on the market today. One such Open Source database enjoying enormous popularity is MySQL.
-
Definitive Guide to Swing for Java 2, Second Edition
by John Zukowski
Shows how to create graphical user interfaces with the 1.3 version of the Swing Component Set Offers a clear treatment of the Model-View-Controller architecture Demonstrates the creation and customization of reusable Swing Component extensions Explores the Swing text and html package, and JFC drag-and-drop capabilities Provides in-depth coverage of Jtree and Jtable Completely updated for the 1.