Here is an answer to both of your questions :
1.) prior to Java2(AKA JDK1.2) all swing components where contained in the
*com.sun.java.swing* package in the swing.jar file which you are referring
to( swing.jar , swingall.jar ).
In Java2 all of the swing components where made standard extensions , that
is
they are now contained in *javax.swing.* package and are found in the rt.jar
along with the JDK\JRE .
Thus there is no longer a swing.jar in JAVA2. The instructions you found on
sun's web site
referred to using the swing components in NAV 4.5 with the swing releases
prior to JAVA2.
2.) Definition BOA - Basic Object Adapter
Definition POA - Portable Object Adapter
OMG , in CORBA 2.x specification deprecated the BOA because ORB implement
ors could not agree upon or implemented the BOA interface differently
making it almost impossible to use an object developed for IONA's OrbixWeb with
Visigenic's ORB. To remedy this incompatibility OMG
specified POA for CORBA 2.x compliant ORBs and as the name implies is
compatible across
all CORBA 2.x ORBs.
Lastly the OMG packages are also contained in the rt.jar file in Java2 and
are at least CORBA 2.x
compliant.
Cheers
Chris
Joerg Bartholdt wrote:
> Hello everbody,
>
> I downloaded the JDK1.2 from www.blackdown.org, although I don't know
> the difference to the JDK directly from Sun.
> I want to write applets with Swing, and the Sun pages tell me how to
> enable Swing classes in my Netscape 4.5 Browser:
> 1. Find swing.jar in your Swing distribution
> 2. Copy it to netscape/java/classes
> Very nice, but the blackdown distribution does not have a swing* file.
> Which .jar contains the swing classes?
> By the way, this would also be interessting for the CORBA classes ?!
> Which version of CORBA does the JDK1.2 support (1.0, 2.0, 2.2 ?). For
> example, the Java ORB from ORBacus uses a class called BOA (while
> initializing the server) which does not exist in the JDK1.2 API. I was
> told that since CORBA2.2, BOA is obsolete and was replaced by a POA
> (what ever this is).
>
> Non of the FAQ answers this questions. This is why I try this way of
> asking.
>
> Cheers,
> Joerg
>
> P.S.: As I am not subscribed to your mailing list, could you please send
> an answer directly to my email address? Thank you.
>
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]