Structure in changing data content from a databases/server
<Situation>
1) Need to register a new product
2) Need to add the detail of the product already registered
<Step>
1) Client need to search case (1) or (2) 클라이언트 케이스 조사 1 혹은 2
2) After figuring out a case, need to list up content on the column 케이스 확인후 컬럼의 필요 콘텐츠 확인
3) Go through the server to connect with the database and Save the new contents
- owner’s login info into the session (Store info)
- List of new columns content saved into bean(Good Info) <- database
- (already column made on the bean)
- 데이터 베이스 연결을 위해 서버를 통과해야 함
- 3. 주인의 로그인 정보는 이미 세션에 저장됨
- 새로운 컬럼의 콘텐츠가 data base 빈에 저장됨. (이미 컬럼은 제작됨
4) Go through the server to connect with the database and Save the new contents
- owner’s login info into the session (Store info)
- List of new columns content saved into bean(Good Info) <- database
- (already column made on the bean)
데이터 베이스 연결을 위해 서버를 통과해야 함
주인의 로그인 정보는 이미 세션에 저장됨- 새로운 컬럼의 콘텐츠가 data base 빈에 저장됨. (이미 컬럼은 제작됨)
Comments
Post a Comment