2009/11 (RSS)

Liferay under development to integrate Spring and Hibernate debut Plugin

In short, do not know what to do under the development of Liferay. With SSH it is totally against the background knowledge, himself wrote a version independent firms get into the web application, is a ...

Summary: founder

Java father James Gosling jboss-founder Marc Fleury Spring founder Rod Johnson Hibernate founder Gavin King

java call java web service

written in java called java basic web service, including two big: The first step is to create a web service The second is to create a client to call the above to create a good web service Concrete ste ...

Hibernate mapping entity relationship

Hibernate mapping entity relationship It took three days of free time, and finally finished the Hibernate mapping relationship of all the examples should also sum up the feeling. Hibernate mapping com ...

Spring2.5 + Struts1.3.8 + JPA (Hibernate to achieve) the integration of three

Reprint please specify: from http://blog.csdn.net/M_ChangGong/ Author: Zhang Yan Kwong The preparation of the article the main entity bean and the DAO layer. Created in the src package com.zyg.ssj.bea ...

hibernate tool

Generated mapping file from the table Table generated from the mapping file and the POJO

Hibernate physical layer design

Assuming there is a commodity management program. Only the following types of goods: 1, book. 2, DVD Have the following common attributes: number, title, price The book contains its own separate attri ...

I see the hibernate

Li prior to the reference on-off "java My Opinion", I also wrote a My View on hibernate, so that together we laugh Well, in fact, the Hibernate must be put in terms of a state of mind that t ...

Comments to change the world's top ten figures Java

As Java Father, James Gosling is the familiar name. When people comment on when a programming language, with a total of like incidentally the hen to lay eggs brought together. Java China as a programm ...

jar chaos

Use for a while. Net return after the java on and found that the maintenance package jar can really be described as a nightmare. N a class can have a jar package to realize the function of almost, but ...

Software Testing Software

Software testing based on Chapter Chapter II software test plan Chapter III Software Testing Analysis and Design Chapter IV of the implementation of software testing Chapter V of the implementation of ...

uml for web site development

Editor: http://hi.baidu.com/totaobao/blog/item/e3c6bbdedd14e75dcdbf1a0e.html uml and web site development 2007-07-01 00:23 AM First, an overview of Web sites are often complex and highly dynamic chara ...

Version of the software GA, RC, Demo, Build the meaning of

Private http://blog.chinaunix.net/u2/64804/showart_1751869.html Alpha: An internal test version, there is generally no release to the outside, there will be a lot of Bug. Testers generally use only. B ...

Software company start-up stage of the eight recommendations

Software company start-up stage of the eight recommendations Following are eight recommendations to the software company pioneering the experience accumulated, it is also the success of failure, if yo ...

Application development in data dictionary design and implementation of programs

Application development in data dictionary design and implementation of programs

Software engineering ideas

Note: 1) Dr. Lin Rui Zheda the "software engineering thinking" book full chapter 8. This is Mr enough in their own operating company after the success of a profound summary, it is the recomm ...

Java programmers to the architect's recommendation to read the book collection

1, Java Programming Introduction to Class No Java programming experience for the programmer to entry, any entry not read the same book, at this stage you need to quickly master the Java based on the b ...

Inefficient J2EE ------- Why so users can not participate in the development

It is found from the Internet to the definition of a J2EE. Quote J2EE is a Java 2 platform, the use of enterprise solutions to simplify development, deployment and management of complex issues related ...

twitter with ruby

Twitter integration should be simple things, recommended the use of twitter gem, so easy. Oauth to support and httpauth. oauth process must be binding. http://twitter.rubyforge.org/

Chinese ruby

1.9.1 Testing a bit of hash in the performance of a ruby at the same time understanding the Chinese program is very powerful!

ruby the General Assembly information

It can not read the future, may be used, up first collection http://www.javaeye.com/wiki/rubyconf/1709-first-rubyconf-china-information

[js] using regexp to achieve replaceall

Js as a result of the String object only replace, but not replaceAll function, in the absence of awareness before the regexp is a string it is very difficult to all the objects are replaced one-time, ...

JavaScript development tools collection (b)

2. StringBuffer copying method Description: This method is a Java class in a StringBuffer to imitate, not the efficiency of Java could, but for string assembly, but is a good tool to approach Use are ...

JAVASCRIPT four ways the definition of the object

The first to write a function, the following will be used several ways Factory methods First create the object, and then add properties and methods, do not need to use NEW to create objects, If the fu ...

Save the page with js content specified. Specified file type

Save the page with the specified content js Transfer from: http://rorchina.javaeye.com/blog/184425 Saved in HTML in the Table to Excel Transfer from: http://www.bcbbs.net/news/Content28841.aspx

Javascript refresh the page several methods

