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...
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 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...
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...
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 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 / 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...
J2EE Design Pattern Every design or application has 1. Function 2. Non- Functional (Maintainablity,scalability,realiabilty,decoupling) You should not start an application immediately but plan a solution for the problem. The Solution plan is called a...
Web Services Abstract: By using Web services, your application can publish its function or message to the rest of the world. Web services use XML to code and to decode data, and SOAP (Simple...
J2EE JavaMail Abstract: The Java Mail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. The JavaMail API is available as an optional package for use with the Java SE...
Enterprise JavaBeans (EJB) Enterprise JavaBeans (EJB) is a managed, server-side component architecture for modular construction of enterprise applications. The EJB specification is one of several Java APIs in the Java EE specification. EJB is...
Recent Comments