IntelliJ IDEA 2017.1 Help

Seam

This feature is supported in the Ultimate edition only.

In this section:

Introduction

Seam support in IntelliJ IDEA enables you to develop, run, debug and deploy applications using the facilities provided by this framework, by means of a dedicated Seam facet. Usually, Seam facet is used in modules in conjunction with the other facets required by the nature of your applications (for example, Web, EJB, JSF, Java EE, or Hibernate). Seam in IntelliJ IDEA make it easy to implement transactional models, Java Persistence API, JSF, and jPDL technologies.

Seam support involves:

  • Automatic detection of Seam components.
  • Detecting and visualizing Seam component dependencies.
  • Possibility to detect and download the missing libraries and archives.
  • Seam annotations.
  • Injected expression language.
  • Coding assistance (code completion, intention actions and quick fixes), which applies to the Seam annotations, components, navigation and pageflow definition files, and to injected expressions.
  • Navigation, search and refactoring.

Besides the above mentioned features, IntelliJ IDEA supports business processes and pageflows provided by Seam:

  • Possibility to define the page navigation rules, using the text editor, or the Navigations Graph.
  • Possibility to define jPDL pageflow, using the text editor, or the Designer.

Developing applications using Jboss Seam

To develop an application using Jboss Seam, follow these general steps

  1. Configure Seam support in your module.
  2. Set up the required data sources, see Managing Data Sources.
  3. Populate your application with the necessary classes.
  4. Define the Seam components, using the components.xml file and Seam annotations.
  5. Annotate the classes, using the other annotations (EJB, persistence etc.)
  6. Define the page navigation rules.
  7. Define the pageflow.

See Also

Concepts:

Last modified: 18 July 2017