Java Service

Hi,

any one send me a program of Hello World in Java Service…

i want to know how Java Service works…i am new in Java Service…

// pipeline

// pipeline
IDataCursor pipelineCursor = pipeline.getCursor();
String out1 = “Hello World!”;
IDataUtil.put( pipelineCursor, “out”, out1 );
pipelineCursor.destroy();

Here you go… but i would suggest you to implement small flow services and then use generate code on developer option to get the dummy java service… though you need to implement your logic again in java … but it’s does help to learn java services for beginners…

cheers!

If you’re just learning IS and Developer I would suggest ignoring Java services for the time being and focus on being able to write FLOW services.