Top "Seam" questions

JBoss Seam is an open source enterprise framework in Java.

Do not understand passing parameters in seam

As I debug my seam application, it dawns on me that I don't really understand how parameter passing works. The …

jakarta-ee parameters seam
Dynamically sorting a NamedQuery? Seam/Hibernate/JPA

I have several NamedQuery's defined, and I'd like to be able to sort on a field for an entity dynamically, …

hibernate sorting jpa seam
Maven To copy jar file from local folder

I am using seam to develop my application and running it on weblogic 10.1MP Using maven2 to build the application …

maven-2 seam
How to manually commit a managed transaction

I was given an "API" in the form of a JAR to do some external accounting operations from my Java-Seam-Hibernate …

java hibernate transactions seam jta
checks for constraint violation before persisting an entity

What is the best mechanism for preventing constraint violation checks before creation | modification of an entity? Suppose if the 'User' …

hibernate jpa seam richfaces
could not acquire lock on a component

I get this error sometimes on a session scoped component, still haven't figured out what is causing this to fail. …

seam
How to get current EAR location programmatically with JBoss

Does anyone know how to get programmatically the absolute path in the filesystem for an EAR deployed in JBoss, from …

java jboss seam ear
spring mvc vs seam

Spring mvc is a framework that has been long time out there, it is well documented and proven technology. A …

spring comparison seam
Manual Transactions with Seam POJO

What is best practice for using Database Transactions with Seam when not using EJBs - ie. when deploying Seam as …

hibernate jpa transactions seam
How to pass selected value as parameter for passing in a4j:support

I have one <h:selectOneMenu> inside that <a4j:support> is written. I have to pass …

jsf seam ajax4jsf