Friday, May 6, 2016

PDF Ebook Developing e-Commerce Sites: An Integrated ApproachBy Vivek Sharma, Rajiv Sharma

PDF Ebook Developing e-Commerce Sites: An Integrated ApproachBy Vivek Sharma, Rajiv Sharma

When I'm preferred to read something, I wish to seek out at specific publication. And now, I'm still puzzled of what kind of book that could assist me make need of this time. Do you really feel the very same? Wait, can everyone inform me just what to decide to captivate my lonely and downtime? What type of publication is truly suggested? Such a hard thing, this is just what you and also I probably feel when having more spare time as well as have no suggestion to read.

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

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


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


PDF Ebook Developing e-Commerce Sites: An Integrated ApproachBy Vivek Sharma, Rajiv Sharma

Learning is a procedure that will be undergone by all individuals in every age. In this situation, we have always guides that need to be accumulated and also check out. Developing E-Commerce Sites: An Integrated ApproachBy Vivek Sharma, Rajiv Sharma is just one of the books that we constantly advise for you in discovering. This is the means how you discover related to the subject. When you have the existence of guides, you should see just how this publication is actually recommended.

Reading comes to be on part of the life that should be done by everyone. Checking out must be assumed from earlier to be practice and pastime. Also there are many individuals with variant hobbies; it does not indicate that you can not take pleasure in reviewing as various other task. Reviewing Developing E-Commerce Sites: An Integrated ApproachBy Vivek Sharma, Rajiv Sharma is one of the methods for you to boost your quality of the life. It is such thought in the many resources.

You recognize, as the advantage of reading this Developing E-Commerce Sites: An Integrated ApproachBy Vivek Sharma, Rajiv Sharma, you could not only get brand-new knowledge. You will certainly feel so enjoyable as well as delightful when reviewing it. It confirms by the presence of this book, you could use the moment flawlessly. Spending the moment when being at house will be useful sufficient when you recognize truly what should do. Reading is among the best ways to do to accompany your spare time. Of course, it will certainly be much more priceless than only chatting to the various other friends.

After obtaining the soft data, you could quickly develop brand-new ideas in your mind. It is difficult to get the book in your city, possibly moreover by checking out the store. Visiting the store will not also provide guarantee to get guide? So, why do not you take Developing E-Commerce Sites: An Integrated ApproachBy Vivek Sharma, Rajiv Sharma in this site? Even that's only the soft documents; you could actually feel that the book will certainly be so beneficial for you as well as life around.

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

Today's e-Commerce-enabled Web sites are more complex than ever: it's no longer enough to simply add "shopping cart" functionality! This book shows developers exactly how to integrate a wide range of proven and emerging Web technologies to build a state-of-the-art e-Commerce site from scratch. The authors' example-driven, step-by-step approach offers an inside view of e-Commerce systems -- and provides Java, JavaScript, SQL and XML code that can help developers dramatically reduce time-to-market. Developing E-Commerce Sites starts with a quick refresher on the basics of establishing a Web presence, and a detailed overview of the key challenges associated with deploying e-Commerce and other sophisticated Web applications. Next, the authors introduce several of the key technologies that enable e-Commerce, including HTML, Java, servlets, JavaScript, JDBC, and XML -- providing detailed examples that solve real-world e-Commerce problems. Next, Developing E-Commerce Sites addresses the critical security, credit card verification, and site performance issues associated with e-Commerce. The book concludes by walking through the development of a complete e-Commerce system from start-to-finish, including database integration, user interfaces, and the creation of utility classes that can be reused in any e-Commerce deployment.

  • 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 ApproachBy Vivek Sharma, Rajiv Sharma PDF
Developing e-Commerce Sites: An Integrated ApproachBy Vivek Sharma, Rajiv Sharma EPub
Developing e-Commerce Sites: An Integrated ApproachBy Vivek Sharma, Rajiv Sharma Doc
Developing e-Commerce Sites: An Integrated ApproachBy Vivek Sharma, Rajiv Sharma iBooks
Developing e-Commerce Sites: An Integrated ApproachBy Vivek Sharma, Rajiv Sharma rtf
Developing e-Commerce Sites: An Integrated ApproachBy Vivek Sharma, Rajiv Sharma Mobipocket
Developing e-Commerce Sites: An Integrated ApproachBy Vivek Sharma, Rajiv Sharma Kindle

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

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

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

0 comments:

Post a Comment