JBoss.orgCommunity Documentation

Chapter 16. FAQ

16.1. How to get Code Assist for Seam specific resources in an externally generated project?
16.2. How to import an example Seam project from jboss-eap directory?
16.3. How to change the deploy folders for Seam source code from src/hot and src/main?

To get Code Assist for Seam specific resources in an externally generated project, you should enable Seam features in Project Preferences. Right click an imported project and navigate PropertiesSeam Settings. Check Seam support box to enable all available Section 10.2, “Project Preferences”.

To import an example Seam project from jboss-eap into your working directory, you should perform the following steps:

As these seam examples are non WTP projects, next you should enable Seam support for them. To do that, right click the project and go to PropertiesSeam Settings.

You should right-click the project, select PropertiesJava Build Path, then switch to the Source tab, select the output folder for src/hot ( src/main) and click Edit to change their output location.