<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
	<channel>
<title>Dutch tilt</title><link>http://www.petervannes.nl/index.php</link><description>Dutch tilt</description><dc:language>en</dc:language><dc:creator>mailbox@petervannes.nl</dc:creator><dc:rights>Copyright 2008&#x2c;2009 Peter van Nes</dc:rights><dc:date>2011-06-01T16:20:15+02:00</dc:date><admin:generatorAgent rdf:resource="http://www.realmacsoftware.com/" />
<admin:errorReportsTo rdf:resource="mailto:mailbox@petervannes.nl" /><sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
<lastBuildDate>Mon, 06 Jun 2011 22:34:48 +0200</lastBuildDate><item><title>Oracle BPEL 10g XSL Cache Initialization</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>SOA</category><category>BPEL</category><category>Java</category><dc:date>2011-06-01T16:20:15+02:00</dc:date><link>http://www.petervannes.nl/files/63c7ded4deb4b3571892ccd4a4b51211-34.php#unique-entry-id-34</link><guid isPermaLink="true">http://www.petervannes.nl/files/63c7ded4deb4b3571892ccd4a4b51211-34.php#unique-entry-id-34</guid><content:encoded><![CDATA[In my current project the BPEL development team, wherein i participate, maintains and develops BPEL processes on 10g. The complexity of these processes are not the processes itself but merely the applied transformations in these processes which also contain custom XSL functions. Testing of the XSL transformations within the IDE (JDeveloper) therefore is in many cases not an option. Alternatively the whole service has to be deployed to a local installed BPEL server and tested by instantiating the service. The main disadvantage here is that BPEL keeps it XSL files in cache, even the XSL files which were re-deployed. So when testing a re-deployed service with modified XSL files, the results of the transformations are unchanged, simply because the 'old' version of the XSL files are still in memory. To load the modified XSL files in memory the BPEL server has to be re-started after each deployment. When having to go though multiple iterations of testing and therefore time-consuming restarts of the local BPEL server can be quite annoying.]]></content:encoded></item><item><title>How to: SOA Suite 11g R1 on Oracle Linux in VM Ware Fusion</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>SOA</category><category>BPEL</category><category>Fusion</category><dc:date>2011-02-04T13:45:25+01:00</dc:date><link>http://www.petervannes.nl/files/6434570376c8b56285c563659811b495-33.php#unique-entry-id-33</link><guid isPermaLink="true">http://www.petervannes.nl/files/6434570376c8b56285c563659811b495-33.php#unique-entry-id-33</guid><content:encoded><![CDATA[When i started reading the books &lsquo;Getting Started with ORACLE SOA Suite 11g R1&rsquo; (by Heidi Buelow et al.) and &lsquo;SOA Suite 11G Handbook&rsquo; (by Lucas Jellema) i needed a running SOA Suite 11g environment to be able to do the exercises. As a Mac user i use VM Ware to virtualize my educational environments, preferably on a Linux operating system to minimize the cost of licenses and reduce the overhead of the guest operating system on my host operating system. Both books do contain installation guidelines, but are focussed on installation of the SOA Suite 11g on a Microsoft Windows operating system. Although the getting started handbook does give you some hints how to tune the environment, the performance, on a system with the suggested 3Gb RAM, is to low to consider it workable. <br /><br />Therefore i wrote a document describing step-by-step how to get an up and running SOA Suite 11g R1 environment with a minimal environment. ]]></content:encoded></item><item><title>Using WS Addressing in BPEL Partner Links</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>SOA</category><category>BPEL</category><dc:date>2010-11-22T16:30:16+01:00</dc:date><link>http://www.petervannes.nl/files/1f458503c17695027693d11b9aa39ed6-32.php#unique-entry-id-32</link><guid isPermaLink="true">http://www.petervannes.nl/files/1f458503c17695027693d11b9aa39ed6-32.php#unique-entry-id-32</guid><content:encoded><![CDATA[The fullWSAddressing partnerlink property is available in Oracle BPEL since 10.1.3.3. When set to true this property enables you to set the WSA addressing properties <em>From</em>, <em>Action</em>, <em>To</em>, and <em>FaultTo</em>, through the deployment descriptor parameters. After enabling the partnerlink property i have not been able to find any change in the deployment descriptors or web.xml to utilize the WSA headers and had to search for an alternative solution. The <a href="http://www.w3.org/TR/2006/REC-ws-addr-core-20060509/" rel="external" title="Web Services Adressing 1.0 recommendation">Web Services Adressing 1.0 recommendation</a>  also describes the <em>ReplyTo</em>, <em>MessageID</em>, <em>RelatesTo</em>, <em>RelatesTo/@RelationshipType</em> messaging addressing properties in addition to the previously mentioned headers, which are not made available through the fullWSAddressing partnerlink property. You can however make use of all WS Addressing properties when calling external webservices through a BPEL Partner Link. I will explain in a few steps how to build a BPEL process making use of WS Addressing without usage of the fullWSAddressing partnerlink property.]]></content:encoded></item><item><title>Public final</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>Java</category><dc:date>2010-12-13T16:39:20+01:00</dc:date><link>http://www.petervannes.nl/files/432a9349417c2d327505ced78d4a582d-31.php#unique-entry-id-31</link><guid isPermaLink="true">http://www.petervannes.nl/files/432a9349417c2d327505ced78d4a582d-31.php#unique-entry-id-31</guid><content:encoded><![CDATA[After 18 months following the<a href="http://www.ou.nl/eCache/DEF/13/290.html" rel="self"> Java Certified Professional Program</a> at the <a href="http://www.ou.nl/" rel="self">Open University</a> I finally may call myself a certified java developer. In the past months subjects like UML, Object Orientation, Java Collection Framework, Swing, JSP, JSTL, EL, Struts and Spring have come by. The last assignment of this CPP was designing and building a basic online auction system. On top of the minimum requirements I added some extra features; Category administration, member registration confirmation and password reset through links in e-mail, article images, SMS bid notification and an automatic invoice generation system. <br /><br />If interested, you can experience it <a href="http://www.harboursedge.nl:8080/Verkocht" rel="self">here</a>.]]></content:encoded></item><item><title>Recently published; Oracle Siebel CRM 8 Installation and Management</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>Siebel</category><dc:date>2010-08-17T12:53:12+02:00</dc:date><link>http://www.petervannes.nl/files/e88e1dd6a0459ceb2cdb9d20d0e94e31-30.php#unique-entry-id-30</link><guid isPermaLink="true">http://www.petervannes.nl/files/e88e1dd6a0459ceb2cdb9d20d0e94e31-30.php#unique-entry-id-30</guid><content:encoded><![CDATA[<br /><div class="image-right"><a href="http://www.packtpub.com/oracle-siebel-crm-8-2-installation-and-management/book?utm_source=petervannes.nl&utm_medium=bookrev&utm_content=blog&utm_campaign=mdb_00426" rel="self"><img class="imageStyle" alt="0561_MockupCover_0" src="http://www.petervannes.nl/files/0561_mockupcover_0.jpg" width="125" height="152"/></a></div>Alexander Hansal, author of the blog <a href="http://siebel-essentials.blogspot.com/" rel="self">Siebel Essentials</a>, wrote the book <a href="http://www.packtpub.com/oracle-siebel-crm-8-2-installation-and-management/book?utm_source=petervannes.nl&utm_medium=bookrev&utm_content=blog&utm_campaign=mdb_004264" rel="self">Oracle Siebel CRM 8 Installation and Management</a>. The Books is written with the role of a system administrator in mind who has to ramp up quickly on Siebel CRM, focusing on typical tasks such as installing and managing the Siebel CRM infrastructure. The publisher, <a href="http://www.packtpub.com" rel="self">Packt Publishing</a>, sent me a free copy and asked me to write a review for this book. I will try to read the 572 pages in the next few weeks and come back with a review here and on amazon.com.<br /><br />You can have your own preview <a href="https://www.packtpub.com/sites/default/files/0561-chapter-12-managing-user-accounts.pdf?utm_source=petervannes.nl&utm_medium=bookrev&utm_content=blog&utm_campaign=mdb_004264" rel="self">here</a>.]]></content:encoded></item><item><title>Getting top active Siebel views</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>Siebel</category><category>Java</category><dc:date>2010-06-24T18:29:59+02:00</dc:date><link>http://www.petervannes.nl/files/8543ff34dc23ddedb42e52fda701fe51-29.php#unique-entry-id-29</link><guid isPermaLink="true">http://www.petervannes.nl/files/8543ff34dc23ddedb42e52fda701fe51-29.php#unique-entry-id-29</guid><content:encoded><![CDATA[A last one to conclude this series of Siebel CRM monitoring framework articles. Just to show how relative simple it is to build your own custom Siebel monitors. Every active user accessing Siebel using the web client interface has a session which is maintained by a dedicated Siebel task. These sessions are listed in the <em>Server Session</em> view on the <em>Server Administration</em> Screen. In this screen you can see that every session has a unique task identifier. When selecting the <em>State Value</em> detailed view all state values belonging to the task associated with the session are shown. If the session belongs to a Siebel Object Manager, one of the state values is <em>View Name</em> containing the name of the current Siebel view. The Business Components associated to the views are <em>SA-VBC Session</em> and <em>Server Task State Value</em>. By querying all active session in Business Component <em>SA-VBC Session</em> and counting the number of views per view name in Business Component <em>Server Task State Value</em> you get a aggregated list of all active views.<br />]]></content:encoded></item><item><title>Monitoring Siebel Tasks and MTServers</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>Siebel</category><category>Java</category><dc:date>2010-06-15T09:27:40+02:00</dc:date><link>http://www.petervannes.nl/files/ae7588ffc99af81a97d8a19f0d15bca2-28.php#unique-entry-id-28</link><guid isPermaLink="true">http://www.petervannes.nl/files/ae7588ffc99af81a97d8a19f0d15bca2-28.php#unique-entry-id-28</guid><content:encoded><![CDATA[Active Siebel multithreaded components like the SRBroker or ObjectManager usually consist of multiple MultiThreaded Servers (MTServers) and Tasks to handle multiple simultaneous requests or Siebel sessions. More common naming for a Siebel is a MTServer is processes, which is typically independent, have a separate address space and can be identified on an operating system by its process id (PID). Siebel Tasks are threads spawned by a process and do run in the same memory space as its parent process. Per multithreaded component the number of minimum, default or maximum processes (MTServers) and threads (Tasks) can be configured by the component parameters. The number of processes and tasks are component parameters, not process or tasks parameters. Important to comprehend is that the actual number of threads is distributed over the instantiated processes. <br /><br />I have not yet seen a monitor which can monitor the distribution of the Tasks for MTServers and visualize this in a clear way. So therefore i gave it a shot to create one myself. <br />]]></content:encoded></item><item><title>Java class monitoring Siebel CRM workflow processes</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>Siebel</category><category>Java</category><dc:date>2010-06-03T10:16:27+02:00</dc:date><link>http://www.petervannes.nl/files/a5e72e9e092f87c772229ae35ef49c05-27.php#unique-entry-id-27</link><guid isPermaLink="true">http://www.petervannes.nl/files/a5e72e9e092f87c772229ae35ef49c05-27.php#unique-entry-id-27</guid><content:encoded><![CDATA[In my previous post i introduced a simple monitoring framework for Siebel CRM written in Java. Since it is a framework adding monitors should be a straightforward process. To put it to the test i wrote the Java class SBLWorkflowProcMonitor extending the abstract  class SBLMonitor to monitor; the number of workflows in a specific state, average duration of the workflows and the number of completed workflows per time unit. ]]></content:encoded></item><item><title>A simple Java based Siebel CRM monitoring framework</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>Siebel</category><category>Java</category><dc:date>2010-05-31T17:55:54+02:00</dc:date><link>http://www.petervannes.nl/files/536bdda6e20ab77bb44ff3a1144e123e-26.php#unique-entry-id-26</link><guid isPermaLink="true">http://www.petervannes.nl/files/536bdda6e20ab77bb44ff3a1144e123e-26.php#unique-entry-id-26</guid><content:encoded><![CDATA[I have built some monitoring scripts in Perl and Shell in the past years, of which most needed a lot of code to realize an interface with the application and exception handling functions to catch and process every possible error i could think of. In other words, it was quite a challenge to get a stable and reliable working monitoring script. Besides that, not every customer had a Perl interpreter installed on their servers or ran Siebel on another platform than Unix (in all its variations). Since most of the scripts do retrieve the information from the Siebel server manager, i questioned myself if there was not a better way to develop siebel monitors. Monitors which could retrieve information from Siebel using an API instead from wrapper scripts around command-line utilities.  Java is more generic available on any platform and Oracle offers a SiebelDataBean which enables to interface with Siebel CRM. So i gave myself the challenge to design and develop a small monitoring framework to monitor the Siebel CRM application which should be easily extendible.<br /><br />]]></content:encoded></item><item><title>BI Publisher Siebel Security Model &#x26; Siebel LDAPSecAdapt</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>Siebel</category><category>BI Publisher</category><dc:date>2010-03-26T19:17:24+01:00</dc:date><link>http://www.petervannes.nl/files/4e71ba9a4c5a4434516e7eb28a35c2b7-25.php#unique-entry-id-25</link><guid isPermaLink="true">http://www.petervannes.nl/files/4e71ba9a4c5a4434516e7eb28a35c2b7-25.php#unique-entry-id-25</guid><content:encoded><![CDATA[Since the release of Siebel 8.1.1.1 and BI Publisher 10.1.3.4.1 a new security model is introduced in BI Publisher, Siebel Security. When using the Siebel Security model, BI Publisher relies on Siebel for its authentication and authorization. Siebel employees can be authorized to generate reports by assigning them the necessary responsibilities. Oracle officially only supports the Siebel Security model when using DB Security for Siebel and the use of the BI Publisher LDAP security model when using LDAP Security Adapter for Siebel. In fact Oracle names the combination of Siebel LDAPSecAdpt with BI Publisher Siebel Security model a 'mixed authentication method' and has not certified and/or validated this method yet. The BI Publisher LDAP Security model has one disadvantage, it requires hardcoded LDAP Security Groups like XMLP_DEVELOPER. Groups names like these probably do not follow your company naming standards for LDAP objects and are therefore not allowed. If so this immediately makes BI Publishers LDAP Security Model not suitable for implementation in your production environment. If you have a better understanding of how the <br />Siebel Security model works, it is fairly simple to implement this security model when using the LDAPSecAdpt for Siebel.<br />]]></content:encoded></item><item><title>Enabling SSL for BI Publisher - Siebel Security Model</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>Siebel</category><category>BI Publisher</category><dc:date>2010-02-27T15:51:01+01:00</dc:date><link>http://www.petervannes.nl/files/b4bfb2fa84b6267d13ef9ecf151121be-24.php#unique-entry-id-24</link><guid isPermaLink="true">http://www.petervannes.nl/files/b4bfb2fa84b6267d13ef9ecf151121be-24.php#unique-entry-id-24</guid><content:encoded><![CDATA[In Siebel 8.1.1.1 and BI Publisher 10.1.3.4.1 a new security model, Siebel Security, is introduced. In this security model BI Publisher uses the Siebel responsibilities as functional roles. How to deploy this is excellent described in the Blog <a href="http://siebel-essentials.blogspot.com/2010/01/siebel-811x-and-bi-publisher-part-1.html" rel="external">Siebel Essentials</a>. When the Siebel Security Model in BI Publisher requests the available roles (responsibilities) in Siebel, the username and password of the Siebel administrator and the Siebel user are passed in clear-text in the header and body of the webservice call. It would be more secure when you could make a secure (HTTPS) webservice call to your Siebel Web Server. This article describes how you can achieve this.<br />]]></content:encoded></item><item><title>Adding a dynamic iChat status icon</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>RapidWeaver</category><category>Javascript</category><dc:date>2009-02-03T10:25:25+01:00</dc:date><link>http://www.petervannes.nl/files/76481f5674c2b8f555b770c8eeec84f2-21.php#unique-entry-id-21</link><guid isPermaLink="true">http://www.petervannes.nl/files/76481f5674c2b8f555b770c8eeec84f2-21.php#unique-entry-id-21</guid><content:encoded><![CDATA[There are numerous examples on the web how to show your iChat status on your webpage. What i did not like about those examples was that the iChat status on the webpage only was refreshed when the pages was reloaded. Using a small javascript you can easily make your iChat status dynamic so that shows your iChat status almost realtime.<br />]]></content:encoded></item><item><title>(Siebel) logfile monitoring</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>Perl scripting</category><category>Siebel</category><dc:date>2009-01-20T11:04:03+01:00</dc:date><link>http://www.petervannes.nl/files/dbb6f676bcb0e53e32be427cad4849fe-20.php#unique-entry-id-20</link><guid isPermaLink="true">http://www.petervannes.nl/files/dbb6f676bcb0e53e32be427cad4849fe-20.php#unique-entry-id-20</guid><content:encoded><![CDATA[The log-adapter project was initiated because a company where i was working on a project, decided that application and system log-files should conform to their newly defined standard. Reasoning behind this was that defining, IBM/Tivoli TEC, log-file formats and corresponding rulesets for each type of application was costly due to complexity of developing, and managing (-procedures) of those rules, formats and adapters. Due to this complexity the time between request and implementation of a new log-file adapter could be weeks or months. By implementing one standardized logfile-format and rule-set the time between requests and implementation of monitoring new log-files could be considerably shortened. This standardization of logfile-monitoring decreased the lead time of implementation requests for the department responsible for monitoring, but charged other departments with the challenge to standardize their application and system logs. Many applications and systems do not allow you to modify how content is written to log-files. This log-file adapter allows you to filter and transform messages from multiple (multi-line) log-files on several systems into one standardized logfile.<br />]]></content:encoded></item><item><title>Integrating PHPlist confirmation pages into Rapidweaver</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>RapidWeaver</category><dc:date>2009-01-27T11:18:05+01:00</dc:date><link>http://www.petervannes.nl/files/34bc3db4d25c105f2426e079feadce60-19.php#unique-entry-id-19</link><guid isPermaLink="true">http://www.petervannes.nl/files/34bc3db4d25c105f2426e079feadce60-19.php#unique-entry-id-19</guid><content:encoded><![CDATA[The PHPlist application is a powerfull and free tool to manage mailinglists. It can also easily integrated into your Rapidweaver based website and display the the pages in the chosen Rapidweaver Theme style when using iFrame pages. Only the confirmation pages which users have to open when they subscribe for the first time or changed their subscription are not shown in the chosen Rapidweaver Them style. I found an easy solution using a small Javascript.<br />]]></content:encoded></item><item><title>Synchronizing component parameters</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>Perl scripting</category><category>Siebel</category><dc:date>2009-01-05T11:58:00+01:00</dc:date><link>http://www.petervannes.nl/files/1c3098357e287e3cf53c1ef4f54cc6e0-18.php#unique-entry-id-18</link><guid isPermaLink="true">http://www.petervannes.nl/files/1c3098357e287e3cf53c1ef4f54cc6e0-18.php#unique-entry-id-18</guid><content:encoded><![CDATA[In large Siebel environments, a specific function or component is mostly dispersed over multiple physical or logical systems. The load over these systems is then distributed using a load balancer to make it transparent to the end-user or any other application. The challenge for the administrator here is to keep the systems synchronized, otherwise the function or application will behave randomly. When having Siebel components installed on multiple systems, compverify.pl can help you out to detect differences and synchronize component parameters between multiple Siebel systems. Another useful application of compverify is making snapshots of component parameters and store those for future reference.<br />]]></content:encoded></item><item><title>Monitoring the Siebel application IV</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>Shell scripting</category><category>Siebel</category><dc:date>2008-10-13T16:29:00+02:00</dc:date><link>http://www.petervannes.nl/files/9e3597bf997413793e4d796e10dbe8e0-16.php#unique-entry-id-16</link><guid isPermaLink="true">http://www.petervannes.nl/files/9e3597bf997413793e4d796e10dbe8e0-16.php#unique-entry-id-16</guid><content:encoded><![CDATA[How to monitor Siebel user sessions based on TCP connections<br />]]></content:encoded></item><item><title>Monitoring the Siebel application III</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>Perl scripting</category><category>Siebel</category><dc:date>2008-10-06T07:02:00+02:00</dc:date><link>http://www.petervannes.nl/files/5ad49cf2960c1936d6c1022c51369cbe-15.php#unique-entry-id-15</link><guid isPermaLink="true">http://www.petervannes.nl/files/5ad49cf2960c1936d6c1022c51369cbe-15.php#unique-entry-id-15</guid><content:encoded><![CDATA[How to monitor Siebel component tasks in Siebel<br />]]></content:encoded></item><item><title>Monitoring the Siebel application II</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>Shell scripting</category><category>Siebel</category><dc:date>2008-10-03T16:12:00+02:00</dc:date><link>http://www.petervannes.nl/files/2250ee8da68d631bfca71e822d0d15c9-14.php#unique-entry-id-14</link><guid isPermaLink="true">http://www.petervannes.nl/files/2250ee8da68d631bfca71e822d0d15c9-14.php#unique-entry-id-14</guid><content:encoded><![CDATA[A monitor for detecting runaway processes.<br />]]></content:encoded></item><item><title>Monitoring the Siebel application I</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>Shell scripting</category><category>Siebel</category><dc:date>2008-10-01T06:41:00+02:00</dc:date><link>http://www.petervannes.nl/files/4e874788bbe64f574b7897bea50470ff-13.php#unique-entry-id-13</link><guid isPermaLink="true">http://www.petervannes.nl/files/4e874788bbe64f574b7897bea50470ff-13.php#unique-entry-id-13</guid><content:encoded><![CDATA[A monitor to detect the number of successful logins into the Siebel application over a specified interval.<br />]]></content:encoded></item><item><title>Thinking in Java on Mac OS X</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>Java</category><category>OS X</category><dc:date>2009-01-23T20:24:29+01:00</dc:date><link>http://www.petervannes.nl/files/54c039c6d6c310397a81241e287d7545-7.php#unique-entry-id-7</link><guid isPermaLink="true">http://www.petervannes.nl/files/54c039c6d6c310397a81241e287d7545-7.php#unique-entry-id-7</guid><content:encoded><![CDATA[How to install the source code from Bruce Eckels book the &ldquo;Annotated Solution Guide for Thinking in Java 4th edition&rdquo; on OS X. <br />]]></content:encoded></item><item><title>Siebcmdserver</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>Siebel</category><category>Perl scripting</category><dc:date>2008-03-03T16:15:00+01:00</dc:date><link>http://www.petervannes.nl/files/1913fa476705a4c39f1898c35eba3c53-6.php#unique-entry-id-6</link><guid isPermaLink="true">http://www.petervannes.nl/files/1913fa476705a4c39f1898c35eba3c53-6.php#unique-entry-id-6</guid><content:encoded><![CDATA[Deliver restricted access to the Siebel servermanager (srvrmgr) to many users or applications, e.g. Mercury BAC or MAM, without installing the srvrmgr utility by sharing one srvrmgr session.<br />]]></content:encoded></item><item><title>Slideshow 2 and Lightbox integration into Rapidweaver</title><dc:creator>mailbox@petervannes.nl</dc:creator><category>RapidWeaver</category><dc:date>2008-11-24T22:28:26+01:00</dc:date><link>http://www.petervannes.nl/files/30444d0afab94db1a4cbd6df07a6eedb-23.php#unique-entry-id-23</link><guid isPermaLink="true">http://www.petervannes.nl/files/30444d0afab94db1a4cbd6df07a6eedb-23.php#unique-entry-id-23</guid><content:encoded><![CDATA[How to integrate Slideshow 2 and Lightbox into Rapidweaver.<br />]]></content:encoded></item></channel>
</rss>
