http://docs.oracle.com/javase/6/docs/api/
Application Express Oracle Application Express is a rapid Web application development tool that lets you share data and create custom applications. Using only a Web browser and limited programming experience, you can develop and deploy powerful applications that are both fast and secure. Learn how to get started. iAcademy Website Downtime Notice Begins: July 11th at 4:00 p.m. Free Numerical, Mathematical and Statistical Libraries and Source Code MathGL MathGL is a library for writing high-quality scientific graphics under Linux and Windows. It supports large arrays, plotting of one, two and three dimensional plots, and can export graphics to bitmap (PNG, JPEG, TIFF) and vector (EPS or SVG) files. Programmation C sharp/Interfaces graphiques Un livre de Wikilivres. Code non vérifié ▲ Graphique vectoriel ▼Programmation C sharp/Interfaces graphiques Les applications de la plateforme .Net construisent leur interface graphique à partir de forms.
Bruce Eckel's MindView, Inc: Free Electronic Book: Thinking in Java, 3rd Edition This page apparently has both "Thinking in Java" and "Thinking in C++" as being reader's choices for best book of 2002. I don't know which readers, other than that they are Chinese. Subscribe to the free OOP Newsletter from Bruce Eckel Subscribing to the newsletter provides automatic notification when the book is revised and information about CD Roms and Java Seminars and workshops. As many of you have noticed, I am terribly swamped with email and am unable to answer programming questions. There are several people who have kindly offered to answer Java questions that you would normally send to me.
JAVA Training and Tutorials (by sun) Oracle Technology Network > Java Software Downloads View All Downloads Top Downloads Gnuplot 4.0 Tutorial Department of Civil and Environmental Engineering Edmund T. Pratt School of Engineering Duke University - Box 90287, Durham, NC 27708-0287 1. INSTALLING AND STARTING GNUPLOT - version 4.2
Writing a UPnP Service This chapter explains how to implement a UPnP service using GUPnP. For this example we will create a virtual UPnP-enabled light bulb. Before any code can be written, the device and services that it implement need to be described in XML. Beginning and Intermediate-Level Servlet and JSP Tutorials The beginning and intermediate-level tutorials on this page were originally based on the second edition of Marty's book Core Servlets and JavaServer Pages, but have been extensively upgraded since then, including coverage of servlets 3.0 and JSP 2.2 (e.g., for Tomcat 7). The materials have been tested by Marty in live training courses in Canada, Australia, Puerto Rico, Japan, Cambodia, Mexico, India, Norway, the Philippines, and dozens of US venues. Click on a topic below to get the detailed tutorial, download the source code, or get the exercises on the topic. Practice is the key to learning, so if you serious about learning the technology, you should do at least some of the exercises in each topic before moving on to the next topic. These tutorials assume that you already know Java; they definitely move too fast for those without prior Java experience.
Servlet API Servlets are the Java platform technology of choice for extending and enhancing Web servers. Servlets provide a component-based, platform-independent method for building Web-based applications, without the performance limitations of CGI programs. And unlike proprietary server extension mechanisms (such as the Netscape Server API or Apache modules), servlets are server- and platform-independent. This leaves you free to select a "best of breed" strategy for your servers, platforms, and tools. Servlets have access to the entire family of Java APIs, including the JDBC API to access enterprise databases. Servlets can also access a library of HTTP-specific calls and receive all the benefits of the mature Java language, including portability, performance, reusability, and crash protection.