screen.xml loads form.xml, form.xml targets controller.xml, controller.xml looks for a service definition in service*.xml, service.xml invokes a java function
On Wed, Jul 7, 2010 at 2:33 AM, soumya jyoti guru <[email protected]> wrote: > Hi all, > While writing services, I found that I am writing it similarly > as if i am writing a class.So as a beginner i would like to know that > do we need to create any object to make this services work? > Do this services work similar to class and if they work > similar than how and, if not than how they work?I would be very > helpful if somebody shows me the flow with some simple codes and > explaining the necessary tags. > with regards > Soumya >
