Java Stuff

TwitterFacebook
Get flash to fully experience Pearltrees
java

Published on ONJava.com ( http://www.onjava.com/ ) See this if you're having trouble printing code examples by Thomas Bernhardt and Alexandre Vasseur 03/08/2007 http://www.onjava.com/lpt/a/6955

Esper: Event Stream Processing and Correlation

programming

Before you start About this tutorial One of the nice things about an IDE is that you can do the majority of your development tasks in one application — hence, integrated. It takes time away from your work to have to switch from your IDE to another program. http://www.ibm.com/developerworks/opensource/tutorials/os-eclipse-tools/

Integrate external tools and builders in Eclipse

http://eclipsetutorial.sourceforge.net/totalbeginnerlessons.html

Total Beginner Lessons

Lesson 1 -- Create Your First Java Class (11:39)

David Fischer's Java Programming Examples: Capture Video from Lo

This example program will capture the video and audio stream from a Logitech QuickCam Pro 3000 USB camera for 10 seconds and stores it on a file, named "testcam.avi". http://www.mutong.com/fischer/java/usbcam/
Getting Java to take snapshots from your webcam or other video capture device is surprisingly easy. http://khemsoi.blogspot.com/2006/03/jmf-frame-grabber.html

JMF Frame Grabber

http://home.cogeco.ca/~ve3ll/jatutor0.htm

Java Tutorials - Table of Contents

Java Tutorials - Table of Contents Java Home Page 1 - Objects,Applications,Applets

ARToolkit

import java.nio.ByteBuffer; import java.nio.IntBuffer; import javax.media.opengl.GL; import javax.media.opengl.GLAutoDrawable; import javax.media.opengl.GLCanvas; import javax.media.opengl.GLEventListener; import jp.nyatla.nyartoolkit.NyARException; import jp.nyatla.nyartoolkit.core.NyARCode; import jp.nyatla.nyartoolkit.core.types.NyARIntSize; import jp.nyatla.nyartoolkit.jogl.utils.GLNyARParam; import jp.nyatla.nyartoolkit.jogl.utils.GLNyARSingleDetectMarker; import jp.nyatla.nyartoolkit.qt.utils.QtNyARRaster_RGB; http://edotprintstacktrace.blogspot.com/search/label/ARToolkit

VM Spec The Java Virtual Machine Instruction Set

A script enabled browser is required for this page to function properly Oracle Technology Network > Java SE > Java SE Documentation > Java SE Specifications Contact Us Report errors in JLS Report errors in JVMS Java Language and Virtual Machine Specifications http://docs.oracle.com/javase/specs/
a textbook for a first course in computer science for the next generation of scientists and engineers Textbook. http://www.cs.princeton.edu/introcs/home/

Introduction to Programming in Java: An Interdisciplinary Approa

http://www.ibm.com/developerworks/java/library/j-javaresources/index.html

j-javaresources.html?ca=dgr-twtrJ-Resourcesdth-JV from ibm.com -

Since its introduction to the programming community as a whole in 1995, the Java platform has evolved far beyond the "applets everywhere" vision that early Java pundits and evangelists imagined a Java world to be like. Instead, the Java world rose up to Swing, coalesced around servlets, rode that into J2EE, stumbled on EJB, sidestepped over to Spring and Hibernate, added generics and became more dynamic, then functionalized, and continues to grow in all sorts of interesting directions even as I write this. Which leaves the Java programmer who didn't grow up along with the language somewhat overwhelmed. As a speaker, blogger, consultant, and mentor, I am frequently asked by junior and intermediate programmers working in the Java space for resources to help them master this wide, complex, seemingly endless world.