java object (RSS)

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

ActionScript Flash Flex FlexBuilder AIR

Original Link: http://graphics-geek.blogspot.com/2008_02_01_archive.html A comment on my previous posting asked for some explanation of what Flex is and how it relates to Flash. I'm still intendin ...

Learning Hibernate

Hibernate objects in three states: Transient (instantaneous), persistent (lasting), detached (Trust). Three states. Transient state: Opened up by the new order of java object, which is usually are fam ...

Hibernate Study Notes (e)

The basic concept Transient state: the current understanding is a state and has nothing to do hibernate. Now feel the state is relatively simple. Because it does not involve any concept related to hib ...

So that the output SQL statements Hibernate configuration parameters

In J2ee applications, if the Hibernate framework, you can automatically create a database with Java entity class entity mapping relationship between the procedure would greatly facilitate persistent J ...

Java developer-oriented guide to db4o: Part 2: query, update and consistency

Although RDBMS use SQL as its query and retrieve data of the main mechanism, but some OODBMS can use different mechanisms. In this series of articles in the second period, Ted Neward will introduce so ...

Hibernate object status and operation of

Hibernate objects of three kinds of status, are as follows: the instantaneous state (Transient), persistent state (Persistent), detached state (Detached). In a persistent state of the object, also kno ...

SSH development based on packet-Struts related jar Profile

commons-beanutils.jar Commons-Beanutils the jakarta commons project is a subproject. The project development objective is to help developers access to the dynamic / Java Bean for the value of the prop ...

Pragmatism, not to use Hibernate, enumerated type Enum mapping application in the OR

In a long time ago刚接触Hibernate, think that novel, on-line a lot of evaluation, how that's convenient, to study it, read the source code, do the test, with step-by-step inside. Also learn a lot of ...

DWR-related elements

DWR collection converter using Abstract <convert converter="collection" match="java.util.Collection"/> From the Java Object -> Javascript Object little problem, there is r ...

Contact DWR

Demand is very simple to use js to the back-end request, then request the results get put into a select inside. One start is to request xmlrequest a groovy back-end of the url, get a xml, and then fil ...

Learn hibernate my notebook (2) - Hibernate development process (the key)

Four, Hibernate development steps: (key: It is necessary to grasp) Start: (set up environment variables and configuration) Myeclipse years at the paper into Hibernate packages (including database-driv ...

Using Http Invoker implementation RCP client and interactive Backgrounds

Switch: http://growup.blog.51cto.com/229061/50412 In order to solve the RCP client and back-end business layer interaction problem, I found the Spring provided Http Invoker. Give me the feeling is thi ...

12 The most important J2EE best practices (transfer)

12 The most important J2EE best practices (transfer) Best Practices: 1, always use the MVC framework. 2, at each level are the application of automated unit testing and test management. 3, in accordan ...

hibernate Technical Study Notes (first)

Introduction: Model does not match (impedance mismatch) java object-oriented language, object model, its key concepts are: inheritance, association, polymorphism, etc.; database is the relational mode ...