hi all;
while going through "Create a UIMA component Web service" tutorial for my first application
i was not able to understand why the class name us different from the file name (in java)
in the link
on this link class name which asked to create is "ProductNumberAnnotator" while in code shown it is changed to "ProductAnnotator" in code given....
more over I tried with both classes but at the time of the "CAS Visual Debugger + RUN" step, it show error as *ProductAnnotator*/*ProductNumberAnnotator* file doesnt contain defination. And the .xml file is invalid input...