Label: interoperability

Content with label interoperability in XAP 6.0 Documentation (See content from all spaces)
Related Labels: javaspaces , basics , annotations , outrigger , product-xap-60 , pojo , externalentry

ExternalEntry
wrapper that allows any Java class to be written to the space, even if it does not comply with JavaSpaces requirements. Generic Access to the Space The {{ExternalEntry}} class ({{com.jspaces.core.client.ExternalEntry}}; see ) class, an implementation of the {{net.jini.core.entry.Entry}} interface, provides special functionality that goes beyond the JavaSpaces ...
JavaSpaces POJO
GigaSpaces JavaSpaces API Plain Old Java Object support the POJO http://en.wikipedia.org/wiki/PlainOldJavaObject. Overview POJO is a Java class that does not implement the {{net.jini.core.entry.Entry}} interface. Java classes implementing the {{net.jini.core.entry.Entry}} interface do not support annotations or {{gs.xml ...
Moving From Outrigger to GigaSpaces
How to migrate from Outrigger with no recompilation or redeployment of code to clients. Overview In general, migrating from one implementation of a Jini service interface to another should be easy and transparent to applications. This is one of the key edges of Jini. Since both Outrigger and GigaSpaces ...
POJO Class and Field Level Annotations
POJO class and field level decorations using annotations and XML configuration files. \\ Overview GigaSpaces supports class and field level annotations. You can define common behavior for all class instances, and specific behavior for class fields. POJO ...