Data Service in Java

Inspired by the .NET Data Services, I have been thinking to use the similar concept to implement in Java. You can lean more about .NET Data Services here. I have created a Java library that exposes the underlying data in data service format.

Download : JavaDataService

Latest Posts

First Release – DataService in Java

Last modified on 2011-09-29 04:54:20 GMT. 0 comments. Top.

I’m release the frist version of Java Data Service. It provides data in XML to the presentation layer. You can configure the data source in XML and connect to more than one source.

Features in v 0.1 beta

  • Define Data sources – for now its only RSS, ATOM feeds
  • Read data using Data service
  • Define data collaboration plug-in

Features under development

  • Define Database data source, JNDI for database
  • Updatable data service

No responses yet

Leave a Reply