Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1318ec7a40fc79edcb278e1536def6b4d25bc84e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<component>
  <name>
    ClientScripting
  </name>
  <maintainer>
    Tim Buschtöns
  </maintainer>
  <description>
    <p>
      ClientScripting allows developers to handle certain events that occur in RAP applications
      directly on the client without creating any http-requests. Client scripts are written in
      JavaScript using an SWT-like API.
    </p>
    <p>
      <a href="http://wiki.eclipse.org/RAP/ClientScripting">ClientScripting wiki page</a>
    </p>
  </description>
</component>

Back to the top