History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-202
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Jeen Broekstra
Reporter: Jeen Broekstra
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

Update Repository API for Java 5

Created: 11/Nov/05 04:30 PM   Updated: 07/Feb/06 11:49 AM
Component/s: Repository API
Affects Version/s: None
Fix Version/s: 2.0-alpha-2

Issue Links:
Dependency
 
This issue is a dependency for:
SES-204 Add RStatement to Repository API Major Closed


 Description   
The Repository API's public methods are going to be ported to Java 5. Specifically, several method now return untyped collection, instead we will make use of Java's new Generics mechanism, and possibly use of enumerated types will also be incorporated where appropriate.

 All   Comments   Change History      Sort Order:
Comment by Jeen Broekstra [09/Jan/06 04:31 PM]
First workable version now available. Repository methods now return typed collections/iterators.