How to configure Flex Builder 3 with DataServices

| No Comments

Getting something running with LiveCycle Data Services proved to be quite troublesome in Flex Builder 2. Then Flex Builder 3 came along and made everything so much better. It's much easier and following these instructions should move you along nicely.

  1. File | New | Flex Project
  2. Fill in as per screen shot   View image
  3. Next  View image 
  4. Next   View image
  5. Finish
  6. Create folder "C:\Adobe\LiveCycle8.2\jboss\server\all\deploy\Play.war"
  7. Go to Project Properties and match screen shot  
    1. View image  
    2. View image 
    3. View image
  8. Click on "Deploy Flex War". If prompted, point to LCDS.war.
  9. OK
  10. Do your coding.
  11. Project Clean
  12. Copy contents of  "C:\FB3 Workspaces\Play\WebContent" to "C:\Adobe\LiveCycle8.2\jboss\server\all\deploy\Play.war".
  13. Stop JBoss
  14. Delete tmp folder
  15. Start JBoss
  16. Run application.

Leave a comment

Categories