I. LOOSE COUPLING

  A real dependency is a state of affairs in which one system depends on the functionality provided by another. ⇔ artificial dependency
We cannot remove artificial dependencies, but if the artificial dependencies among systems have been reduced, ideally, to their minimum, we have achieved loose coupling.

II. SOA DEFINED AND EXPLAINED

  SOA is an architectural style whose goal is to achieve loose coupling among interacting software agents.
  The results of a service are usually the change of state for the consumer but can also be a change of state for the provider or for both

  A. A small set of simple and ubiquitous interfaces to all participating software agents. Only generic semantics are encoded at the interfaces. The Interfaces should be universally available for all providers and consumer
  B. Descriptive messages constrained by an extensible schema delivered through the interfaces. No, or only minimal, system behavior is prescribed by messages. A schema limits the vocabulary and structure of messages. An extensible schema allows new versions of services

  A few rules to call that architecture is service oriented
A. The messages must be descriptive, rather than instructive
B. Service providers will be unable to understand your request if your messages are not written in a format, structure, and vocabulary that is understood by all parties.
C. Extensibility is vitally important
D. An SOA must have a mechanism that enables a consumer to discover a service provider under the contest of a service sought by the consumer.

III. ADDITIONAL CONSTRAINTS

  There are a number of additional constraints one can apply on SOA

A. Stateless Service : improve scalability
B. Stateful Servce : improve performance
C. Idempotent Request : improve reliability

IV. DERIVING WEB SERVICES FROM SOA

A. Interfaces must be based on Internet protocols such as HTTP, FTP, and SMTP.
B. Except for binary data attachment, messages must be in XML

  There are two main styles of Web services : SOAP web services and REST web services

V. SOAP WEB SERVICES

A. Except for binary data attachment, messages must be carried by SOAP
B. The description of a service must be in WSDL

VI. SOAP RPCWEB SERVICES

  SOAP RPC “tennels” new application-specific RPC interfaces though an underlying generic interface.

VII. REST WEB SERVICES

A. Interfaces are limited to HTTP. The following semantics are defined
  1) GET is used for obtaining a representation of a resource.
  2) DELETE is used for removing representations of a resource.
  3) POST is used for updating or creating the representations of a resource.
  4) PUT is used for creating representations of a resource.
B. Most messages are in XML, confined by a schema written in a schema language such as XML Schema from W3C or RELAX NG.
C. Simple messages can be encoded with URL encoding.
D. Service and service providers must be resources while a consumer can be a resource.

Atrix 스펙
 
형 태
크 기

117.75 x 63.50 x 10.95 mm

무 게 135g
색 상 Black
디스플레이 4.0inch qHD(Quarter High Definition, 960x540) 16M COLOR TFT LCD
CPU NVIDIA Tegra2 1GHz Dual-Core processor
메모리 1GB DDR2 RAM, 16GB Storage
운영체제 Android Platform ver 2.2 (Froyo)
GPS 지원함
Browser 크롬 모바일, 크래들 장착시 (파이어 폭스)
Wi-Fi 802.11 b/g/n
터치 방식 정전식
카메라 화소 500만화소, LED플래시
촬영 모드 사진, 동영상
동영상 HD720(1280X720)
외부단자 3.5mm 외부단자, mini USB 5핀 단자, mini HDMI 단자
배터리 구분 표준형(1930mAh)
연속통화시간 약 540분
연속대기시간 약 250시간
블루투스 지원함(ver. 2.1)
외장 메모리 지원여부 측정 기준 최대 지원 용량
지원함 제조사 Micro SDHC 32GB
세티즌 테스트 Micro SDHC 32GB
통신 규격 HSPDA 14.4Mbps
멀티테스킹 안드로이드 기본 지원
기본 구성품 사용설명서, 대용량 베터리 2개, 3.5mm스테레오 이어셋, usb전용 충전기, 데이터 케이블, 베터리 충전기
 



설정 후 저장해놓고 사용
한글사용 : Window->Translation -> UTF-8 로 변경

+ Recent posts