J2ObjC:谷歌推出的Java到Objective-C的翻译程序

最新ubuntu/linux/开源新闻或者其它IT相关资讯
回复
头像
vikyzhang
帖子: 677
注册时间: 2010-10-18 14:39
联系:

J2ObjC:谷歌推出的Java到Objective-C的翻译程序

#1

帖子 vikyzhang » 2012-09-15 16:39

”我们很高兴宣布开源J2ObjC发布,这是谷歌推出的,能够将Java源代码转换为Objective-C源代码而用于iPhone/iPad应用上的翻译程序。J2ObjC使Java能够成为iOS应用构建的一部分,因为我们不需要对生成的文件进行编辑。目的是用Java编写应用程序的非UI代码(例如数据访问或者应用逻辑),这样就可以被Android应用程序,web应用程序(使用GWT),和iOS所共享了。”
哈!
转载请注明:Linux人社区>英文资讯翻译专版.编译

英文原文:
J2ObjC: a Java to iOS Objective-C translator from Google
posted by Thom Holwerda on Thu 13th Sep 2012 21:44 UTC
"We are proud to announce the open source release of J2ObjC, a Google-authored translator that converts Java source code into Objective-C source for iPhone/iPad applications. J2ObjC enables Java code to be part of an iOS application's build, as no editing of the generated files is necessary. The goal is to write an application's non-UI code (such as data access, or application logic) in Java, which can then be shared by Android apps, web apps (using GWT), and iOS." Huh.
Linux人社区开源新闻资讯翻译专版小编。翻译来自互联网上最新的英文开源资讯,提供给大家最迅即、最忠实于原文的开源业界动态、软件更新、有用技能等等。不至之处欢迎指正![email protected]
头像
bearscafe
帖子: 694
注册时间: 2007-05-05 23:11

Re: J2ObjC:谷歌推出的Java到Objective-C的翻译程序

#2

帖子 bearscafe » 2012-09-16 9:31

很奇怪,为什么不是Objective-C到Java。
头像
A-yu
帖子: 127
注册时间: 2008-04-25 23:45

Re: J2ObjC:谷歌推出的Java到Objective-C的翻译程序

#3

帖子 A-yu » 2012-09-16 22:51

同奇怪
头像
Cherrot
帖子: 981
注册时间: 2011-04-03 10:01
系统: Ubuntu 12.XX
来自: 帝都
联系:

Re: J2ObjC:谷歌推出的Java到Objective-C的翻译程序

#4

帖子 Cherrot » 2012-09-16 23:19

原来是为了方便Android开发者推出iphone版。。。 不过看起来反方向更受欢迎。。。
Ubuntu技巧汇总http://wiki.ubuntu.org.cn/UbuntuSkills --你遇到的各种问题可能已经在里面了
我的技术博客http://www.cherrot.com
Code tells you how, comments should tell you why.
头像
bearscafe
帖子: 694
注册时间: 2007-05-05 23:11

Re: J2ObjC:谷歌推出的Java到Objective-C的翻译程序

#5

帖子 bearscafe » 2012-09-17 0:09

可能是鼓励开发者先写Android程序。先写Android程序,可以方便地转为iOS程序,反之则不能转换。
回复