You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-dev@james.apache.org by si...@james.apache.org on 2004/03/07 01:13:16 UTC

[Apache James Wiki] Updated: JamesV3/Requirements

   Date: 2004-03-06T16:13:15
   Editor: NoelBergman <no...@devtech.com>
   Wiki: Apache James Wiki
   Page: JamesV3/Requirements
   URL: http://wiki.apache.org/james/JamesV3/Requirements

   formatting

Change Log:

------------------------------------------------------------------------------
@@ -17,7 +17,7 @@
 Actual Changes in Place/Planning
  *  Replace mordred with DBCP and/or JDBC v3 (pluggable via assembly.xml)
  *  Expose JDBC DataSource via JNDI
-   *  { { { new InitialContext().lookup("java:cmp/env/jdbc/datasource") } } }
-     * Is this how we want to expose resources, rather than via the { { { MailetContext? } } }
+   *  {{{ new InitialContext().lookup("java:cmp/env/jdbc/datasource") }}}
+     * Is this how we want to expose resources, rather than via the {{{ MailetContext? }}}
      * Do we want to do something about IoC?
      * *IoC provides admin control (security) over which resources are exposed.