You are on page 1of 14

Aspire Systems

Online Shopping - LLD.doc

Low Level Design On-line Shopping Management

Confidential

Page 1 of 14

Copyright notice: Copyright 1996-2004 Aspire Systems. All rights reserved. The contents on this document are not to be reproduced or duplicated in any form or kind, either in part or full, without written consent from Aspire Systems.

Aspire Systems

Online Shopping - LLD.doc

CONTENTS 1. Introduction..........................................................................................................3 2. Class Diagram......................................................................................................4 3. Sequence Diagram...............................................................................................5 4. Hardware Requirement........................................................................................6 5. Software Requirement..........................................................................................6 6. Presentation Layer................................................................................................7 7. Entity Relationship Diagram...............................................................................14

Confidential

Page 2 of 14

Copyright notice: Copyright 1996-2004 Aspire Systems. All rights reserved. The contents on this document are not to be reproduced or duplicated in any form or kind, either in part or full, without written consent from Aspire Systems.

Aspire Systems

Online Shopping - LLD.doc

1. INTRODUCTION Low Level Design (LLD) is like detailing the HLD. It defines the actual logic for each and every component of the system. Class diagrams with all the methods and relation between classes comes under LLD. LLD describes each and every module in an elaborate manner so that the programmer can directly code the program based. The low level design document for a project should provide a complete and detailed specification of the design for the software that will be developed in the project, including the classes, member and non-member functions, and associations between classes that are involved. This document contains Class Diagram, Sequence Diagram, Entity Relationship Diagram along with Wire-frame Design.

Confidential

Page 3 of 14

Copyright notice: Copyright 1996-2004 Aspire Systems. All rights reserved. The contents on this document are not to be reproduced or duplicated in any form or kind, either in part or full, without written consent from Aspire Systems.

Aspire Systems

Online Shopping - LLD.doc

2. CLASS DIAGRAM

Confidential

Page 4 of 14

Copyright notice: Copyright 1996-2004 Aspire Systems. All rights reserved. The contents on this document are not to be reproduced or duplicated in any form or kind, either in part or full, without written consent from Aspire Systems.

Aspire Systems

Online Shopping - LLD.doc

3. SEQUENCE DIAGRAM

Confidential

Page 5 of 14

Copyright notice: Copyright 1996-2004 Aspire Systems. All rights reserved. The contents on this document are not to be reproduced or duplicated in any form or kind, either in part or full, without written consent from Aspire Systems.

Aspire Systems

Online Shopping - LLD.doc

4. HARDWARE REQUIREMENT Processor Processor Speed Keyboard Hard disk RAM : : : : : Intel Pentium IV 1.7 GHZ 104 Keys 40 GB 256 MB

5. SOFTWARE REQUIREMENT

Operating System Software Tools Database

: : : :

Ubuntu 10.10 JDK 1.6 Eclipse Galileo SDK Version: 3.5.2 MySQL Version 1.2.12

Confidential

Page 6 of 14

Copyright notice: Copyright 1996-2004 Aspire Systems. All rights reserved. The contents on this document are not to be reproduced or duplicated in any form or kind, either in part or full, without written consent from Aspire Systems.

Aspire Systems

Online Shopping - LLD.doc

6. PRESENTATION LAYER index.jsp Index page of the site. Priority high products are shown here.

Confidential

Page 7 of 14

Copyright notice: Copyright 1996-2004 Aspire Systems. All rights reserved. The contents on this document are not to be reproduced or duplicated in any form or kind, either in part or full, without written consent from Aspire Systems.

Aspire Systems

Online Shopping - LLD.doc

signin.jsp

Confidential

Page 8 of 14

Copyright notice: Copyright 1996-2004 Aspire Systems. All rights reserved. The contents on this document are not to be reproduced or duplicated in any form or kind, either in part or full, without written consent from Aspire Systems.

Aspire Systems

Online Shopping - LLD.doc

welcomecustomer.jsp

Confidential

Page 9 of 14

Copyright notice: Copyright 1996-2004 Aspire Systems. All rights reserved. The contents on this document are not to be reproduced or duplicated in any form or kind, either in part or full, without written consent from Aspire Systems.

Aspire Systems

Online Shopping - LLD.doc

register.jsp

Confidential

Page 10 of 14

Copyright notice: Copyright 1996-2004 Aspire Systems. All rights reserved. The contents on this document are not to be reproduced or duplicated in any form or kind, either in part or full, without written consent from Aspire Systems.

Aspire Systems

Online Shopping - LLD.doc

shoppingcart.jsp shoppingcart.jsp page displays the item which are present in customer's cart.

Confidential

Page 11 of 14

Copyright notice: Copyright 1996-2004 Aspire Systems. All rights reserved. The contents on this document are not to be reproduced or duplicated in any form or kind, either in part or full, without written consent from Aspire Systems.

Aspire Systems

Online Shopping - LLD.doc

finalamount.jsp

Confidential

Page 12 of 14

Copyright notice: Copyright 1996-2004 Aspire Systems. All rights reserved. The contents on this document are not to be reproduced or duplicated in any form or kind, either in part or full, without written consent from Aspire Systems.

Aspire Systems

Online Shopping - LLD.doc

admin.jsp Administrator can able to edit, insert, delete the Book details in this page.

Confidential

Page 13 of 14

Copyright notice: Copyright 1996-2004 Aspire Systems. All rights reserved. The contents on this document are not to be reproduced or duplicated in any form or kind, either in part or full, without written consent from Aspire Systems.

Aspire Systems

Online Shopping - LLD.doc

7. ENTITY RELATIONSHIP DIAGRAM

Confidential

Page 14 of 14

Copyright notice: Copyright 1996-2004 Aspire Systems. All rights reserved. The contents on this document are not to be reproduced or duplicated in any form or kind, either in part or full, without written consent from Aspire Systems.

You might also like