nilZone

Articles avec le mot clé « Seam » :

SeamRemote and @WebRemote

In «misc» von nme

Think of the scenario that you develop a Seam based application and you want to do some AJAX calls / requests to your bean but you don’t want to use the Richfaces/A4J based AJAX functionality (maybe because you have some large forms and don’t want to post the …

Use Of @Factory with Seam

In «misc» von nme

Using "normal" JSF one has often the problem of returning properties somewhat more complex than simple Strings or native data types. In these cases, the generation may for example need a connection to the database which increases the costs additionally. Usually, you would place the construction in the getter method …

Unit Testing with Embedded TestNG and Seam

In «misc» von nme

You may come across the a bunch of exceptions complaining about a FAILED CONFIGURATION (see below), try to move the bootstrap folder to a path containing no whitespaces. See this entry on bug list.

[testng] FAILED CONFIGURATION: @BeforeSuite startSeam
[testng] org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments …