Create Combined Java/Flex project in Flex Builder
April 23, 2008 – 6:37 amOne of the new features in Flex Builder 3 is that you can create a combined Java/Flex project. This feature was added to help developers who code on both server side and client side parts for a project. Also it really helps development by keeping all code together for a specific project and also there is no need for multiple IDEs, like Eclipse + Flex Builder or NetBeans + Flex Builder.
We will create not only a combined Java/Flex project but a LCDS (LiveCycle Data Services) enabled project. Prerequisite for this would be an already installed server (we will go with Tomcat) that you will need to use when creating an LCDS project.
First of all you will need the Web Tools Platform (WTP) plugin installed. To install it go to Help > Software Updates > Find and Install, select “Search for new features to install” and click Next. Click on “New Remote Site”, insert a name for the site (ex. WTP) and in the URL input insert “http://download.eclipse.org/webtools/updates/”. Click on and the new remote site should be listed on the “Sites to be included in search”. Select the site and click Finish. The list of site mirrors will appear, select one of them and click OK. After the search is complete select all features to be installed. You should have something like this:




