Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma

Read Online and Download Ebook Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma

Download Ebook Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma

Well, in order to supply the best publication advised, we lead you to obtain the link. This site always presents the web link that is conformed to the book that is extended. As well as this moment, Developing E-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma in soft file system is coming. This coming publication is also provided in soft file. So, you can establish it securely in the devices. If you frequently discover the printed publication to check out, currently you can locate guide in soft documents.

Developing e-Commerce Sites: An Integrated Approach
 By Vivek Sharma, Rajiv Sharma

Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma


Developing e-Commerce Sites: An Integrated Approach
 By Vivek Sharma, Rajiv Sharma


Download Ebook Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma

Do you really feel better after ending up a publication to review? What's your sensation when getting a brand-new book once more? Are you tested to review and also end up t? Good viewers! This is the moment to overcome your goo practice of analysis. We reveal a better book again to delight in. Seeing this website will be additionally filled with determination to check out? It will not make you really feel bored since we have various types and kinds of guides.

As one of guides that have actually been written, Developing E-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma will be simply various with the previous book version. It comes with the straightforward words that can be checked out by all elements. When you should understand more about the writer, you can review the bibliography of the writer. It will certainly aid you making sure concerning this publication that you will obtain as not only recommendation but likewise as reading resource.

Reading this Developing E-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma will give you valuable time to check out. Even this is just a book, the principle offered is extraordinary. You could see how this publication is offered to earn the better future. For you that really don't like reading this publication, never mind. But, allow us to tell you something intriguing from this publication. If you want to make better life, get this publication. When you want to undertake a great life in the meantime as well as future, read this publication.

Having this book but never ever trying to read is sort of rubbish. You have to review it also couple of. Reading by few is truly better than nothing. You can delight in reading by starting in the extremely pleasurable time. The time where you could truly filter the information required from this book. The Developing E-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma will certainly be so helpful when you actually comprehend exactly what in fact this publication uses. So, find your on way to see exactly how your option about the brand-new life within the book.

Developing e-Commerce Sites: An Integrated Approach
 By Vivek Sharma, Rajiv Sharma

  • Sales Rank: #3313721 in Books
  • Published on: 2000-07-09
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.00" h x 1.50" w x 7.40" l, 2.14 pounds
  • Binding: Paperback
  • 640 pages

From the Back Cover

Having an e-commerce Web site is no longer a competitive advantage--it's now a competitive imperative. But constructing a profitable and effective e-commerce site involves much more than simply adding shopping-cart capabilities to an existing Web site. It requires an understanding of rapidly evolving issues and the integration of complex technologies.

Developing e-Commerce Sites leads you step-by-step through the process of building a sophisticated e-commerce Web site. This book brings you up to speed on the latest technologies and shows you how to integrate them into a customized e-commerce site that serves your organization's specific needs. Details and instructions are reinforced by carefully crafted code examples that incorporate empowering technologies.

In addition, the authors describe a complete e-commerce solution, illustrating system design, user interface, and utility classes. Developing e-Commerce Sites demonstrates actual implementation of the five requisite functions of an e-commerce site: inventory management, profiling, ordering, shipping, and reporting. You will find clear, practical information on such topics as:

  • Java language basics
  • Servlets and JavaScript
  • SQL and JDBC
  • XML and how it can be used in e-commerce
  • Credit card verification
  • Security
  • Inventory management
  • Customer profiling
  • Ordering, shipping, and reporting

With this book as a guide, technical professionals and managers charged with deploying an e-commerce site will learn the important issues, underlying technologies, and practical skills needed to accomplish this formidable task successfully.



0201657643B04062001

About the Author

Vivek Sharma is a software developer at Oracle Corporation with nearly seven years of software development and research experience. He writes for Web magazines such as Java Developers' Journal, and his major area of interest and expertise is Internet application research and development. Rajiv Sharma is the CEO of EDA, Inc., and also works as an independent consultant. He has more than ten years of experience, and is co-author of Java Programming by Example (SIGS publications/Cambridge University Press) with Vivek Sharma.

0201657643AB04062001

Excerpt. © Reprinted by permission. All rights reserved.
Preface

