I am assuming that you are interesting in what the code does while processing the .xap file.
Some of this is discussed on the the xml.apache.org site - have you read through that? http://xml.apache.org/xang/overview.html This .XAP file is stored on a Web server and when a client requests this file, the Xang system loads the file and passes the request on to the logic in the file. The Xang system follows these steps: 1 Identify the element addressed by the requested URL. 2 Map the HTTP request to an application method on the targeted element 3 Gather a body of script available to the command handler for the targeted element 4 Dispatch the HTTP request to the command handler Mike > -----Original Message----- > From: PAWAN KUMAR [mailto:[EMAIL PROTECTED] > Sent: Monday, October 23, 2000 10:12 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: help require > > > Hi all, > > please give detail flow for xang software how it works. > > module level flow,mean once the i run *.xap file how the*.xap > file process > by different module > > > with regards, > pawan kumar > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
