Hi, Kamal! You could try web console https://ignite.apache.org/addons.html#web-console It will generate XML and Java code for you.
On Mon, Apr 18, 2016 at 8:19 PM, Kamal C <[email protected]> wrote: > Hi, > > Ignite can be configured either through IgniteConfiguration or by > passing bean XML file. > > In XML file approach, typing the property keys seems to be error-prone. > > e.g. > > > > > *<bean id="ignite.cfg" > class="org.apache.ignite.configuration.IgniteConfiguration">... > <property name="localhost" value="127.0.0.1"/> <!-- throws error as key is > invalid --> <property name="localHost" value="127.0.0.1"/> <!-- valid > key -->* > *</bean>* > > > How to auto-generate the configuration file using the bean object ? > [or] > Is any sample file available which contains all the property keys ? (Users > can copy-paste and edit only the values) > > --Kamal > -- Alexey Kuznetsov GridGain Systems www.gridgain.com
