java type (RSS)

Detailed study DWR

DWR The principle is: the JAVA-type and reached into the JS from JS call in JAVA class method, the realization of the asynchronous call. GWT compared with the advantages of DWR A, DWR can be synchroni ...

JavaBean, Entity Bean, Enterprise Bean, such as Bean, as well as the meaning of POJO

I am finishing with the summary of: First, the java bean, is a java component model, he for the use of java classes provide a standard format, the user program management and visualization tools can b ...

Java variety of paths and parameters

1.JSP access to current applications in the relative path and absolute path: Corresponding to the root directory of the absolute path: request.getRequestURI () Document's absolute path: applicatio ...

HQL: Hibernate Query Language (Transfer from the official website)

HQL: Hibernate Query Language (Transfer from the official website) Chapter 15 HQL: Hibernate Query Language Hibernate is equipped with a very powerful query language, this language looks very much lik ...

Hibernate type mapping mapping types hibernate mysql

Hibernate mapping type of standard Java types and SQL types of the size range of integer or int int or java.lang.Integer INTEGER 4 bytes long long Long BIGINT 8 bytes short short Short SMALLINT 2 byte ...

Detailed struts development

Detailed struts development Struts concepts and architecture Struts has a group of mutual cooperation category, Serlvet as well as the composition of Jsp TagLib. Struts-based web application framework ...

J2EE project data persistence layer design

J2EE project data persistence layer design Data Persistence Layer design goal is to provide a high level throughout the project, unity, security, and concurrent data persistence mechanism. Achieve the ...

JAVA type of data-HIBERNATE data type - the standard SQL data type correspondence table

Java data type Hibernate type of data standard SQL data types (PS: for different DB may vary) byte, java.lang.Byte byte TINYINT short, java.lang.Short short SMALLINT int, java.lang.Integer integer ING ...

DWR Introduction

DWR (Direct Web Remoting) is an open source class library that can help developers includes AJAX web technology. It can permit in the browser's code to use at WEB server running on the JAVA functi ...

DWR brief introduction (to)

DWR (Direct Web Remoting) is a Open source The class library that can help developers site contains AJAX technology. It can permit in the browser's code uses WEB server running on the JAVA functio ...

Imitation Java type HashMap implementation of JavaScript

Imitation Java type HashMap implementation of JavaScript

Hibernate Mapping Types

Hibernate mapping types divided into two categories: built-in mapping types and mapping types of customers. Built-in mapping types is responsible for some common Java types are mapped to the correspon ...