Multiple choice technology programming languages

Concerning the LiveCycle Data Services application directory structure, under what folder would you place your Custom ActionScript 3 classes,MXML components and SWC's?

  1. /WEB-INF/classes

  2. /WEB-INF/flex/libs

  3. /WEB-INF/flex/user-classes

  4. /WEB-INF/flex/themes

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In LiveCycle Data Services (formerly Flex Data Services), custom ActionScript classes, MXML components, and SWC libraries belong in /WEB-INF/flex/user-classes. This directory is the designated location for user-defined classes that need to be accessible to the Flex application. The /classes folder is for compiled Java classes, /libs for standard libraries, and /themes for styling resources.