|
Wed, 17 Feb
|
|
- Related Java technologies overview:
- JDBC
(Java Database Connectivity):
Standard Java access mechanism to databases, defined in
java.sql package
- JNDI
(Java Naming and Directory Interface):
Standard Java access mechanism to directory services:
LDAP, X.500.
- JavaMail:
Provide a protocol independent mail and messaging interface,
supports IMAP, SMTP, POP3
- InfoBus:
Enables dynamic exchange of data between cooperating beans and
applications via negotiable formats
- JMF
(Java Media Framework):
Provides standardised API for streaming media (audio, video) capture and playback
- JavaHelp:
A platform-independent help system
- JCE
(Java Cryptography Extension):
Allow plug-in cryptographic modules
- Java Communications:
Standardize access to serial and parallel ports
- JMS
(Java Messaging Service):
Java API for interacting with publish-subscribe message systems
- JTS
(Java Transaction Service):
Java API for interacting with transaction systems
- JavaOS:
Small OS designed and optimized to run Java applications (without requiring an underlying OS)
- Java Web Server
Highly configurable, feature-rich web server written entirely
in Java
- JDK Tools:
- javac: Sun compiler, there are others: jikes, jvc, often use same name
- java: VM, there are others: jview, often use the same name
- javadoc: extract documentation (HTML) from comments in the code; tags like @param, @throws; deprecation tag affects compilation
- appletviewer: runs applets without overhead of an entire browser
- jar: tool to create java archives, same format as zip with some extensions
- jdb: command-line debugger, rather use visual debuggers like the one available in IBM's VisualAge
- javah, rmic, idltojava: programmer tools to generate files for certain laborious tasks
- others... not only from Sun: Visual tools, RAD tools, GUI builders, IDEs
|
|
|