Moodle with Java Or any other LMS that fits this requirement [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
My requirement is to access moodle as a backend engine and front end will be mint in Java[jsf]
now I want to know that is there any interface available to access Moodle from Java , using WebServices or any APIs or anything.
Initially I tried using Sakai which is in Java, but the problem is there is no clear API written for it.
So let me know the option for using Moodle from JAVA.
Also if it is possible than what will be the feature available through the WebServices or API. ?
Or any other LMS that is in Java and provide API or WebService to make this working.

I reviewed many LMS (dokeos, docebo, ATutor) last year and to be frank all of them sucked. Moodle was the most stable, had more plugins and a huge community.
I came across Project Sakai, I havn't tried it, but sounds promising. Something very interesting from Google is cloudcourse (in python I guess, but looks awesome demo). But not a complete LMS (compared to moodle).

You forgot to add Chamilo they have a list of available web services (SOAP) that you can use to create courses, users, add users to courses, etc

https://www.olat.org/ and https://www.openolat.com seem a good alternative to moodle.

Related

Amazon API to submit an order [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm trying to develop a tool to order from Amazon. is there an Amazon API or a Java Plugin to do so?
I tried my best to find a solution but couldn't
It appears you used to be able to do this through corporate accounts, but they no longer exist. According to this post on the AWS dev forums, Amazon does not have any APIs for submitting orders.
However, you may be able to find other services not created by Amazon. I don't have experience with any, but I was able to find a candidate Zinc API (you need to apply for an access key).
Lastly, you did not include any information about your use case, and I'm not sure if it violates Amazon's TOS, but you may be able to just send REST requests from Java or create a Selenium bot.
Again, I have not used any of these suggested tools for Amazon's services and do not know if they violate TOS or will be successful.

Java GIS and openlayers [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Currently we are working on an existing system that uses C# webserver interacting with OSGEO Mapguide and MS-SQL Server. Displays the map and layers in a JS client app using openlayers.
Mapguide is very slow and we'd like to run on Linux, so I am researching for how to do it using Java or Scala. I'd like to develop a GIS server using Java and client app using JS with openlayers (without mapguide). For now I don't mind wich DB to use (SQL or NoSQL).
Is there a 3rd-party that can help me? An example perhaps.
If you prefer java based GIS system, the GeoServer which is written in Java would be one of the best choice you can have. It supports various of DB and use OGC WMS as its output and it runs fast at least for me. This works with OL3 naturally and there are many examples from the large user community and detailed tutorials that you can find online. Good luck!

OData Provider in Ruby/Java [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Are there any OData provider SDKs for Ruby or Java?
There are providers for Ruby and Java here:
http://www.odata.org/developers/odata-sdk
Edit: Previous link is broken, as mentioned below the listing is here http://www.odata.org/libraries/
there is a project called odata4j on googlecode that can be used to implement producers and consumers. But i haven't tried it yet
Apache Olingo http://olingo.apache.org/ provides an OData Java Library that implements the Open Data Protocol 2.0, support for 4.0 is in Beta.
There are none, unfortunately.
There are only clients. I've used ruby_odata successfully. It works well against a simple model and provides mappings for all the basic query options, although you do need to know the operators (like eq, substringof, etc).
I did run into a more complex model and needed to tweak the code a bit. It's easy to pick up on: http://odetocode.com/Blogs/scott/archive/2010/07/11/odata-and-ruby.aspx
I published Safrano a few days ago. It's a small ruby based OData provider framework. It's far from complete and a bit experimental, but it may have some use case nevertheless

Need help choosing an open source GIS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I need an open source GIS that allows one to view/zoom/click the maps using a web browser and should be java compliant (deployable on a java app server).
Well, I have tried to structure the requirement in 'what-i-have' and 'what-i-need' lists:
Inputs:
Location: lat/long
Data : Text to display
zoom level: (assume there are about 5)
Output
Data displayed on a Map
Would appreciate all the help I can get.
Thanks.
UPDATE: GeoServer + OpenLayers seems to be the best fit for this requirement
GeoServer: http://geoserver.org/display/GEOS/Welcome
...is what I use. You have work ahead of you no matter what you pick, though. Setting up data sources and making them look nice is a decent amount of effort.
For the client side, OpenLayers is an excellent Javascript library.
I agree with the geoserver response and all the rest of the responses ignore your statement that is has to work with Java. The only other bad option would be to write something yourself using geotools.
Go to the OpenGeo site and see the stack they support. That is the stack you are probably most interested in deploying.
I guess you'll need:
GDAL/OGR to translate the data into a kml file example
Take that KML file and pump it into either:
a. Google maps api or openlayers
b. I've had lots of luck using featuresever which I personally recommend

Java: Google Maps alternative [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm really tired of using the Google Web Toolkit for accessing Google Maps in Java using Netbeans... Does anybody know of a good alternative providing a simple(r) API?
Any help would really be appreciated!
OpenStreetMap has a good API in combination with OpenLayers.
Good luck with that!
Driving instructions are included, but since OSM is user-generated, you cannot rely 100% on this information. See OSM-Wiki article "Routing"
If you want another API that has great routing and other mapping alternatives with a J2ME API you can take a look
[Shameless plug]
http://developer.decarta.com
[/shameless plug]
We also do mapping, geocoding, and other cool spatial functionality.
We have an android API, iOS API, mobile JS, and a desktop JS along with XML web services.

Categories