You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2001/09/01 18:56:48 UTC

cvs commit: jakarta-turbine-3/src/java/org/apache/turbine/util DynamicURI.java Log.java RelativeDynamicURI.java TurbineConfig.java

jvanzyl     01/09/01 09:56:48

  Removed:     src/java/org/apache/turbine/util DynamicURI.java Log.java
                        RelativeDynamicURI.java TurbineConfig.java
  Log:
  - moving these last remaining classes to the top level package.
  
    Log:
    will be the convenient way for turbine application code to log.
    if developers wish to use the more powerful log4j Category directly
    they are free to do so, but we will leave the Log wrapper as a
    convenience in application code.
  
    URI classes:
    developers may wish to override these classes for their own
    uses. everything still needs to be clarified, but even with
    the addition of the pipeline/valve interfaces that there won't
    be many more classes required in the top level package.
  
    TurbineConfig:
    this is currently a misnomer as it has been generally used to
    initialize the service framework. something like this will take
    on a new form so that a turbine application can be run in a different
    environment. for example i would like to use turbine for rendering,
    but use a small http server to deliver the content to the client
    instead of a servlet. we will expand on ilkka's original idea to
    decouple the services provided by turbine and servlets though servlets
    will be the most common housing for a turbine application.

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org