Label: core

All content with label core.
Related Labels: gigaspace , book-prog , components , transaction , map , view , component , 42140564---bl , manager , book-all-java , context , reloading , cache , loader , gigamap , service , local , mode

Executors Component (XAP 6.6 Documentation)
Executors allows to easily execute tasks on the space using the GigaSpace API. !GRA:ImagesNewinXAP66.gif align=right! Overview OpenSpaces comes with support for executing tasks in a collocated asynchronous manner with the Space (processing unit that started an embedded Space). Tasks ...
GigaMap Component (XAP 6.6 Documentation)
IMap}}/{{JCache}} {{Cache}} API is abstracted in OpenSpaces by a simple wrapper: the {{GigaMap}} interface. Overview OpenSpaces provides a simpler Map/{{JCache}} API using the {{GigaMap}} interface, by wrapping the {{IMap}} (and the {{JCache}} {{Cache}}), and simplifying both the API and its programming model ...
GigaSpace Component (XAP 6.6 Documentation)
JavaSpaces API is abstracted in OpenSpaces by a simple wrapper: the {{GigaSpace}} interface. Overview OpenSpaces provides a simpler space API using the interface, by wrapping the (and the Jini JavaSpace http://www.gigaspaces.com/docs/JiniApi/net/jini/space/JavaSpace.html), and simplifying both the API ...
GigaSpace Context (XAP 6.6 Documentation)
Allows you to inject a predefined {{GigaSpace}} instance using annotations. GigaSpace Context Spring dependency injection support allows you to inject the GigaSpace GigaSpace Component instace using either setter injection or constructor injection. OpenSpaces extends this injection ...
Local Cache and Local View Components (XAP 6.6 Documentation)
OpenSpaces allows you to easily configure and use the space local view feature using the {{LocalViewSpaceFactoryBean}} component and local cache using {{LocalCacheSpaceFactoryBean}}. Use Native Serialization mode When running a local cache/view you should use Native ...
Map Component (XAP 6.6 Documentation)
Map component allows you to create an {{IMap}} (or {{JCache}} {{Cache}}) based on a Space component. Overview GigaSpaces allows applications to interact with the space using the Map API (JCache). Accessing the space via the Map API can be done using ...
Service Reloading (XAP 6.6 Documentation)
Service reloading allows you to reload business logic without bringing down the Processing Unit. Overview The service reloading feature allows you to reload business logic (Spring beans) without bringing down the deployed Processing Unit. In order ...
Space Component (XAP 6.6 Documentation)
Space component allows you to create an {{IJSpace}} (or {{JavaSpace}}) based on a space URL. Overview The different space components allow you to configure a space within a Spring application context (or a Processing Unit). A Space component allows you to create ...
Space Mode Context Loader (XAP 6.6 Documentation)
Allows you to load a Spring application context only when the Processing Unit or space is in primary mode, and unload it when the Processing Unit or space is in backup mode. Overview Most of the OpenSpaces builtin components take into account the state of the space (mainly ...
Transaction Manager (XAP 6.6 Documentation)
OpenSpaces provides several implementations of Spring's {{PlatformTransactionManager}} allowing you to use the GigaSpaces and Jini Transaction Manager. Overview Spring Framework provides a transaction manager abstraction using the {{PlatformTransactionManager}} interface with several different builtin implementations, such as JDBC Data Source ...