Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > acronyms ??!!

Reply
Thread Tools

acronyms ??!!

 
 
sakcee@gmail.com
Guest
Posts: n/a
 
      01-18-2007
being new to java et el. I am getting confused in so many acronyms used
in java. why are there so many acronyms, are all of them necessary? and
are all these specifications necessary? arent most of these things just
libraries or APIs, why arent they part of jdk
I am just trying to understand since other languages does not have all
this,

to name a few JAXP, JAI, JAAS, JFC, JNI, JMF, java faces, servelets,
containers, application servers
application containers, web start, JINI, I am sure that I am missing
many.

 
Reply With Quote
 
 
 
 
Andrew Thompson
Guest
Posts: n/a
 
      01-18-2007
wrote:
> being new to java et el. I am getting confused in so many acronyms used
> in java. why are there so many acronyms, are all of them necessary?

...
I have problems with some of Sun's naming and
acronyms, but more relevant to your question/complaint
is that each acronym has a different meaning.

So ..yes.

I find this handy for 'all those damnable' acronyms
http://www.google.com/search?q=acronym

Though you need to add the acronym itself..

> to name a few JAXP, JAI, JAAS, JFC, JNI, JMF, ....


E.G.
http://www.google.com/search?q=acronym+jaas
http://www.google.com/search?q=acronym+jai

Usually, the acronim* will be the title of one of the
pages on the first 1st page of results.

* Even better, because acronym is tricky to spell,
variants like..
http://www.google.com/search?q=acronim
http://www.google.com/search?q=akronim
...will have the search result page asking..
"Did you mean: acronym"

Just a note that the waters do not have to be
so muddy and unclear, if you have a few handy
tricks in your 'toolkit'.

Andrew T.

 
Reply With Quote
 
 
 
 
Alex Hunsley
Guest
Posts: n/a
 
      01-19-2007
wrote:
> being new to java et el. I am getting confused in so many acronyms used
> in java. why are there so many acronyms, are all of them necessary?


No, none of them are necessary at all, but then people would be writing
out the names of things in full all the time. Typing Java Database
Connector in full would soon get tiresome. JDBC much easier to type.

If you're actually asking why there are so many
technologies/APIs/frameworks around Java - well, usually if there is a
need of some sort, someone will invent something. Sometimes these
invented things are used needlessly and excessively though.

> and are all these specifications necessary?


Specs do tend to help. If there wasn't a servlet specification, for
example, you wouldn't have a choice of which servlet container sotware
to use. And so on.

> arent most of these things just
> libraries or APIs, why arent they part of jdk


Why don't all shops in the high street sell just one thing: an enormous
package containing everything you might ever need?

> I am just trying to understand since other languages does not have all
> this,


A lot of other languages do have "all this", e.g. look at all the
modules/libs you can get for Python, Perl, C, et al.


> to name a few JAXP, JAI, JAAS, JFC, JNI, JMF, java faces, servelets,
> containers, application servers
> application containers, web start, JINI, I am sure that I am missing
> many.


The key is not to just throw technology at something just because the
technology is there. For example, a full EJB persisted web application
might be overkill for a certain application (and often will be), whereby
something as simple as a few servlets with a bit of JDBC might just be
fine.

Knowing a little about these things, perhaps enough in order to know
when they might be useful (and then you can find out more), is quite
handy though.

lex







 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Java versions, acronyms and names rob@codebox Java 2 01-07-2007 12:05 PM
Acronyms? Andrew MCSE 6 09-06-2006 02:53 PM
Acronyms 2003 70-290 Track Marlin Munrow MCSE 0 02-22-2004 03:30 PM
RFC's and acronyms G. Orme MCSE 8 01-19-2004 04:51 PM
Newgroup acronyms Gadget Computer Support 4 11-08-2003 12:10 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57