Jsp 2 Jsp 1 Page 1 Jsp 3

  • Slides: 7
Download presentation
Jsp 2 Jsp 1 Page 1 Jsp 3 Web Browser App Server Form Bean

Jsp 2 Jsp 1 Page 1 Jsp 3 Web Browser App Server Form Bean 1 Jsp Engine request/session Form Bean 2 Other Bean 1 View Layer Controller Strutsconfig. xml Mappings • • path action [form bean] [forwards] Action 1. java Business Bean 1 Action 2. java Action 3. java Business Bean 2 Database Action 4. java Business Bean 3 Business Logic Layer Data Layer

Eservices

Eservices

Ant for building • Build. xml • Add tasks for junit soon • Modifiy

Ant for building • Build. xml • Add tasks for junit soon • Modifiy as necessary

Data Objects • • Review existing classes Examine Sample. java in detail Examine unit

Data Objects • • Review existing classes Examine Sample. java in detail Examine unit test: Test. DBObject. java Discuss how to implement nested objects – load() – save() – Does parent refer to children or vice-versa?

Scope out Screens & Actions • CM 1: Create. Account. jsp, Create. Account. Action.

Scope out Screens & Actions • CM 1: Create. Account. jsp, Create. Account. Action. java, Delete. Account. jsp, Delete. Account. Action. java, Account. java • CM 2: Create. Login. jsp, Create. Login. Action. java • CM 4: Modify. Account. jsp, Get. Account. Action. java, Modify. Account. java, Account. java • CM 5: Reset. Password. jsp, Reset. Password. Action. java, User. java • Discuss for B 1 -B 5 & OM 1 -OM 3

Plan • Finish implementing Data Objects • Develop each feature from jsp -> formbean

Plan • Finish implementing Data Objects • Develop each feature from jsp -> formbean > action • Continuously test • Use DB on vkvask. dyndns. org • Server will be available on vkvask. dyndns. org (login: eservice 1, password: eservices)

To do next • Stay update of Task List; add items as necessary •

To do next • Stay update of Task List; add items as necessary • Have meeting on week of July 28 -Aug 1 • Concentrate on delivery of 1 st release (August 31 st) • How can we improve the process?