Introduction to CRUD operation-
- PUT Command : It is an IML (INDEX MANIPULATION LANGUAGE). It helps to add/insert new record into the database.
- GET Command : It is an IRL(JPDB INDEX RETRIVAL LANGUAGE). It helps to get data from the database.
- UPDATE Command : It is also an IML which helps to update/modified existing record in the database.
- Delete Command : It is also an IML that used to remove or delete the record.
Serverless async AJAX call using JPDB 1.Creating web project in Netbeans.