java
Java server pages
Submitted by Colin on Wed, 09/17/2008 - 14:57
Java Server Pages (JSP) allows web pages to be generated dynamically using a combination of XML tags and Java Servlets. JSP is an extension to Java Servlets allowing the dynamic generation of web pages.
Further Reading
- Login or register to post comments
- Add new comment
Java applets
Submitted by Colin on Wed, 09/10/2008 - 10:20
Java Applets are small compiled Java applications that can be run within a web page. Java applets allow the power of a true programming language to be executed on the client-side (note: For security reasons some Java features are not available for applets). Applet's usefulness is extended by their ability to interact with JavaScript.
Typical functions include:
- Dynamic navigational drop-down and pop-up menus
- Text manipulation such as scrolling text boxes
- Advanced graphics animation
Further Reading
- Login or register to post comments
- Add new comment
