Category: Blog
eXtensible Markup Language – (XML)
eXtensible Markup Language eXtensible Markup Language (XML) is a set of rules for encoding documents in machine-readable form. It is defined in the XML 1.0 Specification produced by the W3C, and several other related...
JavaScript
JavaScript Not to be confused with Java (programming language) or JavaScript. JavaScript is a prototype-based, object-oriented scripting language that is dynamic, weakly typed and has first-class functions. JavaScript is an implementation of the ECMAScript...
J2EE JPA- Java Persistence API
J2EE JPA- Java Persistence API Abstract: The Java Persistence API, sometimes referred to as JPA, is a Java programming language application programming interface specification which describes the management of relational data in applications using...
ActiveJDBC – ORM
ActiveJDBC – ORM ActiveJDBC is a Java implementation of the Active Record design pattern developed by Igor Polevoy. It was inspired by ActiveRecord ORM from Ruby on Rails. It is based on a set...
Hibernate – object-relational mapping (ORM)
Hibernate – object-relational mapping (ORM) Hibernate is an object-relational mapping (ORM) library for the Java language, providing a framework for mapping an object-oriented domain model to a traditional relational database. Hibernate solves object-relational impedance...
Java Server Faces (JSF)
JSF – Java Server Faces Abstract: JavaServer Faces (JSF) is a Java specification for building component-based user interfaces for web applications. It was formalized as a standard through the Java Community Process and is...
Apache Struts Framework
Struts 2.x Framework Apache Struts is an open-source web application framework for developing Java EE web applications. It uses and extends the Java Servlet API to encourage developers to adopt a model-view-controller (MVC) architecture....
Spring Framework
Spring Framework The Spring Framework is an open source application framework for the Java platform The first version was written by Rod Johnson, who released the framework with the publication of his book Expert...
Web Servers
Web / Application Servers The primary function of a web server is to deliver web pages on the request to clients using the Hypertext Transfer Protocol (HTTP). This means delivery of HTML documents and...
Recent Comments