Bazsites.com Java To Other
Directory Topics
On the Web
- The Java Class Libraries: Volume 1 - Comprehensive API reference to java.io, java.lang, java.math, java.net, java.reflect, java.security, java.text, and java.util. From Addison-Wesley.
- The Advanced Java/J2EE Tutorial - By Gopalan Suresh Raj. General, Enterprise JavaBeans (EJB), Java Data Objects (JDO), Java Message Service (JMS), Jini Technology, Remote Method Invocation (RMI), RMI over IIOP, Java Server Pages (JSP), JavaMail, JavaBeans, Threading in Java, Network Programming in Java topics.
- Blackwood - Integrating the Java platform with Mozilla. Features include a bridge to XPCOM, a Java DOM API, the Open JVM Integration (OJI) facility, a Java WebClient API, Plug-ins implemented in Java, called 'Pluglets', and embedding the layout engine into Java applications - includes a demonstration browser partially written in Java. [Open Source, MPL]
- Stylus Studio - Java and XML Tools - Tools for building XML-enabled Java/J2EE applications, including a JSP 1.0/2.0 editor, Java IDE, support for Java XML components including Xalan, Xerces, Saxon, and Java Web services. [Commercial]
- CGI with Java - Using Java for CGI programs. Includes on-line examples and source code for a CGI form-parser and cookie parser in Java.
- Acme Java Software - Free Java Applets, Java Applications and Java Utility Classes [free for any use]
- Marco Schmidt's Java Programming Resources - Includes lists of Java tools and libraries, introductory texts on Java programming and code examples as well as some free Java software.
- Integrating Java and COM - The article discusses integrating Java and COM. The essential components for Java/COM integration are presented. (Chad Verbowski / Microsoft)
- Compiling the Java Programming Language - Issues related to compiling Java into native (object) code. Treats why, compiler architecture, links (Java compiling, compiling generally), frontend and infrastructure software.
- Alternative Java Implementations - Article by David K. Friedman and David A. Wheeler. It briefly introduces Java, provides a bit of Java history, and describes various Java implementations.
Wikipedia Articles
- Java Platform, Enterprise Edition - Java Platform, Enterprise Edition or Java EE is a widely used platform for server programming in the Java programming language. The Java EE Platform differs from the Standard Edition (SE) of Java in that it adds additional libraries which provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, based largely on ...
- Java Media Framework - The Java Media Framework (JMF) is a Java Library that enables audio, video and other time-based media to be added to Java applications and applets. This optional package, which can capture, playback, stream, and transcode multiple media formats, extends the Java Platform, Standard Edition (Java SE) and allows development of cross-platform multimedia applications.
- Java Platform, Micro Edition - In computing, the Java Platform, Micro Edition or Java ME (previously known as Java 2 Platform, Micro Edition or J2ME) is a specification of a subset of the Java platform aimed at providing a certified collection of Java APIs for the development of software for small, resource-constrained devices such as cell phones, PDAs and set- ...
- Java Architecture for XML Binding - Java Architecture for XML Binding (JAXB) allows Java developers to map Java classes to XML representations. JAXB provides two main features: the ability to marshal Java objects into XML and the inverse, i.
- Java Development Kit - The Java Development Kit (JDK) is a Sun Microsystems product aimed at Java developers. Since the introduction of Java, it has been by far the most widely used Java SDK.