While there are a number of references for Maven online, there is no single, well-written book that can serve as both a well-worn reference and an introduction. What we've tried to do with this effort is provide both a comprehensive reference and a narrative introduction to Maven.
| Click book to purchase | |
|---|---|
![]() | Maven: The Definitive Guide author: Sonatype Company ASIN or ISBN-10: 0596517335 |
Programming Neural Networks in Java will show the intermediate to advanced Java programmer how to create neural networks. This book attempts to teach neural network programming through two mechanisms. First the reader is shown how to create a reusable neural network package that could be used in any Java program. Second, this reusable neural network package is applied to several real world problems that are commonly faced by IS programmers. This book covers such topics as Kohonen neural networks, multi layer neural networks, training, back propagation, and many other topics.
| Click book to purchase | |
|---|---|
![]() | Introduction to Neural Networks with Java author: Jeff, T Heaton ASIN or ISBN-10: 097732060X |
While many books are focused on the underlying technologies of web services and others are dedicated to providing web services, few books show how to consume web services. Google, Amazon, and Beyond: Creating and Consuming Web Services provides a thorough review of the technologies and techniques for connecting client applications to services of all kinds.
| Click book to purchase | |
|---|---|
![]() | Google, Amazon, and Beyond: Creating and Consuming Web Services author: Alexander Nakhimovsky,Tom Myers ASIN or ISBN-10: 1590591313 |
The Java 2 Enterprise Edition (J2EE) is an extremely powerful platform for developing enterprise-level Java-based applications, primarily for the server. This book shows you how to harness that power, guiding you through the details of how the pieces of the J2EE platform fit together.
| Click book to purchase | |
|---|---|
![]() | Beginning J2EE 1.4: From Novice to Professional (Apress Beginner Series) author: James L. Weaver,Kevin Mukhar ASIN or ISBN-10: 1590593413 |
Open source has had a profound effect on the Java community. Many Java open source projects have even become de-facto standards. The principal purpose of Enterprise Java Development on a Budget is to guide you through the development of a real enterprise Java application using nothing but open source Java tools, projects, and frameworks.
| Click book to purchase | |
|---|---|
![]() | Enterprise Java Development on a Budget: Leveraging Java Open Source Technologies author: Brian Sam-Bodden,Christopher M. Judd ASIN or ISBN-10: 1590591259 |
Welcome to Processing XML with Java, a complete tutorial about writing Java programs that read and write XML documents. This is the most comprehensive and up-to-date book about integrating XML with Java (and vice versa) you can buy. It contains over 1000 pages of detailed information on SAX, DOM, JDOM, JAXP, TrAX, XPath, XSLT, SOAP, and lots of other juicy acronyms. This book is written for Java programmers who want to learn how to read and write XML documents from their code.
| Click book to purchase | |
|---|---|
![]() | Processing XML with Java: A Guide to SAX, DOM, JDOM, JAXP, and TrAX author: Elliotte Rusty Harold ASIN or ISBN-10: 0201771861 |
Java Data Objects is a standardized Java API for object persistence. It facilitates the storage and retrieval of complex object models with various storage mechanisms, including both object and relational databases. Analysts agree that JDO's transparent persistence will accelerate software development and yield more flexible applications and object models.
| Click book to purchase | |
|---|---|
![]() | Java Data Objects author: Robin M. Roos ASIN or ISBN-10: 0321123808 |
Using the Apache Jakarta Commons reusable Javaâ„¢ components, you can leverage the work of the global open-source community to solve common programming problems reliably, quickly, and inexpensively. But, to use the Commons libraries effectively, you need far more guidance than the official documentation offers. In Apache Jakarta Commons: Reusable Javaâ„¢ Components, Will Iverson covers what Java developers need to know to take full advantage of Jakarta Commons - starting right now.
| Click book to purchase | |
|---|---|
![]() | Apache Jakarta Commons: Reusable Java(TM) Components author: Will Iverson ASIN or ISBN-10: 0131478303 |
EJB Design Patterns goes beyond high-level design pattern descriptions into critical EJB-specific implementation issues, illustrated with source code implementations. The book contains a catalog of twenty advanced EJB patterns and provides strategies for mapping application requirements to patterns-driven design, J2EE development best practices, and a collection of EJB tips and strategies, and other topics such as Build-System best practices using Ant, JUnit testing strategies, using Java Data Objects (JDO) as an alternative to entity beans, and more.
| Click book to purchase | |
|---|---|
![]() | Ejb Design Patterns: Advanced Patterns, Processes, and Idioms with Poster author: Floyd Marinescu ASIN or ISBN-10: 0471208310 |
Jakarta Struts Live contains thorough coverage of both the Struts MVC architecture and building each of the Struts components of this architecture. You'll learn to use vital features like Tiles, the Validator, DynaActionForms, plug-ins, and internationalization. You also look at how you can leverage other open-source technologies to improve your Struts development process and experiences.