> > Later in your hivemodule.xml: > > > > <contribution configuration-id="tapestry.services.ApplicationServices"> > > <service name="pdf" object="service:ExcelToBrowser" /> > > </contribution> > > > > <service-point id="ExcelBrowser" > > interface="org.apache.tapestry.engine.IEngineService"> > > <invoke-factory model="singleton"> > > <construct class="yourpackage.ExcelToBrowser" /> > > </invoke-factory> > > </service-point> Hi guys,
Thank you for you information , I am new to Tapestry , what does this needs to use hivemodule.xml? regards, Vincent
