Dale,<br><br>Thanks for the response.&nbsp; So, being new to GemStone and Seaside, what is the correct way to install a new application within topaz?&nbsp; I&#39;ve done this within the Seaside config webgui plenty of times and am a little lost as to where and what I should do within topaz.&nbsp; I ran printit on WADispatcher default and see this:<br>
<br>topaz 1&gt; printit<br>WADispatcher default<br>%<br>a WADispatcher<br>&nbsp; parent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nil<br>&nbsp; name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; seaside<br>&nbsp; entryPoints&nbsp;&nbsp;&nbsp;&nbsp; a Dictionary<br>&nbsp; defaultName&nbsp;&nbsp;&nbsp;&nbsp; browse<br>&nbsp; lastUpdate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a TimeStamp<br>
&nbsp; version&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 55<br><br>I&#39;m now browsing the methods available within WADispatcher and see #register:.&nbsp; This only takes a name, however, so do I instantiate an instance of my webapp, and then what?<br><br>Chris&nbsp; <br>
<br><div class="gmail_quote">On Wed, Jun 11, 2008 at 9:41 AM, Dale Henrichs &lt;<a href="mailto:dale.henrichs@gemstone.com">dale.henrichs@gemstone.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Chris Dawson wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
I did not, and that fixed it. &nbsp;Thanks!<br>
<br>
Now I&#39;m trying to figure out how I can add this programmatically rather<br>
than in the configuration editor. &nbsp;It looks like the method #addLibrary:<br>
in WAApplication is what I want, but how do I get access to the<br>
WAApplication object in my session? &nbsp;I want to do this from topaz under<br>
GemStone, so I suppose I need to first find the WAKom object, then get<br>
the first instance, then...<br>
<br>
Chris<br>
<br>
<br>
On Wed, Jun 11, 2008 at 2:59 AM, John Thornborrow &lt; <a href="mailto:john@pinesoft.co.uk" target="_blank">john@pinesoft.co.uk</a><br></div><div class="Ih2E3d">
&lt;mailto:<a href="mailto:john@pinesoft.co.uk" target="_blank">john@pinesoft.co.uk</a>&gt; &gt; wrote:<br>
<br>
<br>
Hi,<br>
<br>
In your /seaside/config for your application, have you still got the<br>
file library SULibrary loaded? (sample screen shot:<br>
<a href="http://img71.imageshack.us/img71/7861/screenshotyr5.png" target="_blank">http://img71.imageshack.us/img71/7861/screenshotyr5.png</a><br>
&lt;<a href="http://img71.imageshack.us/img71/7861/screenshotyr5.png" target="_blank">http://img71.imageshack.us/img71/7861/screenshotyr5.png</a>&gt; )<br>
<br>
HTH,<br>
John.<br>
&nbsp;<br>
</div></blockquote>
Chris,<br>
<br>
There is no WAKom in GemStone.<br>
<br>
For programmatic access you can get to an application by starting with &#39;WADispatcher default&#39; and follow the &#39;entryPoints&#39; to your target application.<br>
<br>
If you do happen to have access to your WASession, then sending #application to the session should do the trick.<br><font color="#888888">
<br>
Dale</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br>