Posts

Showing posts from September, 2013

Endeca Set Of Questions and Answers to test your Knowledge

What  are the components that  make up the ITL transformation layer ? a: Forge Dgidx b: CAS MDEX c: CAS Experience Manager d: CAS Workbench Ans: a What is the component  which convert document and files to endeca souce property ? a: Experience  Manager b: MDEX c: Deveoloper Studio d: CAS Ans: d Source Data can come from Text files,Database,Filesystems and Websites true false  Ans: true You can update the index by one of the following a: fraction update b: modular update c: baseline update d: input update Ans: c Which process assigns auto generated dimension values a: workbench b: forge c: mdex d: application server Ans: b What are the possible data types of endeca property a: Date Time b: Integer c: Alpha d: Floating Point e: All The Above  Ans:e How many data sources a record can map a: One b: One or Many c: Upto 5 d: It cannot be possible to map Ans: e which one of the following is not a match mode a: Generic b: Normal c: Must Mat

Customize to start Nucleus manually inside your java class

There is  a  simple approach to Initiate nucleus manually.Knowing this may help to customize Nucleus,like Override the default behavior, writing a custom junit test for testing profiles,repositories, etc. ATG has tools which Initiate N ucleus as a standalone to perform  some of their tasks.You might have used StartSqlRepository,the StartSqlRepositoy Initiate the nucleus as standalone.You need to take care of mapping the Repositories to appropriate Datasources.This is generally achieved through FakeXAComponents.All this are already available OOTB,but you can also start Nucleus manually doing some simple customization. Below are the customizations you need to do to start Nucleus manually,the modules given here are OOTB,additionally you need to include your respective modules and custom modules to resolve the necessary components. Define a component mynucleus and configure it in your build path . atg.dynamo.home=C:\\ATG\\ATG10.2\\home atg.dynamo.root=C:\\ATG\\ATG10