XAP
Posted on: April 18, 2011 at 12:00 AM
XAP

XAP extensible Ajax platform

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.

For Detail of Xap Click Here

For Download Xap Click here

Related Tags for XAP:


More Tutorials from this section

Ask Questions?    Discuss: XAP  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

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.