Free Online Whiteboard Base64 Converter JSON Utility SmartTool PDF

Category: Javaskool Category

JavaScript 0

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 0

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 0

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) 2

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) 0

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 0

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 1

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 0

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...

J2EE Design Pattern 0

J2EE Design Pattern

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 0

Web Services

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...