java 什么是 Apex 代码?它与Java有关吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7546190/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is Apex Code? Is it related to Java?
提问by Thilok Gunawardena
I have being called for an training program for application development for Force.com. Since I am looking forward to work in a java based development environment, will it help me as a java developer in the future?
我被要求为 Force.com 提供应用程序开发培训计划。既然我期待在基于 Java 的开发环境中工作,那么它对我将来作为 Java 开发人员有帮助吗?
回答by Matt Lacey
Apex itself is based on Java, however syntax and some classes aside the style of programming is quite different in nature as it's more like web development than standalone application development.
Apex 本身是基于 Java 的,但是除了编程风格之外,语法和一些类在本质上是完全不同的,因为它更像是 Web 开发而不是独立的应用程序开发。
Furthermore, even though Eclipse is the SDK of choice, you don't really use it as anything more than a glorified text editor, and one where auto-complete etc. regularly fail at that. It will help you practice coding and experience is always one of the best teachers, but with regards to general application development the amount of help it will provide is limited.
此外,即使 Eclipse 是首选的 SDK,您也不会真正将它用作一个美化的文本编辑器,并且自动完成等经常会失败。它会帮助你练习编码,经验永远是最好的老师之一,但对于一般的应用程序开发,它提供的帮助是有限的。
Cheers,
干杯,
Matt
马特