<div>Hi</div>
<div>Does somebody may now how or where to store these instantiated Object (at initialize of ModuleActionHandler) for later use?</div>
<div>That whould help me alot </div>
<div>thx</div>
<div>andy<br><br> </div>
<div><span class="gmail_quote">2006/11/4, Jonathan Woods <<a href="mailto:jonathan.woods@scintillance.com">jonathan.woods@scintillance.com</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Or if you're not packaging up the module as a JAR, the XML which Ruben gives<br>may be incorporated directly in 
opencms-modules.xml.<br><br>Jon<br><br>-----Original Message-----<br>From: <a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org</a><br>[mailto:<a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.org
</a>] On Behalf Of ruben malchow<br>Sent: 04 November 2006 18:44<br>To: The OpenCms mailing list; <a href="mailto:schlachtzeuger@gmail.com">schlachtzeuger@gmail.com</a><br>Subject: Re: [opencms-dev] I_CmsModuleAction<br><br>
<br>hi andy,<br><br>try putting this in your module's manifest file:<br><br>[...]<br>   <module><br>       <name>youModuleName</name><br>       <nicename>Your Nice Module Name</nicename><br>       <class>
com.foo.bar.bar.YourCmsModuleActionImpl</class><br>       [..]<br>   </module><br>[...]<br><br>.rm<br><br>> Hi all<br>> Has anybody some expirience with this and could explain some basics?<br>> I made a new Module in Opencms called 
com.me.doit i have several<br>> package in the jar file, but the package with Class, which implements<br>> the I_CmsModuleAction is called "com.me.doit" and the class<br>> "AtStartup"<br>> The imput field called Action class at the Module edit screen i set to
<br>> com.me.doit.AtStartup AtStartup implements this interface and at the<br>> initialize Method i try to mkdir something, but somehow the initialize<br>> method is never invoked.<br>> Can anybody plz help me...
<br>> -How to name packages and the Module<br>> -How to set the right stuff for Action class in the Module -Do i have<br>> to import or install the Module first or what else do i have to do?<br>><br>> thx<br>
> Andy<br>><br>> ----------------------------------------------------------------------<br>> --<br>><br>><br>> _______________________________________________<br>> This mail is sent to you from the opencms-dev mailing list To change
<br>> your list options, or to unsubscribe from the list, please visit<br>> <a href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br><br><br>_______________________________________________
<br>This mail is sent to you from the opencms-dev mailing list To change your<br>list options, or to unsubscribe from the list, please visit<br><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev
</a><br><br><br><br>_______________________________________________<br>This mail is sent to you from the opencms-dev mailing list<br>To change your list options, or to unsubscribe from the list, please visit<br><a href="http://lists.opencms.org/mailman/listinfo/opencms-dev">
http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br></blockquote></div><br>