Differences between revisions 2 and 3
Revision 2 as of 2007-07-27 13:31:40
Size: 1301
Editor: 202
Comment:
Revision 3 as of 2011-08-03 11:00:43
Size: 1305
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
http://www.zope.org/zopearchitecture.gif {{http://www.zope.org/zopearchitecture.gif}}

[Python]으로 만들어진 WebApplication 제작 틀

http://www.zope.org

서버는 [Medusa]를 이용한다. 쉽고 빠르게 WebApplication을 설계할 수 있으며, 유지관리할 수 있다.

Architecture

http://www.zope.org/zopearchitecture.gif

Components

  • ZServer : [HTTP], [FTP], XmlRpc, FastCgi, PCgi등의 많은 네트워크프로토콜을 지원한다. 또한 다른 웹서버와 함께 운영할 수 도 있다.

  • Zope core : 웹 ORB, 검색엔진, 보안계층, 회원관리, 동적정보공유등의 기능이 포함되어 있다.
  • ZODB : Zope가 갖고있는 독특한 [Database]. TransAction, 실행취소, 기가바이트까지의 확장지원등 많은 장점을 가지고 있다.

  • RDBMS 통합 : 자체 DB이외에도, [Oracle], [Sybase], [MySQL], PostgreSql, [ODBC]등을 지원한다.

  • Zope products : [Python]으로 작성된 많은 보조 툴이 Zope를 확장하는데 사용된다.
  • ZClasses : 웹을 통해 만들어진 객체로 Zope core를 확장한다.

다음의 기능을 지원한다.

논의

[Python]을 이용한 WebApplication의 유용한 모델이다.


CategoryProgram

Zope (last edited 2012-04-09 10:34:12 by 61)

web biohackers.net