Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Government College of Engineering, Jalgaon

(Academic Year 2021-22)

LAB B5

Creating an Application in SalesForce.com using Apex programming


Language.

Student Name: SHUBHAM R. YADAV


Class: L.Y COMP Semester: VIII
PRN Number: 1841059

Course Faculty In-charge


Department Of Computer
GCOEJ
CO456U – Cloud Computing Lab

Name – Shubham R. Yadav PRN – 1841059

Class – L.Y. B-Tech (Computer) Batch – LY3

Course Code – CO456U Course Name - CCL

Aim: Creating an application in SalesForce.com using Apex Programming Language.

Requirements:
1. Salesforce account
2. Force.com IDE
Theory:
Apex is an object-oriented and strongly typed programming language developed by
Salesforce for building Software as a Service (SaaS) and Customer Relationship
Management (CRM). Salesforce Apex is designed to process large amounts of data to add
business logic to applications and to write Controller in the MVC architecture. Apex is an
object-oriented language similar to C# and Java that allows to implement complex business
requirements and transactions on the force.com platform.

Apex is a strongly typed, object-oriented programming language that allows developers to


execute flow and transaction control statements on the Lightning platform server in conjunction
with calls to the Lightning Platform API. Using syntax that looks like Java and acts like
database stored, Apex enables developers to add business logic to most system events, including
button clicks, related record updates, and Visualforce pages.
CO456U – Cloud Computing Lab

Output:
CO456U – Cloud Computing Lab

Conclusion:

Apex is designed to process large amounts of data to add business logic to applications
and to write Controller in the MVC architecture.

You might also like