Moodle and Java | Retrieving users’ data from Moodle using External Java Application

| By Webner

Retrieving users’ data from Moodle using External Java Application We can write a basic REST moodle client code using Java to fetch users’ records from moodle. Before writing the code, you need to perform below steps in Moodle which are

Linux | Installation of custom AWS metrics script & prerequisites for AMI

| By Webner

1.  Login to Amazon Linux-AMI / Centos / RedHat: Using ssh 2.  To Upgrade from a previous version of the scripts: # sudo yum install perl-DateTime 3.  To install the scripts for the first time: # sudo yum install perl-DateTime

Curl | How to test a Restful web service using curl

| By Webner

Let’s consider, we have a demo Restful service (created in Java Spring here but you can create in any language) to login user which accepts username and password as input and returns Success/Failure in response. Request Object : Demo Login

Javascript | How to post Acord PDF Forms data to a Web URL

| By Webner

Description : You have Fillable PDF on which you have button “Save Entered Data”. On button you want post the form data to php file. Solution : Follow these steps : 1. Open Form with Adobe Acrobat Pro. Goto–>Tools. 2.