I am trying to create awith a list to choose from. I am using JBoss 5.1 and Seam 2.2. My list should be dynamically populated from my DB, but for the moment I am trying to create a simple list. Which
I wolud like use DataModel and DataModelSelection annotations in my managing component. @Name(\"myComponent\")
I\'m working on a Seam application and need to submit some form data to an external URL only I\'m a bit stumped as to how I should approach it.
The test: public class BeanTest { private SomeBean target; @Test(groups = \"integration\") public void checkIfAuthenticationWorks() {
I\'m developing a JAVA EE 6 app. I\'m using CDI extensively, My question is, are @Inject and @Produces the same as @In and @Out for Seam? Are @In and @Out annotations still used now that we开发者_如何
I simply want to convert a URL param for the navigation, e.g. 2010, to a String like \"Season 2010/11\". I thought of a converter, used like:
guys. I have a Seam project running on Tomcat 6.0.20 (webapp.war) and an EJB project running on JBoss 4.2.3 (ejbapp.ear).
UPDATE: This problem goes away when I deploy as an exploded EAR i.e. by unzipping the EAR, WAR and JAR files into their constituent components. Weird.
so there a webapp (Seam + JSF/Facelets) that I\'m working on right now and I need to create report generating service - currently three different report types and three different formats. I would like
I am new to JBoss Seam. I wanted to test some stuff on Eclipse so I created a new project and attached it to a mysql db. I then created a seam entity that I wanted to use to connect to my db. This sea