Technology Notes

TechNotes Tags:

Listing of Technology Notes

JavaBeans
Tags: java javabeans serialization xmlencoder Last edited 02 Feb 2010 13:26

This describes "JavaBeans" and how to use them. A Java "bean" is essentially a class that adopts a kind of contract regarding the names and nature of its methods. This contract allows the class to be easily handled when it comes to adjusting its properties dynamically or through property sheets, serializing (i.e. saving the class to a file and re-loading it), event handling, and many other situations. See also this official guide.

Dynamic LaTeX with CodeCogs
Tags: latex Last edited 22 Nov 2009 12:49

This note describes how to generate LaTeX images in an html document using a web service… all it takes is inserting the LaTeX into an image link.

3D Graphics (Blaise)
Tags: 3d anaglyph blaise graphics java Last edited 06 Nov 2009 12:43

This preliminary note will describe how I go about rendering points, curves, and surfaces in three dimensions for blaise. See http://blaisemath.googlecode.com/ for the complete source code.

XML Output with JAXB 2.0
Tags: binding java javabeans jaxb xml Last edited 15 Jul 2009 17:16

This note covers some basics of JAXB (Java API for XML Binding). See also the Wikipedia entry, the development site, a tutorial by Sun, and a description of JAXB annotations.

Creating a Dynamic Cobwebbing Demonstration with Geogebra
Tags: applet cobwebdiagram geogebra javascript tutorial Last edited 18 Dec 2008 18:27

This is a tutorial describing how to use Geogebra to implement a cobwebbing demonstration. The techniques demonstrated can also be applied to many situations involving numerical and recursive techniques.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License