Create new JBDS Documentation Jira issue

This will launch the JBDS Jira page - to complete your feedback please login if needed, and submit the Jira.

JBoss.comEnterprise Documentation

Chapter 7. FAQ

7.1. What should I do if Visual Page Editor does not start under Linux
7.2. Do I need to have JBoss Server installed to run JBoss Developer Studio?
7.3. I have an existing Seam 1.2.1 project. Can I migrate/import the project to a JBDS Seam project?
7.4. I have an existing Struts or JSF project. Can I open the project in JBDS?
7.5. Can I import a .war file?
7.6. Is it possible to increase the performance of Eclipse after installing your product?
7.7. How can I add my own tag library to the JBoss Tools Palette?
7.8. How to get Code Assist for Seam specific resources in an externally generated project?
7.9. How to import an example Seam project from jboss-eap directory?
7.10. Is a cross-platform project import possible for JBDS?

For more information on JBoss Developer Studio features, refer to the following FAQ to get the answers on the most "popular" questions.

Linux users may need to do the following to get the Visual Page Editor to work correctly on their machines.

No. JBoss Developer Studio already comes bundled with JBoss Server. We bundle it together so that you don't need to download any additional software and can test your application in a Web browser right away.

If you want to use a different JBoss server installation, after JBoss Developer Studio is installed open Servers View (select Window > Show View > Others > Server > Servers), then right click on this view > New > Server and follow the wizards steps to point to another Jboss Server installation.

JBoss Developer Studio works with any servlet container, not just JBoss. For more information on deployment, please see the Deploying Your Application section.

We highly recommend you to create Seam 1.2.1 project using the JBDS. In other case try to do manually:

Then from your Seam 1.2.1 seam-gen project start doing the following:

Yes. From main menu select File > Import > Other > JSF Project (or Struts Project) and follow wizards steps.

Yes. Select File > Import > Web > WAR file, then follow importing steps.

JBoss Developer Studio preconfigures eclipse via the eclipse.ini file to allocate extra memory, but if you for some reason need more memory then by default, you can manually make adjustments in this file. For example:



                -vmargs -Xms128m -Xmx512m -XX:MaxPermSize=128m

See Adding Tag Libraries in Visual Web Tools Guide.

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 Properties > Seam Settings. Check Seam support box to enable all available Seam Settings.

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 Properties > Seam Settings.

Yes. You can easily import created in Linux JSF, Struts or Seam project to Windows and vice versa.

To do the transferring JSF, Struts or Seam project, go to Menu > Import > General > Existing Projects into Workspace, select the folder where your project stored and press Finish.