So I finally got around to committing the dmap web interface to SVN: http://svn.apache.org/repos/asf/incubator/devicemap/trunk/web/
Sorry for the delay, was the in the middle of a move for the last 2 weeks. Anyway, to recap, this website will serve as an information hopepage, it will allow users to demo all the different device map APIs and services, and hopefully drive our DEV workflow. There is still a lot of work to get there. So im going to now start focusing and building a service around our Java API and having it use a few different DDR versions. Im thinking 1.14 and the latest. Since 1.14 removed a lot of devices, it would be a good idea to see how it compares. The services will be simple REST services and will be called from Javascript. I would also like to get browsermap in there too. Is it possible to namespace and use multiple versions of browsermap on a single page without too much effort? The reason for the multiple versions is so we can maybe think about supporting certain versions as a “long term release”. If this is something we want, then we need to be able to run our LTS versions with our latest version. This goes for all of our APIs and services. If this is too much work in the shortterm, we can definitely move forward with just having the latest code. If anything, make sure to put a version string in the code. Also need to get the .NET API as a service. Finally, I would like to add dClass as well since we do not offer anything in C. Once I get a few services up and running, then I will go ahead and finalize the web app to take a user-agent and pass them to each of the services and print out the results, round trip time, etc. At this point, we should have a good a site which is ready to be shown to the public. We can also go ahead and designate one of these services as our official REST web service endpoint and finalize our JSON schema for our webservices. Thoughts? thanks, Reza
