deep slids

Upload: kak-chaitanya

Post on 06-Apr-2018

236 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/2/2019 Deep Slids

    1/30

    FLEX SLAM BOOKFLEX SLAM BOOK

    ByV. Rockey Reddy (08RC1A1252)

    K. Sai Deepak (08E31A1243)

    Under the guidance of:

    Ms. Syeda Firdouse Sultana.

  • 8/2/2019 Deep Slids

    2/30

    INTRODUCTIONINTRODUCTION

    y The main purpose of developing Slam

    Book application is to record the details

    and fun memories of your close buddies

    so you'll always hold on to them.

    y The use of Slam book is to share your

    memories with near and dear ones.

  • 8/2/2019 Deep Slids

    3/30

    EXISTING SYSTEMEXISTING SYSTEM

    y I

    n existing system the user has to writedown the friends information in a book.

    This process may consume lot of time.

  • 8/2/2019 Deep Slids

    4/30

    PROPOSED SYSTEMPROPOSED SYSTEM

    y Online slam books are becoming global.

    y The owner signs up and sends around a

    virtual notebook, whether within their

    continent or internationally, and once

    completed, it returns to the original

    author, full of comments.

  • 8/2/2019 Deep Slids

    5/30

    SYSTEM ARCHITECTURESYSTEM ARCHITECTURE

    y The project Flex Slam Book is

    based on Flex application which is of

    three-tier architecture.

  • 8/2/2019 Deep Slids

    6/30

    User

    Flex Application

    Save/Update Profile

    logou

    t

  • 8/2/2019 Deep Slids

    7/30

    REQUIREMENTSREQUIREMENTS

    y Software requirementsFlash Builder 4.0

    Net Beans 6.9.

    My SQL Server.Wamp Server.

    XML.

    yHard ware requirementsPROCESSOR : Pentium IVHARDDISK : 40 GB

    RAM : 1 GB

  • 8/2/2019 Deep Slids

    8/30

    MODULESMODULES

    yModule 1: Authentication

    yModule 2:Monitoring

    yModule 3: Accessibility

  • 8/2/2019 Deep Slids

    9/30

    MODULEMODULE--1: AUTHENTICATION1: AUTHENTICATION

    y In this module we authenticate the user

    and facilitate the authorized user to

    access the application.

    y Contain following functions

    loginregistration

  • 8/2/2019 Deep Slids

    10/30

    SCREEN SHOTSCREEN SHOT

  • 8/2/2019 Deep Slids

    11/30

    MODULEMODULE--2: MONITORING2: MONITORING

    y In this module the user will enter his

    information i.e., he will create profile. And

    also he can upload his photograph along

    with the profile.

    y Contains following functions

    create profile

    edit profile

    update profile

  • 8/2/2019 Deep Slids

    12/30

    SCREEN SHOTSCREEN SHOT

  • 8/2/2019 Deep Slids

    13/30

    SCREENSCREENSHOTSHOT

  • 8/2/2019 Deep Slids

    14/30

    MODULEMODULE--33:: ACCESSIBILITYACCESSIBILITY

    y The user can dedicate one special page for eachfriend. The friend can fill the Slam Book page withhis feelings regarding the user.(fill slam book)

    y The user can revise all his sweet memories at anytime along with integrated photograph of hisfriends.(view users)

    y Contains following functionsview usersfill slam bookssearch users

  • 8/2/2019 Deep Slids

    15/30

    SCREENSCREENSHOTSHOT

  • 8/2/2019 Deep Slids

    16/30

    UMLUML DIAGRAMSDIAGRAMS

    y Class diagram

    y Use case diagram

    y Sequence diagram

    y Collaboration diagram

  • 8/2/2019 Deep Slids

    17/30

    CLASSCLASS DIAGRAMDIAGRAM

    y It is a collection of objects that shares the

    common properties and relations. Every

    representation of a class includes name,

    attributes and responsibilities

    Profile

    gender : String

    dateofbirth : String

    occupation : String

    address : String

    location : String

    country : String

    upload()

    save()

    home()

    slambook

    urname : String

    nname : String

    sdob : String

    addr : String

    life : String

    experience : String

    save()

    searchUsers

    sinput : String

    search : String

    search()dgUsers()

    viewslams

    lb

    usersDatagrid

    lbchange()

    lbclick()

    Home

    createprofile : String

    myprofile : String

    editprofile : String

    searchusers : Stringviewslams : String

    createProfle()

    myProfile()

    editProfile()

    searchUsers()

    viewSlams()

    logout()

    Registration

    firstname : String

    lastname : String

    username : String

    password : String

    emailid : String

    mobileno : Integer

    register()

    reset()

    logIn()

    login

    username : String

    password : String

    signIn()

  • 8/2/2019 Deep Slids

    18/30

    USEUSE CASECASE DIAGRAMDIAGRAM

    y A use-case diagram is typically used to

    communicate the high-level functions of

    the system and the system's scope.

    database

    login

    register

    create profile

    User

    logout

    edit/update profile

    view profile

    searchusers

    fillslambook

    viewslams

    java servlet

  • 8/2/2019 Deep Slids

    19/30

    SEQUENCESEQUENCE DIAGRAMDIAGRAM

    y Sequence diagrams show a detailed flowfor a specific use case or even just part ofa specific use case

    User loginRegistration Profile searchUsers Slambook databaseHome

    1: register 2: send request

    3: revieve acknowledgement

    4: signIn 5: validation

    6: enters

    7: view profile

    8: if not create/edit profile

    10: search users 11: fill slambook12: save data

    9: send request to save data

    13: view slams 14: getting slams data

    15: logout user

  • 8/2/2019 Deep Slids

    20/30

    COLLABORATIONCOLLABORATION DIAGRAMDIAGRAM

    y UML Collaboration diagrams (interaction

    diagrams) illustrate the relationship and

    interaction between software objects.

    y The collaboration diagram illustrates

    messages being sent between classes and

    objects (instances).

  • 8/2/2019 Deep Slids

    21/30

    User login Registrat

    ion

    Profile search

    Users

    Slamboo

    k

    databas

    e

    Home

    8: if not

    create/ed

    it profile

    4: signIn1: register

    5: validation

    6: enters

    15: logout user2: send request

    3: revieve

    acknowledgement

    9: send request to save data

    11: fill slambook

    12: save data

    14: getting slams data

    7: view profile 10: search users

    13: view slams

  • 8/2/2019 Deep Slids

    22/30

    SCREENSCREENSHOTSSHOTS

  • 8/2/2019 Deep Slids

    23/30

    LOGINLOGIN PAGEPAGE

  • 8/2/2019 Deep Slids

    24/30

    HOMEHOMEPAGEPAGE

  • 8/2/2019 Deep Slids

    25/30

    MYMYPROFILEPROFILE

  • 8/2/2019 Deep Slids

    26/30

    SEARCHSEARCH USERSUSERS

  • 8/2/2019 Deep Slids

    27/30

    FILLFILL SLAMSLAM BOOKBOOK

  • 8/2/2019 Deep Slids

    28/30

    CONCLUSIONCONCLUSION

    y The project will be a RIA Application

    developed using Adobe Flex. The users of

    the application can search registered

    users send and receive slams, createprofiles and connect with friends. Slam

    Book will help you to record the details

    and fun memories of your close buddiesso you'll always hold on to them.

  • 8/2/2019 Deep Slids

    29/30

    THANK YOU

  • 8/2/2019 Deep Slids

    30/30