<div>&gt; JQuery and Prototype/Scriptaculous do not work together, unless you<br>&gt; take extra precautions<br>&gt; &lt;<a href="http://docs.jquery.com/Using_jQuery_with_Other_Libraries">http://docs.jquery.com/Using_jQuery_with_Other_Libraries</a>&gt;. If you are<br>
&gt; porting an existing application you presumably only use<br>&gt; Prototype/Scriptaculous, so you should not include<br>&gt; JQDevelopmentLibrary; similar if you use JQuery you don&#39;t want to<br>&gt; include PTDevelopmentLibrary, SUComponentLibrary and<br>
&gt; SUDevelopmentLibrary.<br>&gt;<br>&gt; Lukas<br></div><div><br></div><div>I have an app which is a suite of &quot;applets&quot; (simple applications subclassed from WAComponent).  One applet allows users to view his buddies as a hierarchy of groups (e.g., football&gt;pro&gt;team or football&gt;college&gt;team).  This uses Scriptaculous (SUTreeReport).  Another applet allows a group of users to concurrently view a presentation (of slides).  This uses Comet.  If I include PTDevelopmentLibrary to make the Scriptaculous work, then Comet fails.  If I exclude PTDevelopmentLibrary, then Scriptaculous fails.<br>
</div><div><br></div><div>Is there a way to re-architect this suite of applets into a suite of apps, each of which can include whatever libraries it needs (or exclude libraries it is in conflict with)?</div><div><br></div>
<div>---John</div>