Xap stands for extensible Ajax platform. It is used to develop, maintain Ajax based web applications.
XAP main goal is to cut down the scripting and help in figure out the maintenance and development related challenges associated with large scale JavaScript coding.
The Code for screen for simple login is given below :
<xal> <dialog> <horizontalBoxPane> <label text="Username"/> <textField id="username"/> <label text="Password"/> <textField id="password"/> <button text="login" onCommand="login-url"/> </horizontalBoxPane> </dialog> </xal>
For developing Ajax application XAP is a complete framework. Whatever type of application you have, small or large or need to upgrade an existing web portal, XAP can assist you to complete your project quickly and easily.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: XAP
Post your Comment