Mobile Solution
본 자료는 2페이지 의 미리보기를 제공합니다. 이미지를 클릭하여 주세요.
닫기
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
해당 자료는 2페이지 까지만 미리보기를 제공합니다.
2페이지 이후부터 다운로드 후 확인할 수 있습니다.

목차

1.서론

2.본론
(1)Application Startup and Stop
(2)Event Loop
(3)Application Handle Event
(4)Form Handle Event

3.결론

본문내용

[본문 요약]
향후 Mobile 개발을 위한 전략으로 운영중인 WEB SITE (WWW.SKCHEM.COM)을 Mobile 환경하에서 사용할 수 있도록 Pilot 개발
Client Application 은 C로 개발하고 Server Application 은 VC++을 이용해서 개발하였으며 여기서는 Palm OS 개발 방법 기초에 대한 내용에 대해서 Study 하려고 함.


[ Acronyms ]
1. Mobile Computing : 휴대형 컴퓨터와 디지털 무선통신, 휴대용 주변장치를 이용하여 장소에 구애받지 않고 컴퓨터 업무와 네트워크 접속을 할 수 있는 환경으로 랩톱컴퓨터나 노트형 퍼스컴, 팜PC, PDA(Personal Digital Assistants:개인용 디지털 보조기), 스마트폰, HPC(Hand Held PC:휴대용 PC) 등을 이용한다.

1 서론
 Palm OS Programming 의 종류
(1) Web Clipping Applications (mini web-based applications)
- HTML 페이지를 특정 format 으로 축약한 내용의 집합체로 별도의 Client Programming 작업 없이 Proxy Server 를 이용해서 Data를 송수신
(2) Handheld Applications (traditional GUI applications)
- 별도의 Client/Server 통신 Program으로 여기서는 AIM Solution을 사용하여 통신 모듈을 개발
 Service Platform
Mobile Architecture : AIM V2.2
Client OS : Palm OS
Server OS : Windows 2000 Server
Leagcy DBMS : SQL Server (located in Internet System)
Legacy Main System 연동 : COMTI-SNA

 개발 툴
Client Programming : CodeWarrier for Palm OS
Server Programming : Visual C++ 6.0

2 본론
Palm Handheld Application 개발시 기본적인 Framework.
(1) Application Startup and Stop
//Application Start 시 최초로 실행 (entry point)
UInt32 PilotMain( UInt16 cmd, MemPtr cmdPBP, UInt16 launchFlags) {
return StarterPalmMain(cmd, cmdPBP, launchFlags);
}
static UInt32 StarterPalmMain(UInt16 cmd, MemPtr /*cmdPBP*/, UInt16 launchFlags) {
Err error
//PalmOS의 ROM Version 확인
error = RomVersionCompatible (ourMinVersion, launchFlags);
if (error) return (error);
switch (cmd) {
//정상적인 사용자에 의한 Application 실행시
case sysAppLaunchCmdNormalLaunch:
error = AppStart();
  • 가격1,300
  • 페이지수8페이지
  • 등록일2003.04.19
  • 저작시기2003.04
  • 파일형식워드(doc)
  • 자료번호#222668
본 자료는 최근 2주간 다운받은 회원이 없습니다.
청소해
다운로드 장바구니