What is the difference between Bento and PHP, JSP, ASP and other such languages and spplications?
Most widely used dynamic web site technologies, including PHP, JSP and ASP, follow the general model of embedding programming code into HTML-like templates. While such an approach does support dynamic content, in most other regards it inherits the defects and limitations of HTML. Even when the embedded language is object-oriented, there is no simple way to develop and organize the site itself in an object-oriented way.