configuration files (RSS)

struts2 validation framework for configuration

It took a long time, and finally somehow, in this contempt for all kinds of mess of assorted forums, found the article a lot, not a few original, are in turn change the past, and many of the steps are ...

Prawn with me to write network (2 days)

1, design the user-related entity class Points Rank categories: Knowledge Tip: @ GeneratedValue that is automatically selected from the jpa Identity field generating strategies; @ OneToOne (cascade = ...

The interceptor struts2

1. Understand the interceptor 1. Interceptors in the anti-ask certain way, before or after the field to intercept, and the interceptors are pluggable, the interceptor is an implementation of AOP. 2. I ...

netbeans6.8 on the maven support (recommended to switch to maven)

Look netbeans on maven wizard, you can know netbeans attaches great importance to maven. It is a snapshot version of the built-in maven3. Therefore, netbeans recommended to download the version requir ...

DWR method call in a variety of java

DWR is a framework, a simple javascript that is able to call java methods directly, without having to write a lot of javascript code. It is based on the realization of the ajax, the effect can be achi ...

MyEclipse + Tomcat under the Web project development process automatically deployed

MyEclipse + Tomcat under the Web project development process in general, there are two automatic deployment methods: [Mentioned here refers to the automatic deployment of modified class file] (1) amen ...

The use of the experience junit4 + hibernate

The following is a junit4 I'm using myeclipse environment under the method of testing experience hibernate 1, the use of AbstractTransactionalJUnit4SpringContextTests (1) after the end of the achi ...

Description of the jar package hibernate

Description of the jar package hibernate Hibernate includes a total of 23 jar package, dazzling. Download Hibernate, such as the 2.0.3 stable version, unzip it, you can see a lib directory hibernate2. ...

Automatically generated by xdoclet's hibernate mapping files, configuration files

To http://sourceforge.net/ Download xdoclet-plugins-dist-1.0.4. If the eclipse, then do not need to configure (if there is no need to install ide good ant) build.xml model: Run ant, ok, User.hbm.xml a ...

Embedded jetty

Heard of the development phase to test the use of more convenient jetty today to learn the next jetty. Tomcat with a way similar to the deployment of a document is to direct Kaodao $ (jetty_home) / we ...

jar the role of (a)

hibernate2.jar: Hibernate library, there is nothing to be said, must use the jar package cglib-asm.jar: CGLIB library, Hibernate use it to achieve PO dynamic byte code generation, is the core of the l ...

Integrated Development ssh

1 by adding the jar package j2ee. Add to lib in (Note, it is best to package jar project are added to the inside in order to shake off the shackles of MyEclipse) 2. Join the spring (remember to add th ...

SSH package to develop the basis of structure-Spring Help

Understand the package structure of Spring release will help us reduce the size of packets, but also help to increase understanding of Spring framework. spring.jar is released module contains a comple ...

Development based on SSH packet-Hibernate Help

Description of the jar package hibernate Hibernate includes a total of 23 jar package, dazzling. Download Hibernate, such as the 2.0.3 stable version, unzip it, you can see a lib directory hibernate2. ...

Configuring Rails Applications

1 Locations for Initialization CodeRails offers (at least) five good spots to place initialization code: Rails provides (at least) five places to put initialization code Preinitializers environment.rb ...

My eclipse5.5 add xml template

There are only four Myeclipse5.5 template xml 1, Default XML template, 2, XML template for a web.xml, 3, XML template for a web.xml file with Struts, 4, XML template for a struts-config.xml If we want ...

Explain the role of Hibernate3 package

hibernate3.jar: Hibernate library, there is nothing to be said, must use the jar package cglib-asm.jar: CGLIB library, Hibernate use it to achieve PO dynamic byte code generation, is the core of the l ...

Notes on liferay development --- Struts, Spring, Hibernate Architecture

liferay has its own expansion struts and spring, the Friends are interested can look at it and use the expansion of spring. Said here about the use of liferay support struts framework of the developme ...

Various DWR call java methods

DWR is a framework that is easy in javascript can call java methods directly, without having to write a lot of javascript code. Its implementation is based on ajax, and can achieve results without ref ...

Detailed packet Spring Jar

Yes there is a complete spring.jar release contains a single jar package, spring.jar contains spring-mock.jar except in the content contained in all other contents of jar package, because only in the ...

Consider automated testing framework

Recently to do a test support at a new automated testing environment to build the platform, one of the process is not detailed; The main questions of existence: Framework for the use of a large number ...

Struts1.3.8 + JPA (Hibernate implementation) + Spring2.5 integration (c)

persistence.xml: JPA configuration files are easy way to put in / src / META-INF under, META-INF and persistence should not change the names of all

The use of cucumber in the testing process de-bug

Recently, Rails project, testing and integration testing to do when, Cucumber hot. However, just like any test instrument when used as test cases that may arise other than failure. This time, on a num ...

DWR.xml configuration file specification

1, set up configuration files dwr.xml Dwr.xml any of the required documents are included in the statement DWR DOCTYPE line in the following format: <! DOCTYPE dwr PUBLIC "- / / GetAhead Limite ...

Java EE Development Status and Development of Three Musketeers

JSF 2.0 Though Java On display at the framework layer of very intense competition, but the JSF is still stick to their territories. Although there is a lot of JSF's about ease of use and robustnes ...

Rapid Construction of Spring + hibernate WEB Application (1)

Spring MVC Dispatcher First of all, we will be Spring, hibernate and its dependence on the jar package WEB-INF/lib directory. Here Note: with the latest package, hibernate 3.0 Chinese character has th ...

Hibernate + ehcache secondary cache

Hibernate + ehcache secondary cache 2006-09-02 05:00 Author: Source: csdn duty Edit: Ark 1, the first set EhCache, set up configuration files ehcache.xml, the default position at the class-path, you c ...

Eclipse works the Oracle Database Configuration

Oracle database configuration Flex + Java project 1. A first step, the reference to "flex, step by step. Doc" files, set up felx works. 二. The second step, with reference to "set up spr ...

The difference between Ruby's require, load, and include

Distinction between the three is not as difficult as you think, it would not, as some article written in so long. Quite simple. In common: three are defined in the kernel, are included into something ...

JBoss3.0 under the configuration and deployment EJB brief introduction

(By huihoo.org ZHAO Chen Greek, zhaochenxi@vip.sina.com) 1. About JBoss JBoss is an EJB running the J2EE application server. It is open-source projects, following the latest J2EE specification. JBoss ...

From the database to the hibernate configuration file, JAVABEAN and HTML form instrument 1.2

Function: HBM to achieve from the database configuration files and JavaBean automatic generation, of course, you can also choose to generate a simple HTML form. Description: The maintenance of this in ...

Struts1.3 + hibernate3.2 + Spring2.5 integration summary

Integration manually Struts1.3 + hibernate3.2 + Spring2.5 The following is a preparation of the required work: hibernate under the core installation package: hibernate3.jar lib \ required \ *. jar lib ...

DWR to develop guidelines

DWR is a framework that is easy in javascript can call java methods directly, without having to go to write a lot of javascript code. Its implementation is based on the ajax, you can achieve the effec ...

DWR to develop guidelines (b)

Two, DWR use articles 1, call did not return values and parameters JAVA method 1.1, dwr.xml configuration <dwr> <allow> <create creator="new" javascript="testClass"& ...

Notes springSide3 framework

First of all, download from the official website of springSide3 I do not have the necessary jar package, some Liezi and I used to have a great conflict of the preparation. Carefully observe the direct ...

Java Notes Annotations can really simplified J2EE development?

With the J2EE entered after 5.0 time, Java EE5.0's a lot of features have also been widely used in J2EE programs. The Java EE5.0 Notes (Annotations) characteristic is one of the most widely used c ...

GBK environment parameters Ajax submit questions

As we all know, Ajax is to use the default UTF-8 encoding to pass parameters. Such as front-end interface, configuration files, databases, etc. all use UTF-8 encoding, then there is no doubt that ther ...

hibernate second cache

hibernate cache Secondary cache, also known as process-level cache or SessionFactory-level cache, secondary cache can be shared by all of the session Secondary cache and the life cycle of the life cyc ...

Spring's Hibernate integration of a simplified configuration

In the past the use of Spring's Hibernate integration time, are using such a configuration. <bean lazy-init = "true" > <property name="mappingResources"> <list&g ...

Ajax trilogy and the use of DWR

Use DWR to develop Ajax applications: 1, into DWR's Jar package: dwr.jar; 2, in the / WEB-INF configuration files, add dwr.xml; 3, in the web.xml file to configure the server-side components DWR ( ...

Ruby-2.0 Record Study - (win installation chapter)

Glossary: Ruby do not specifically introduce the concept of a word over the "A Japanese invention of object-oriented scripting language"; Rails 1 person R & D Denmark A good agreement, f ...

DWR trial

1, call not return value and parameters JAVA Ways 1.1, dwr.xml configuration <dwr> <allow> <create creator="new" javascript="testClass"> <param name="clas ...

rails version of the change (1) - rails of the introduction

Rails framework are at the first time in July 2004, its R & D is the 26-year-old Danes David Heinemeier Hansson. Different from complex Web development framework, Rails is more in line with actual ...

Study Notes Hibernate three (cache)

Divided into two levels: session level (level cache), sessionFactory secondary cache session cache, we must at the same session, if the session closed, the cache is lost. Cache level for relatively sh ...

Spring and Hibernate Integration

1. Management SessionFactory Spring Integration to use Hibernate, we do not need to file hibernate.cfg.xml. First, in the applicationContext.xml to configure the data source (dataSource) bean and the ...

Study Application hibernate (1)

Basic configurations: Environment: myeclipse Version: 5.5.1 tomcat version: 5.5 1, myEclipse to adjust to the MyEclipse Database Explorer mode; a new database connection, the need for database-driven ...

jboss ejb3 Message Driven Bean

Super Medium ejb hate. . . . . . . . . . . . . . . . . . . ================================================ To configure a Message Driven Bean in a different application server parameters are not the ...

First Hibernate Example

Curd a simple example. Source does not contain the dependent libraries, or playing too much of the package. PO object Note: One must have the default constructor 2 non-final modified. Otherwise useles ...