凯恩戈姆代码生成器
我想知道 Cairngorm 是否有一个代码生成器可以作为插件安装在 Eclipse 中? 没有像 WebORB、FluorineFX 那样的代码生成器来检查数据库并生成大量代码。 我只想要一个 Eclipse 插件,我可以在其中提供一些选项和属性。 然后插件生成适当的事件、命令和委托。 例如,如果委托已经存在,则必须将新的远程调用附加到委托。
I was wondering if there's a code generator for Cairngorm that can be installed as a plugin in Eclipse? No code generator like in WebORB, FluorineFX that inspects the DataBase and generates a whole lot of code. I just want a plugin for eclipse where I can give in some options and properties. Then the plugin generates the appropriate event, command and delegate. If the Delegate for instance would allready exist, the new remote call would have to be appended to the Delegate.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
adobe 开源站点
http://opensource.adobe 上有一个基本的 Eclipse 插件。 com/wiki/display/cairngorm/Plugin
There is a basic eclipse plugin on the adobe open source site
http://opensource.adobe.com/wiki/display/cairngorm/Plugin