首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > gwt-exporter

gwt-exporter

  • 资源大小:127.66 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

# What is gwt-exporter? # The project is a GWT module which contains a generator capable of taking GWT classes and exporting them as ordinary Javascript APIs callable from hand-written Javascript, without having to deal with JSNI, and suitable for use in mashups. Develop an application or library in GWT and use gwtexporter annotations to make classes and methods available from javascript. The project includes a class to generate the Api documentation of the exported javascript. # Documentation # Take a look to the [Getting Started Guide](GettingStarted.md) to learn how to use it. [Here](Articles.md) you have are a set of useful links you can read as well. # gwt-exporter in action # * In your java code modify your classes to implement the `Exportable` interface, and add some extra annotations ``` package com.example; @Export() /* [1] */ public class Person implements /* [2] */ Exportable { private String name; public Person(String name) { this.name = n
VIP VIP
0.173158s