XAP

XAP

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