May 10, 2015

Java Web Technologies Overview

A quick and simple overview about some of the basic Java web technologies.

EJB - Enterprise JavaBeans, it's a server-side model that encapsulates the business logic of an application, however is deprecated and new projects must avoid it.

JSTL - Java Standard Template Library, consist of a basic library of tags used by Java web technologies like JSP and JSF.

JSP - JavaServer Pages, old technology used to develop dynamically generated web pages based on HTML, XML, or other document types, due the poor maintainability it's deprecated and new projects must avoid this technology. JSP pages uses tags like HTML pages, the basic tag library is the JSTL.

JSF - JavaServer Faces, successor of JSP, it's a specification for building component-based user interfaces for web applications. To be useful an implementations is needed, the reference implementation is the Mojarra.

Mojarra - Reference implementation of JSF.

0 comentários :

Post a Comment