You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

startup.xml 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!-- $Id$ -->
  17. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://forrest.apache.org/dtd/document-v13.dtd">
  18. <document>
  19. <header>
  20. <title>Apache™ FOP Design: Startup, Environment, Control</title>
  21. <version>$Revision$</version>
  22. </header>
  23. <body>
  24. <section id="intro">
  25. <title>Introduction</title>
  26. <p>Startup is the process of getting Apache™ FOP bootstrapped and creating basic objects. Environment includes acquiring user options, instantiating any frameworks, setting up logging, etc. Control includes the basic logic for tieing the various subsystems together properly.</p>
  27. </section>
  28. <section id="status">
  29. <title>Status</title>
  30. <section id="status-todo">
  31. <title>To Do</title>
  32. <ul>
  33. <li>avalon integration - logging, configuration, component management, caching, uri resolver</li>
  34. <li>improved interfaces
  35. <ul>
  36. <li>no threading/static problems</li>
  37. <li>simpler to use</li>
  38. </ul>
  39. </li>
  40. <li>better commandline handling</li>
  41. </ul>
  42. </section>
  43. <section id="status-wip">
  44. <title>Work In Progress</title>
  45. </section>
  46. <section id="status-complete">
  47. <title>Completed</title>
  48. <ul>
  49. <li><strong>better image handling</strong> - redone so it can use a cache and synchronizes properly only on the current image while loading</li>
  50. </ul>
  51. </section>
  52. </section>
  53. </body>
  54. </document>