Developing Secure Code
Testing Your Apex Code
Making API Calls from Apex
Creating Components in Apex
Testing Components
Previous PDF Versions
Creating components on the server side in Apex, using the Cmp.<myNamespace>.<myComponent> syntax, is deprecated. Use $A.createComponent() in client-side JavaScript code instead.
See Also