Michael,

In my opinion the com.sun. classes are VITAL.  I think what Sun is
pointing out is that because these are not an official part of Java 3D
they may change on a whim, thus you can't count on them remaining the
same from one release to the next (I've never noticed a change).

Sun - please clarify if I'm wrong but we are encouraged to legally use
the source to these for our own purposes.

Sun - I would encourage some of these being moved into the official Java
3D.  Simple Universe and Picking are the foundation to many applications
- if they were to change we'd have a potential nightmare on our hands.

- John Wright
Starfire Research

"Michael P. McCutcheon" wrote:
>
> Without starting a flame war, I'm confused about using the com.sun.j3d.*
> classes.  It seems that these are not supported given that the documentation
> says the following:
>
> "In general, writing java programs that rely on sun.* is risky: they are not
> portable, and are not supported."
>
> However, I just bought two books, Java3D API Jump Start, and Essential
> Java3D Fast, and they both reference the com.sun.j3d classes from cover to
> cover.  I have heard that other books are this way as well.
>
> I don't understand...on the one hand, we're told using these API's is
> "risky", and on the other hand, we encouraged to use them in the books and
> in the sample programs that come with the Java3D installation.
>
> It seems that these utilities are very useful and I'd like to use them, but
> don't want to rely on them because they may not be present on other
> platforms...why doesn't Sun make these a part of standard Java3D, in a
> package like javax.media.j3d.util or something?  Or can we copy the meat of
> the stuff we need out of the classes and use them in our own classes,
> legally?
>
> Michael P. McCutcheon
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA3D-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to