Sunteți pe pagina 1din 5

Customer

(from Logical View)

SignUp

USE CASE DESCRIPTION: Sign Up Use case name: Sign Up Primary Actor: customer Customer Brief description: This use case is initiated by the Customer; the use case will enable the Customer to sign up Pre condition N/A Flow of events Basic flow        The use case begins when the customer click on Sign Up hyperlink The system will display Sign up form The user will key in first name The user will key in last name The user will key in username (E1:username must be letters) The user will key in password The user will key in confirm password (E2:password must be 9 characters       The user will select security question The user will key in security answer The user will key in email address The user will key in address The user will key in Country The user will key in religion

    Alternative flow

The Customer press sign up button (A1:cancel) The system verify information (E3:information not complete) The system will save the information. The system will display Account successfully sign up

A1: cancel the user can be able to cancel the sign up process Exceptional flow The system shall display the message   The system should display the username must be letters Your password must be 9 characters, please re-enter your new password and confirm it the system wait until the customer re-enter password  The system will display information not complete

VISUAL BASIC (V.B) Visual Basic (VB) is the third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model. Visual Basic is designed to be relatively easy to learn and use. Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using Data Access Objects, Remote Data Objects, or ActiveX Data Objects, and creation of ActiveX controls and objects. ADVANTAGES y VB.NET uses XML to transfer data between the various layers in the DNA Architecture i.e. data are passed as simple text strings. y Easy to write codes, high level database connectivity, more popular that other languages so you can get help anyone. Can combine and embedded with any Microsoft products such as MS Excel, word, etc. y VB.NET is totally object oriented. This is a major addition that VB6 and other earlier releases didn't have. y y DISADVANTAGES y The Applications which are developed in vb are working only on Windows Operating systems only And more memory space is required to install and work in Vb as VB is GUI based development tool it contains Graphical components that need more space. Its much slower than other language Visual basic is one of the powerful languages, but its not suit for programming really sophisticated games.

JAVA . The language derives much of its syntax but has a simpler object model and fewer lowlevel facilities. Java applications are typically compiled to bytecode (class file) that can run on any Java Virtual Machine (JVM) regardless of computer architecture. Java is a general-purpose, concurrent, class-based, object-oriented language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere." Java is currently one of the most popular programming languages in use, particularly for client-server web applications ADVANTAGE Java is object-oriented because programming in Java is centered on creating objects, Java can be perceived as significantly slower DISADVANTAGE

manipulating objects, and making objects and more memory-consuming than natively work together. This allows you to create compiled languages modular programs and reusable code. The default look and feel of GUI applications written in Java using the Swing toolkit is very One of the most significant advantages of different from native applications. It is possible Java is its ability to move easily from one to specify a different look and feel through the computer system to another pluggable look and feel system of Swing. Sun is working in this area and we can see some great technologies from Sun in near future. Java is one of the first programming languages to consider security as part of its design. The Java language, compiler, interpreter, and runtime environment were each developed with security in mind. Java is predominantly a single-paradigm language. However, with the addition of static imports in Java 5.0 the procedural paradigm is better accommodated than in earlier versions of Java. programs do not always work correctly, even if it allocate object on stack they are written correctly because java visual machine may be written incorrectly

ASP.NET ASP.NET is a Web application framework developed and marketed by Microsoft to

allow programmers to build dynamic Web sites, Web applications and Web services ASP.NET stands for Active Server Pages .NET and is developed by Microsoft ADVANTAGES y The framework comes with a large set of very robust and useful server and client side controls for creating interactivegrids, calendars, wizards, and much more y you can generally throw a fairly dynamic website together pretty quickly with ASP.NET y One main disadvantage is that ASP.NET applications can only run on Windows platform DISADVANTAGES Does not allow for easy unit tests

It provides better performance by taking advantage of early binding, just-in-time compilation, native optimization, and caching services right out of the box.

Often times view state can get really large or have negative effects on performance. This is especially true for some of the more complex server controls.

S-ar putea să vă placă și