You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.
| Online: | 29 Members of 3614 |
Please pick an FAQ category and select a question or browse the table of contents:
| Product Evaluation |
![]() | Is it true that Seam only works with JSF? |
![]() | Can I use AJAX with Seam? |
![]() | Can I unit test Seam applications without starting the Application Server? |
![]() | What's so special about Seams state management? |
![]() | Does Seam support multiple browser windows or tabs? |
![]() | Can Seam handle back-button navigation? |
![]() | Does Seam support REST style bookmarkable URLs? |
![]() | Can I do redirect-after-post or even GET in the same conversation? |
![]() | Can I use Seam in a portal? |
![]() | Does Seam have something like the Ruby on Rails "flash" object? |
![]() | Does Seam have continuations? |
![]() | Does Seam support internationalization? |
![]() | Are there any development tools that support Seam? |
![]() | Does Seam provide any JSF components? |
| Seam Requirements |
| Seam Core |
![]() | Why do I get a ConcurrentModificationException when my Seam application is under load? |
![]() | Why do I get "value of context variable is not an instance of the component bound to the context variable"? |
| Expression Language |
![]() | What is an Expression Language (EL)? |
![]() | How about an example? |
![]() | What else can the EL do? |
![]() | What are the Java EL specifications? |
![]() | What technologies use which EL? |
![]() | Why do some expressions start with pound symbol and others start with dollar sign? |
![]() | What is the difference between a MethodExpression and a ValueExpression? |
![]() | Can I specify arguments for a MethodExpression myself? |
![]() | What is an EL Variable? |
![]() | What is an EL Function? |
![]() | Can it lookup in other places besides PageContext, request, session, and application? |
| Component Design |
| Bijection |
| Components and Contexts |
| Testing |
| JSF and Facelets |