Hi Guillaume, On Thu, Feb 16, 2012 at 11:41 PM, Guillaume Devianne <[email protected]>wrote:
> Hello, > > What is in your view the actual easiest/fastest/minimal way of creating > dataservice from db and present them to a browser? > > Data services in Data service server exposed as services + java webapp? > java stubs + java client + jsp > DS + Mashup+Gadget? > > DS + Mashup + webapp :html+js from mashup > I believe this actually depends on the complexity of your requirement. Because, all the aforementioned three scenarios are possible in exposing your data stored in some data store. For example, if you consider a Master Data Management scenario where you would want to manipulate master data retrieved via multiple data service endpoints and present the user with sort of an aggregated view, I believe you can effectively use a model combining the DS, Mashups and Gadgets. On the other hand if you just want to expose some dataservices operations directly, another possibility is to write a gadget accessing a particular dataservice directly via REST. However, IMO, the simplest option to present your data would be to write a webapp exposing your retrieved via the data service endpoints. > > Thanks > Guillaume > > _______________________________________________ > Carbon-dev mailing list > [email protected] > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev > > -- Prabath Abeysekara Software Engineer WSO2 Inc. Email: [email protected] <[email protected]> Mobile: +94774171471 <http://harshana05.blogspot.com/>
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
