Summary: A sample application context file; attributes of the POJO's DAO definition; transaction configuration; supported operations and code sample for POJO primary key setting.
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN""http://www.springframework.org/dtd/spring-beans.dtd"><beans><!-- Declaration of GigaSpace factory bean -->
<bean id="gigaspace"
class=" org.springmodules.javaspaces.gigaspaces.GigaSpacesFactoryBean">
<property name="urls"><list><value>jini://*/*/myCache</value></list></property></bean></beans>
You can define space class meta data using class and field level decorations. These can be defined via Annotations and XML space class mapping configuration files. For more details, refer to the POJO Class and Field Level Annotations section.
transaction.xml
This XML file includes the gigaspacesTransactionAttributeSource and the TransactionInterceptor settings:
We need your help to improve this wiki site. If you have any suggestions or corrections, write to us at techw@gigaspaces.com. Please provide a link to the wiki page you are referring to.
Comments (1)
Aug 04, 2006
Anonymous says:
It is not clear where the DAO XML file is to be placed and whether its naming ma...It is not clear where the DAO XML file is to be placed and whether its naming matter beyon ending .gs.xml
Add Comment