Discussion:
Newbie question on Java terminology
(too old to reply)
Proud Japanese
2011-07-20 14:04:26 UTC
Permalink
Hello,

I have started using the IntelliJ IDEA Java JDK from jetbrains.com.
The IntelliJIDEA tool uses things like Project, Module, Package etc.
I would really appreciate if someone could confirm whether or not this
is standard Java terminology, and in case it is, I would request a
small description on each.

Thanks,
Hayato
[So proud of our women's football team]
markspace
2011-07-20 15:27:31 UTC
Permalink
Post by Proud Japanese
I have started using the IntelliJ IDEA Java JDK from jetbrains.com.
The IntelliJIDEA tool uses things like Project, Module, Package etc.
package:

<http://download.oracle.com/javase/tutorial/java/package/packages.html>

Like the "package" statement is standard.

The other two term are not really Java terms at all but imo belong to an
ad-hoc collection of terms commonly used in the software engineering
community. IntelliJ is probably using them just the way everyone else does.
lewbloch
2011-07-20 18:35:05 UTC
Permalink
Post by markspace
Post by Proud Japanese
I have started using the IntelliJ IDEA Java JDK from jetbrains.com.
The IntelliJIDEA tool uses things like Project, Module, Package etc.
<http://download.oracle.com/javase/tutorial/java/package/packages.html>
Like the "package" statement is standard.
The other two term are not really Java terms at all but imo belong to an
ad-hoc collection of terms commonly used in the software engineering
community.  IntelliJ is probably using them just the way everyone else does.
The Java Language Specification (JLS) is the ultimate authority on
what are Java terms, and what they mean if so.

<http://java.sun.com/docs/books/jls/third_edition/html/j3TOC.html>
<http://java.sun.com/docs/books/jls/third_edition/html/packages.html>

--
Lew
Robert Klemme
2011-07-20 20:49:11 UTC
Permalink
Post by Proud Japanese
[So proud of our women's football team]
I'm glad they made it: that way our team was kicked out by the world
champion, much better than by 3rd or 4th placed team. :-)

All the best

robert
--
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/
Loading...