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

Reply via email to