I still remember those days in school when we spent endless hours writing a small program in C that would allow two computers to communicate. There is no doubt that C is an excellent and very flexible language. However, in today's world of breakneck speed, when everything needs to be developed by "next Tuesday," doing things in C alone can be a bit challenging. It's the day and age of specialized languages and technologies. In this book we discuss a number of languages specifically geared for Web development. And we discuss these within an even more focused environment--that of developing tools that can help in conducting commerce over the Internet. The book not only introduces you to different languages that can be used for developing effective e-commerce applications, it also presents a large number of practical examples. In addition it deals with issues such as performance and security, which are of importance to any e-commerce site. The last section of the book presents a complete example: five systems that can be leveraged by any e-commerce site. Rationale There are a number of books on the market that talk about individual technologies for Web development. While these books excel in the topics they're dealing with, practical Web development requires the use of more than one language and technology. A book on databases would teach you SQL and everything related to databases. Another book would make you a master of Java. However, if you're asked to develop e-commerce systems for a company, you would need to know not only these two but a lot more, such as Javascript, JDBC, Servlets, Web servers, etc. More important, you would need to understand which language and technology are best suited for what and how they can be integrated. This book is an attempt to fill that void. Different pieces required to solve the puzzle are presented in a logical and easy-to-follow manner. Every chapter builds on knowledge gained in previous chapters. Carefully crafted examples show you how to develop practical solutions using a combination of appropriate technologies. In short, the book was written to get you up to speed by next Tuesday, if not Monday! Target Audience The primary target audience for this book is technical people who want to learn how to develop applications for e-commerce. These include both technical developers who want to learn the technologies and technical managers who want to see how developers can apply them. Even though the book uses e-commerce as a backdrop, it covers everything required for building any kind of Internet application. It is thus intended to be useful even for technical people interested in generic Web development. Here are some categories of people who can benefit from this book: Software professionals who want to design and develop e-commerce applications. Semitechnical managers and business school students who want to understand what e-commerce systems are, what technologies they require, and how they can be developed and deployed. Consultants, developers, and computer science students who just want to learn different Web technologies and understand how they can be integrated to build powerfult Internet applications. Highlights of the Book The book has a number of useful features: It brings readers up to speed on different technologies used for building powerful Web-based systems. It contains a large number of practical examples. It teaches gradually and progressively how to build a sophisticated e-commerce system. It provides Java, Javascript, JDBC, Servlet, and SQL code segments that can be used to save product development time. It gives the "inside" view of an e-commerce system so that users have a better understanding of the whole concept. It provides an introduction to XML and how it can be used in e-commerce. Organization The book comprises four parts, followed by two appendices: Part I contains the introductory chapter, which outlines everything that follows. This chapter also shows you how you can get your computer on the Internet and establish a Web presence. Terms applicable to the Internet are described briefly. Part II begins with a chapter on HTML. Other chapters in this section discuss Java, Servlets, Javascript, SQL, JDBC, and XML. Everything is taught by example. All chapters except the HTML chapter end with a section called Practical Examples where we present a number of programs that solve some complex, practical problems. By making use of knowledge from previous chapters, these examples also illustrate an integration of different languages. Part III takes a look at some practical considerations for anyone planning on building Web systems and/or e-commerce systems. Chapter 8, "Credit Card Verification," discusses several ways in which you can start accepting credit cards over the Net. Chapter 9, "Security and Performance," talks about steps you can take to make your site faster and more secure. Part IV which completes the book, contains a complete e-commerce solution. It begins with Chapter 10, "System Design," which introduces five systems developed in the following chapters using technologies covered in Parts II and III. This chapter also presents the design of a database that is used by the e-commerce systems, which should work as a good tutorial for designing a normalized database. Chapter 11, "Functionality," talks about the user interface of the systems. Chapter 12, "Utilities," presents a number of utility classes that can be leveraged by any Web application. The remaining five chapters in Part IV discuss the actual implementation of the five systems. Appendix A contains instructions for installing and configuring different pieces of required software such as JDBC drivers, Apache Web server, databases, etc. Appendix B provides a complete listing of code for the systems designed in Part IV.

Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma PDF
Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma EPub
Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma Doc
Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma iBooks
Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma rtf
Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma Mobipocket
Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma Kindle

Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma PDF

Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma PDF

Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma PDF
Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma PDF

Developing e-Commerce Sites: An Integrated Approach By Vivek Sharma, Rajiv Sharma


Home