Check out the tree applet on the main page of the msdn library site at
http://msdn.microsoft.com/library/default.htm

The frame source is at
http://msdn.microsoft.com/library/drg.htm

It uses the applet:
<applet
codebase="/visualj/"
        code=Outline.class
...
</applet>

Actually, the best thing that microsoft has for doing server side Active X
is J++.
Nevertheless, there may be better ways of doing this including javascript
and
Regular applets.

Alex Amies

-----Original Message-----
From:   Vihung Marathe [SMTP:[EMAIL PROTECTED]]
Sent:   Tuesday, August 31, 1999 10:31 AM
To:     [EMAIL PROTECTED]
Subject:        Re: Servlet-applet

 << File: ATT00006.html >> There are some HTML/Javascript solutions that
you might want to use.

I have used both of these ...
    1.    http://members.aol.com/MHall75819/JavaScript/tree.html
    2.    http://home.sol.no/~warnckew/tree_menu/

and found that they have better performance than Applets.

Nathaniel Ye wrote:

> I am trying to implement a tree-view interface on the Web with a database
backend. The Microsoft way is to use ActiveX control and ADO, but it
requires their proprietary Web server and platform. I am thinking of using
a Java applet to do the tree-view and using a servlet to connect to a
database. At the first phase, there won't be any record update, insert or
delete.
> If anyone could give me some suggestions and/or procedures on how to
implement this, especially on how to get the servlet to talk to the applet,
it would be highly appreciated.
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to