|
| JavaSoft | |
| What is the Java Platform? | |
| Java Lobby Homepage | |
| JavaWorld |
Java Servlets
Servlets
are server-side Java applications that are usually used to create
dynamic web sites. They are a secure and efficient alternative to Common
Gateway Interface (CGI) scripts, and also allow data to persist between
web page requests as seen on online shopping carts.
| Java Servlet API | |
| Servlet Central |
Enterprise
JavaBeans (EJB)
EJB technology is a middleware platform implemented in Java
for use with enterprise-level applications. It takes care of database
connectivity, server redundancy, and transaction support. This allows
developers to concentrate only on designing the application's business
logic using the JavaBeans component architecture
| Enterprise JavaBeans Technology |
Extensible Markup Language (XML)
XML is a customizable markup language used to describe the structure
of any kind of document. This means the content of a document (such as
purchase date, customer number, etc. in an invoice) can be cataloged and
searched against or transferred with little ease. The presentation of
the document is not stored with the content, but can be transformed to
different media such as HTML, RTF or text via Extensible Stylesheet Language
(XSL).
| Extensible Markup Language (XML) | |
| Extensible Stylesheet Language (XSL) |
Please contact us for more information.