2 Replies Latest reply on May 22, 2009 11:48 AM by samuraicoder

    Create a Bean

    samuraicoder

      How do I create a data bean in Jboss??

      I am using Version: 2.0.0.GA.

      I kind of get RichFaces for starters and I really want to create a bean.. but my books and the web are not showing me exactly how.

      Is it a new class?

        • 1. Re: Create a Bean
          peterj

          By "data bean" do you mean "EJB3 entity bean"?

          What do you mean by "Jboss"? I ask because there is no version 2.0.0 for JBoss Application Server (which is what people usually mean when they use the "Jboss".

          • 2. Re: Create a Bean
            samuraicoder

            JBOSS Developer Studio ..

            I am looking for a bean 'type' that allows me to just put a string array in it for example so I can practice taking data from a bean and displaying it in my seam pages.