Top "Seam" questions

JBoss Seam is an open source enterprise framework in Java.

Spring vs Jboss

What are the advantages and disadvantages for Spring vs. Jboss for an enterprise web application.

spring jakarta-ee jboss comparison seam
How to externalize properties from JPAs persistence.xml?

I would like to put some of the hibernate configuration in a property file to make it editable without build …

java hibernate jpa jakarta-ee seam
How to re-render a RichFaces component after a4j link is invoked

Hoping someone can help me with a slight hurdle I've come up against in regards to re-rendering of RichFaces components …

jboss seam richfaces ajax4jsf
How do I retrieve a JSF component value by using EL?

Before going on, see this question It's JSF form is shown again as follows: <f:view> <h:…

jsf binding components seam
Hibernate/JPA - Entity listener not being called properly

I'm trying to leverage EntityListener objects and callback methods within my Seam/Hibernate/JPA application. I'm using a Seam 2.2-managed …

hibernate jpa callback seam entitylisteners
java.lang.NoSuchMethodException: org.hibernate.validator.ClassValidator Seam weblogic 10.3

I have a big problem with Hibernate (use with seam) on weblogic 10.3. When I publish my application, I get this …

java hibernate seam weblogic-10.x
Dynamic Id's in JSF/Seam

Got a little problem with a Seam application I'm working on and I was wondering if anyone knows a way …

jsf seam
strange "String index out of range: 0" error

I have a huge application and at some point, when a redirect is involved i received this strange error: Caused …

java jsf seam
Is RESTful JSF possible?

I recently sat down to port a simple Rails app I have to JSF (using Seam) to get a feel …

rest jsf seam
Hibernate native query - char(3) column

I have a table in Oracle where column SC_CUR_CODE is CHAR(3) When I do: Query q2 = em.createNativeQuery("…

java oracle hibernate jpa seam