Is there any component-oriented (non-MVC) web framework available forPython?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alis

    Is there any component-oriented (non-MVC) web framework available forPython?

    Hi

    Is there any component-oriented (non-MVC) web framework available for
    Python?

    That is something like Apache Wicket, Tapestry or JSF, but I need it
    to be in Python.

    Regards,
    Ali
  • Phillip B Oldham

    #2
    Re: Is there any component-oriented (non-MVC) web framework availablefor Python?

    On Jul 16, 6:48 pm, Alis <ali.sak...@gma il.comwrote:
    Hi
    >
    Is there any component-oriented (non-MVC) web framework available for
    Python?
    >
    That is something like Apache Wicket, Tapestry or JSF, but I need it
    to be in Python.
    >
    Regards,
    Ali
    Have you looked at kamaelia?

    Download Kamaelia for free. Kamaelia is designed as a testbed for network experimentation using a component architecture designed to simplify creation and testing of new protocols for large scale media delivery systems.

    Comment

    • Sebastian \lunar\ Wiesner

      #3
      Re: Is there any component-oriented (non-MVC) web framework available for Python?

      Alis <ali.sakebi@gma il.com>:
      Is there any component-oriented (non-MVC) web framework available for
      Python?
      >
      That is something like Apache Wicket, Tapestry or JSF, but I need it
      to be in Python.
      Zope [1] might be worth trying.

      [1] http://www.zope.org

      --
      Freedom is always the freedom of dissenters.
      (Rosa Luxemburg)

      Comment

      • Diez B. Roggisch

        #4
        Re: Is there any component-oriented (non-MVC) web framework availablefor Python?

        Alis schrieb:
        Hi
        >
        Is there any component-oriented (non-MVC) web framework available for
        Python?
        >
        That is something like Apache Wicket, Tapestry or JSF, but I need it
        to be in Python.
        ToscaWidgets, can be used with any WSGI-compliant framework.

        Diez

        Comment

        Working...