introduction | background | functional overview
taakServlet
taakScript
raves
 

Introduction

What is taak?
taak is a framework for creating dynamic web applications.

Using XHTML and the taakScript scripting language, taak completely separates business logic from presentation code.

taak was written in Java and has been tested on JBoss, Tomcat and WebLogic.

Why taak?
Have you ever noticed how difficult it is to create a dynamic internet application with other languages?

  • With CGI and Servlets you must embedded the calls in your HTML.
  • With PHP, JSP and the like, you must embed the code in your HTML.
  • Special tags do not have enough functionality and are slow to develop.
  • XMLC separates HTML and business logic but is too complicated to use.

taak was created specifically for:

  • Rapid development
  • Easy of use
  • Easy of change
  • Extensibility