Listing 1 - 10 of 18 << page
of 2
>>
Sort by
JSP : practical guide for Java programmers
Author:
ISBN: 1281015040 9786611015046 0080495958 1558608362 9780080495958 9781558608368 Year: 2003 Publisher: San Francisco, California : Morgan Kaufmann,

Loading...
Export citation

Choose an application

Bookmark

Abstract

JavaServer Pages (JSP) is a technology for building dynamic web applications that can access databases and provide an interactive experience for users. It's a powerful technology with open source implementations (server and platform independent) for building enterprise Web applications. With JSP, existing business systems can be leveraged with minimal overhead, maintenance, and support. JSP: Practical Guide for Java Programmers is designed to cover the essentials of JSP including the basic JSP constructs and the relevant implicit objects as well as more advanced concepts such as incorporatin

Unit testing in Java : how tests drive the code
Authors: ---
ISBN: 1558608680 9780080520179 0080520170 9786611048020 6611048022 128104802X 9781558608689 Year: 2003 Publisher: San Francisco, Calif. : Morgan Kaufmann,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Software testing is indispensable and is one of the most discussed topics in software development today. Many companies address this issue by assigning a dedicated software testing phase towards the end of their development cycle. However, quality cannot be tested into a buggy application. Early and continuous unit testing has been shown to be crucial for high quality software and low defect rates. Yet current books on testing ignore the developer's point of view and give little guidance on how to bring the overwhelming amount of testing theory into practice. Unit Testing in Java repres

The Struts framework
Author:
ISBN: 0585449945 9780585449944 9781558608627 1558608621 128228486X 9781282284869 9780080519012 0080519016 9786612284861 Year: 2003 Publisher: Boston Morgan Kaufmann Publishers

Loading...
Export citation

Choose an application

Bookmark

Abstract

Struts is an open-source framework that integrates with standard Java technologies and lets developers build web applications quickly and effectively. In much the same way that Java has overtaken C++, Struts is well poised to become the framework for web application development because of its ability to address the types of issues engineers face when building large-scale web applications. The Struts Framework: Practical Guide for Java Programmers meets the needs of this large audience--estimated today at 2.5 million Java programmers and growing. It provides the s

Java
Author:
ISBN: 1281078220 9786611078225 0080509568 0585449961 1558609091 9781558609099 9781281078223 6611078223 9780080509563 9780585449968 Year: 2003 Publisher: San Francisco, Calif. Oxford Morgan Kaufmann Elsevier Science

Loading...
Export citation

Choose an application

Bookmark

Abstract

If you're an experienced programmer, you already have a rock-solid foundation for learning Java. All you need is a resource that takes your experience into account and explains Java's key principles and techniques in an intelligent, efficient way. Java: Practical Guide for Programmers is precisely that resource. Here, you won't have to wade through hundreds of pages of overly simplistic material to learn the basics of Java programming. Instead, you get highly focused instruction in the core elements of Java 1.4, accompanied by carefully chosen examples and line-by-line analyses that ar

Java frameworks and components : accelerate your Web application development
Author:
ISBN: 1107112702 1280416920 9786610416929 0511202385 0511177070 0511039603 0511304803 051154703X 0511053193 9780511039607 9780511547034 9780511547034 9780521520591 0521520592 0521520592 0511037953 9781107112704 9781280416927 6610416923 9780511202384 9780511177071 9780511304804 9780511053191 Year: 2003 Publisher: Cambridge : Cambridge University Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book is a practical tool for Java programmers. It provides the necessary information for them to be able to find, evaluate and select an application framework suitable to their needs. It explains in plain language the benefits of frameworks and component technologies, specifically in relation to web application development. The book is unique in that it does not focus on any specific technology, yet at the same time uses examples from several different frameworks to explain the underlying principals. This gives it a broad appeal to developers that are not sure which framework is right for their purpose, while at the same time making it a practical tool. Application frameworks are large often very complex tools that many developers do not yet fully understand. This means they cannot take advantage of the substantial benefits such a technology can bring to their development project - they often are re-inventing the wheel repeatedly. As the market for web applications begins its second wave, this book provides the critical information for developers to make the transition into componentized framework-based development, keeping them ahead in an increasingly competitive market. An emphasis on quality and globalization is maintained throughout, as these factors become essential in new projects.

Java Web services architecture
Author:
ISBN: 1281078204 9786611078201 0080509576 1558609008 9780080509570 9781558609006 9781281078209 6611078207 Year: 2003 Publisher: San Francisco Morgan Kaufmann Publishers

Loading...
Export citation

Choose an application

Bookmark

Abstract

Written by industry thought leaders, Java Web Services Architecture is a no-nonsense guide to web services technologies including SOAP, WSDL, UDDI and the JAX APIs. This book is the trusted advisor to systems architects and provides an unbiased look at many of the practical considerations for implementing web services including authorization, encryption, transactions and the future of Web Services.* Covers all the standards, the JAX APIs, transactions, security, and more.* Contains CD with author code and software from BEA, Sun, The Mind Electric, Altova, CapeClear, Systinet, Repub

JDBC pocket reference
Author:
ISBN: 0596004575 Year: 2003 Publisher: Sebastopol O'Reilly

Loading...
Export citation

Choose an application

Bookmark

Abstract

Samenvatting:The JDBC Pocket Reference offers quick look-ups for all methods of thestandard JDBC classes. These include concise reviews of the proceduresfor common JDBC tasks such as connecting to a database, executing storedprocedures, executing DDL and the like. You'll find documentation of theconnect string formats for the most common databases, including Oracle,SQL-Server, and PostgreSQL. You'll even find information on working withlarge objects, and on using SQL99 user defined datatypes to work withobject-relational data. Searching for this sort of material through largetutorials is frustrating and a waste of time, but this pocket-sized bookis easy to take anywhere and makes finding the information you need asnap

Guide to the unified process using UML, Java and design patterns
Author:
ISBN: 1280145587 9786610145584 1852338563 1852337214 Year: 2003 Publisher: London : Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

1.1 Introduction This book introduces and guides the you through the use of the Unified Modeling Language (UML) and the Unified Process (both originally devised by Grady Booch,James Rumbaugh and Ivar Jacobson) and their application to Java systems.This means that the book will present you, thereader,withthenotationusedintheUMLandthestepsdescribedbytheUnifiedProcesswith particular reference to the Java environment (including the classes and the syntax). The book itself is structured in three parts. Part 1 introduces object-oriented analysis and design and the Unified Process. The UML is introduced, as necessary, to support the Unified Process steps.Part 2 discusses the topic of design patterns,while Part 3 looks at the UnifiedProcessandUMLintherealworld. The first part of the book is structured in the following manner: Chapter 2: Object -Oriented Analysis and Design This chapter surveys the most significant object-oriented design and analysis methods to emerge since the late 1980s. Chapter 3: An Introduction to the UML and the Unified Process This chapter provides the background to the UML and the Unified Process. It also presents a summary of both. Chapter 4: Software Architecture and Object-Oriented Design This chapter explains and justifies why an architecture is essential to the successful design and implementation of a large object-oriented system. Chapter 5: Requirements Discipline: Use Case Analysis Thischapterintroducestherequirementsdiscipline(whichmayalsobeknownasUseCaseAna- sis).Thisdisciplineattemptstoidentifywhatthefunctionalityofthesystemwillbe.Theseusecases will be essential as the backbone to the whole design process.

Listing 1 - 10 of 18 << page
of 2
>>
Sort by