Non-Modal refresh parent page: window.opener.location.reload (); Modal refresh parent page: window.dialogArguments.location.reload (); First look at a simple example: The following three pages named f ...

JS calculated the number of days the date of paragraph

JS calculated the number of days the date of paragraph

Cascade 2 dwr

<% @ Page contentType = "text / html; charset = utf-8"%> < % @ page import = "java.util.ArrayList"%> < % @ page import = "bean.CategoryBean"%> < % @ ...

extremely low efficiency js className

http://topic.csdn.net/u/20090304/13/af174dfe-2ce9-4916-81b2-caa66f491232.html Big Brother. You'll never stick! ! ! Oh, thank you for your help to solve you Ha, ha, ha Removed for the cell cycle, t ...

cookies keep javascript operation (settings). read. delete function Detailed examples

Previously been thought to be generally carried out in the JavaScript operation COOKIES, but encountered today, it also made you, as a collection of it, the following are a few features of these were ...

JS refresh iframe method to achieve

<iframe src="1.htm" name="ifrmname"> </ iframe> Program I: The name attribute with iframe positioning <input type = "button" name = "Button" valu ...

javascript inheritance mechanism

The inheritance mechanism javascript: Function.prototype.read = function (){};// expansion Function prototype for (var i in Object) alert (i) / / show the read, this is further evidence of the Functio ...

javascript achieve Timer.wait () function

javascript achieve Timer.wait () function

Written by a number of Ajax and JavaScript need to know DOM concepts

1 the use of JavaScript in the page        To the use of a web page JavaScript, you can use <script> label, if you want to write JavaScript in the page source directly, and can be as follows:   ...

jdbc driver 4 and the common types of jdbc connection string

1: jdbc driver 4 types Type1: through the use of JDBC-odbc bridge to connect oracle, poor portability Type2: oracle oci: relatively poor portability, it is necessary to depend on the oracle of the oci ...

Hibernate use WebSphere Distributed Cache (DistributedMap) the realization of

Agreement In this paper, the realization of the environment is hibernate 3.3.1 WebSphere 6.1.0.21 Other versions should be able to have the same or similar path and the realization of the way (specifi ...

Knowledge elements of the learning process AVA

A: J2SE Object-oriented - Packaging, inheritance, polymorphism analysis of recursive memory collections, generics, automatic packing and unpacking, Annotation IO Multi-threading, thread synchronizatio ...

Hibernate cache of learning

Hibernate for the ORM this type is concerned, the more important cache significantly, it is the persistence layer the key to performance. Simply put, Hibernate is packaged JDBC in order to achieve the ...

Hibernate cache study

Hibernate cache Raiders (2007-07-18 21:51:37) Tags: hibernate Category: Hibernate Many people are not very familiar with the secondary cache, or there is a wrong understanding, I have always wanted to ...

S2SH project to build process

S2SH project to build process

JDBC database connections commonly used written

JDBC database connections commonly used title written zlyperson (original) Keyword JDBC Sybase MySQL SQLServer PostgreSQL Oracle ODBC 1. MySQL ( http://www.mysql.com) mm.mysql-2.0.2-bin.jar / Class.fo ...

Hibernate's understanding of inverse and cascade

4. Hibernate how to update the database pojo 4.0 in the commit / flush before, hibernate will not be a mysterious object pojo treatment. 4.0.1 in the pojo when a select query, hibernate under the &quo ...

Hibernate and iBiats

iBATIS is easy to learn, Hibernate is very complex, very high threshold, if you seek fast start, iBATIS is a better choice. iBATIS need to hand-written sql statements, but also can generate a part of, ...

Java 3 Po

Java Development Po 3: Framework (framework, such as struts, spring, hibernate) Mode (design patterns, analysis patterns, the best way to learning: understanding of the problems, analyze problems, ask ...

JAVA learning process

A: J2SE Object-oriented - Packaging, inheritance, polymorphism Analysis of memory Recursive Collections, generics, automatic packing and unpacking, Annotation IO Multi-threading, thread synchronizatio ...

ejb (1)

What is EJB? An enterprise JavaBean (EJB) is a reusable, portable J2EE components. EJB from the packaging of many possible approaches to business logic components. For example, an EJB can include a cu ...

Java rules engine-Drools

<! - Conditions or 'Left Hand Side' (LHS) that must be met for business rule to fire -> <! - Note markup -> <java:condition> stockOffer.getRecommendPurchase () == null </ ...

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

An hour to get Ajax

An hour to get Ajax, serious proposals reference manual xmlhttp legendary Ajax, entry is easy. Of course, something deeper than the understanding of their principles, learn more quickly. Principle: UI ...

js script Select All checkbox

<input type=checkbox name=mm value=a> <br> <input type=checkbox name=mm value=b> <br> <input type=checkbox name=mm value=c> <br> <input type=checkbox name=mm val ...