Part VII Developing and Running Polyglot Coherence Applications
Oracle Coherence enables writing server side objects such as
EntryProcessor
, Filter
,
Aggregator
and so on in JavaScript. You can have
both Java and JavaScript objects co-exist in the same Java Virtual
Machine.
Part VII contains the following chapter:
- Developing Polyglot Coherence Applications
This chapter demonstrates Coherence's polyglot capabilities by developing an application that uses server-side JavaScript to implement common Coherence server-side operations.