I am using Seam 2.2.1.CR1 on Weblogic 10.3.2 and JSF 1.2. I have an ear application with 2 war files. The first war is a JSF / Seam application, the second one does have JSF / Seam, but also has some
Is there a Java analogue to Pinax/Django? (Perhaps an extension to Jboss Seam and/or functionality already built into Seam?)
I wish to write tests for our Seam Framework-based web site\'s internal search engine that uses Hibernate + Lucene indexing (on DB2) for queries. What is the best solution for populating the data sour
I made a change to our cluster-deployed application to be authenticated via Oracle SSO with Dynamic Directives using a servlet Filter. The filter sits in front of all the application (even in front of
I have a pageflow with 4 steps, <pageflow-definition name="test" xmlns="http://jboss.com/products/seam/pageflow" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&
Has anyone had success building a SEAM Application without using Stateful session beans?There is some confusion on a new project in which I think several stakeholders have essentially \'banned\' state
I have the following code in my entity query class, which I u开发者_JAVA技巧se to display a List objects. The objects do get displayed properly when I use the @Factory method name (\"users\") to itera
I get this error sometimes on a session scoped component, still haven\'t figured out what is causing this to fail. Any ideas?
I am working on my first Android Application. What I am trying to do isa POST request to a REST service I want the BODY of this request to be a JSON String.
I am developing my first Seam + Android application and I am facing some new scenarios as expected. Now specifically for this app, I decided not to keep any state because probably 80% to 90% of the