| At line 1 removed 4 lines. |
| %%tabbedSection |
| %%tab-Main |
| At line 10 removed 8 lines. |
| !Recent changes to this wiki |
| __Note__: if the layout looks completely incorrect to you, make sure to do a refresh of your browser to force loading of the latest version of the stylesheet file. On Firefox: control-r, or control-shift-r. Also, and this is __important__, make sure that the __Skin__ is set to __Smart__ in the user preferences. This is the default. If it still appears incorrect, please contact Frank Kieviet. |
| The layout of the wiki has changed to integrate the wiki better with the java.net web pages. |
| * The left page menu has disappeared: you can find it below. It will soon be removed from there too. The menu bar at the top should be used for navigation. |
| * The color scheme has changed: it's now in line with the OpenESB java.net pages, which in turn is more in sync with GlassFish. |
| * Several cosmetic changes have been made to make the wiki easier to read. |
| At line 22 changed 10 lines. |
| [Main page|Main]\\ |
| [Recent Changes]\\ |
| \\ |
| [Open ESB Project|https://open-esb.dev.java.net/]\\ |
| [Project Fuji at java.net|https://fuji.dev.java.net/]\\ |
| [Open JBI Components Project|https://open-jbi-components.dev.java.net/]\\ |
| \\ |
| [Learn JBI|LearnJBI]\\ |
| [Improve Open ESB|ImprovingOpenESB]\\ |
| [JBI Updates for GlassFish ESB v2u1|GlassFishESBv21JBIRuntime]\\ |
| [JBI Updates for GlassFish ESB v2.1|GlassFishESBv21JBIRuntime]\\ |
| At line 14 added 1 line. |
| [Learn JBI|LearnJBI]\\ |
| At line 36 removed 1 line. |
| [Community Comments]\\ |
| At line 39 removed 10 lines. |
| <div class="node" > |
| <span class="nodetitle" title="Click to toggle display" OnClick="toggle('_1')"><div class="open" id="p_1"></div>Documentation</span> |
| <div class="show" id="_1"> |
| <span class="sub">[Documentation Home|Documentation]</span> |
| <span class="sub">[Developer Docs|DeveloperDocumentation]</span> |
| <span class="sub">[User Docs|UserDocumentation]</span> |
| <span class="sub">[Contribute Docs|ContributeDocumentation]</span> |
| <span class="sub">[Doc Plans|DocPlanningLinks]</span> |
| </div> |
| </div> |
| At line 50 changed 1 line. |
| [Recent Changes]\\ |
| At line 57 removed 26 lines. |
| <style> |
| .closed:before {content: url("http://infobot.sfbay/wiki/osc/attach/TheAttic/plus.png");} |
| .open:before {content: url("http://infobot.sfbay/wiki/osc/attach/TheAttic/minus.png");} |
| .nodetitle {font-weight: bold; cursor: pointer;} |
| .sub { display: block; } |
| span.sub:before { content: "» "; margin-left: 10px;} |
| .hidden {display: none; } |
| .node {display: block; margin-top: 0.4em;} |
| .closed {display: inline; padding-right: 5px;} |
| .open {display: inline; padding-right: 5px; } |
| </style> |
| <script> |
| function toggle(i) { |
| if (document.getElementById(i).className == "show") { |
| document.getElementById(i).className = "hidden"; |
| document.getElementById("p"+i).className = "closed"; |
| } else { |
| document.getElementById(i).className = "show"; |
| document.getElementById("p"+i).className = "open"; |
| } |
| } |
| </script> |
| %% |