I am new to sphinx java and started with small project of employee details.Download HelloWorld program and modifying it. how to get employee id (eg : T5438,Y7651,U9085) and department ( Auto, Support , Mobile) dynamically.
How to declare below in Hello.gram file :
public <greet> = ();
I want to know how and what words i have to add in hello.gram and how to do it dynamically
Thanks in advance