
Originally Posted by
Twey
No, not at all. Applications cannot be written in DHTML. In Java terminology, DHTML is for applets that interact with the page more than standard Java applets are allowed to (although Javascript can be used to interact with a Java applet for the same effect). DHTML has nowhere near the power of a Java application; this isn't what it was designed for. You can design a GUI for your webpage, using HTML instead of AWT/Swing, but for anything very complicated, Java is necessary. For simple interactivity or pretty effects, DHTML has the advantage, due to its speed. For anything that requires more power (sockets, advanced graphics, 3D...) a Java applet is required.
Bookmarks