This project has retired. For details please refer to its Attic page.
Apache River - Generics in Java Spaces

Generics in Java Spaces

There are currently several proposals beeing formed.

Modification of JavaSpaces interface

i.e.:

public <T extends Entry> T read(T template, Transaction txn, long timeout)

Use of generics in Entry implementing classes