Difference: JavaProgrammingBookmarks (22 vs. 23)

Revision 2321 Jan 2003 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="ProgrammingBookmarks"
(back to ProgrammingBookmarks)
Line: 29 to 29
 
Changed:
<
<
>
>
 
Changed:
<
<
Decimal arithmetic for Java - 1.08 | http://www2.hursley.ibm.com/decimalj/
>
>
Decimal arithmetic for Java - 1.08 | http://www2.hursley.ibm.com/decimalj/ also a great reference that explains why you don't ever want to use float or double to represent money.
  Advanced Programming for the Java 2 Platform | http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/index.html
Changed:
<
<
Sun's JDBC Technology Site - http://java.sun.com/products/jdbc/
>
>
Sun's JDBC Technology Site - http://java.sun.com/products/jdbc/
 JDBC RowSet is a good way to move jdbc data around a system.
Changed:
<
<
jGuru: Enterprise JavaBeans(TM) Fundamentals | http://developer.java.sun.com/developer/onlineTraining/EJBIntro/EJBIntro.html | An online course in Enterprise JavaBeans at Sun's web site
>
>
jGuru: Enterprise JavaBeans(TM) Fundamentals | http://developer.java.sun.com/developer/onlineTraining/EJBIntro/EJBIntro.html | An online course in Enterprise JavaBeans at Sun's web site
  JavaWorld | http://www.javaworld.com/
Line: 73 to 74
 

XML<->Java

Added:
>
>
http://skaringa.sf.net - works very well for "inside-out" XML, i.e. you start with some Java objects and want to marshal them to XML, do something, and then unmarshal. Most of the other tools are designed to work "outside-in" i.e. you've got a DTD and want to get documents that match that DTD into Java.
 http://jxv.sourceforge.net/ - xml <->objects
also JAXB (from Sun), Castor (from Exolab, very fussy).
http://jaxme.sf.net/ - another. sucky website, dunno bout the code.
Line: 96 to 99
  Java stack trace: http://www.javaworld.com/javaworld/javatips/jw-javatip124.html
Changed:
<
<
JFreeChart - Java chart library http://www.object-refinery.com/jfreechart/
>
>
JFreeChart - Java chart library, generates raster images from data http://www.object-refinery.com/jfreechart/
JGraph - Swing component to manipulate graph structures interactively http://jgraph.sourceforge.net/
  Clover ETL - ETL in Java http://members.rogers.com/cloveretl/
Added:
>
>
Ejen - a tool to generate many types of file (sort of like XDoclet only perhaps more flexible) http://ejen.sourceforge.net/
View topic | History: r79 < r78 < r77 < r76 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback