> my friends suggested that it's easy to embbed an applet into the
> webpage that is created by JSP
I'm afraid your friend is wrong. Applets are more
effort to develop and deploy (in a way so they work),
and a *web* *start* application is much easier for the
end user.
I stressed web start because it is a very different
user experience to a conventional application, very
'slick and easy'. Here are some simple examples..
<http://www.physci.org/jws>
>...so i prefer using applets rather than
> application even if an application does the same
> functionality(automatic generation) can i get some coding example for
> reference.
But I am not sure my original understanding of
your problem was correct. As I understnad you now,
you simply need to parse some XML and present
GUI elements to represent the nodes.
Here is an example..
<http://groups.google.com/groups?selm=1153744628.289088.11060@s13g2000cwa.googleg
roups.com>
..note that applet is actually parsing a very specialised
(very strict) form of HTML, but the process was actually
designed for *XML*.
Is that close to what you need?
Andrew T.
AnetaKvel - 17 Jan 2007 06:11 GMT
thank you for your code it's a bit close to what i require. a skelton
code.but i'll be back with more questions when i code it completely.