J-CASE Login Sample
Login sample Use case and storyboard using J-CASE tag library.
Step I. Create Use Case
-
Before starting to create use case with J-CASE,
you need to capture core functional requirements in use cases.
See the Use Case captured (This is prepared by yourself)
-
Create JSPs describing the use case descriptions.
Run Use Case
-
Generate use case document using <jc:generateUseCase>.
Generate Use Case document
-
Check to see the document generated.
See the Use Case document (This is the document you saw at step 1)
Step II. Create Storyboard based on the Use Case
-
Detail the descriptions and add user interface information in JSPs
using <jc:screen>, <jc:dialog> tags.
Run Storyboard (with screens)
-
Generate storyboard document using <jc:generateUseCase>.
Generate Storyboard document
-
Check to see the document generated.
See the Storyboard document
Step III. Revise the Storyboard
-
Refine the descriptions and add some system processes in JSPs
using <jc:processResults> tag.
Run revised Storyboard (with screens and processes)
-
Generate storyboard document using <jc:generateUseCase>.
Generate Storyboard document
-
Check to see the document generated.
See the revised Storyboard document
For further information, please see "Getting Started" in user's guide.