2 Replies Latest reply on Sep 22, 2008 4:31 PM by krivers2008

    Could you help me get started, I am brand new.

    krivers2008

      Click HELP for text formatting instructions. Then edit this text and check the preview.


      Hello, I am new to seam. Could someone show me step by step on how to get started with the information below.


      -How do I start the JBoss with the bin/run.(sh/bat)script?
      -How do I edit build properties?
      -How would I use ant deploy?


      Step by Step, Thank you...



      1.   Download JBoss AS 4.2.X and start JBoss with the bin/run.(sh/bat) script.

      2. Edit build.properties in your Seam directory and configure the jboss.home property to be your JBoss AS installation directory.

      3. In the jboss-seam/examples/booking directory, type ant deploy.

      4. Point your browser to http://localhost:8080/seam-booking/ and register an account and book some hotels.

        • 1. Re: Could you help me get started, I am brand new.


          Kenneth  Rivers wrote on Sep 21, 2008 06:12:


          Click HELP for text formatting instructions. Then edit this text and check the preview.

          Hello, I am new to seam. Could someone show me step by step on how to get started with the information below.

          -How do I start the JBoss with the bin/run.(sh/bat)script?


          Mmmm... well in windows you can try double clicking the run.bat file... or you can start a cmd.exe and move to the bin directory using the cd command. (I really find it hard to belive you are asking this)


          -How do I edit build properties?


          Mmmm... in windows... mmmm, with notepad.exe? wordpad.exe? click menu File, click Open... Are you looking for information on what is a properties file?



          -How would I use ant deploy?



          You open the command line (with cmd.exe), and write ant deploy, then, hit enter (Again, I really, really find it hard to belive you are asking this). Maybe you want to know what is ant and how to use it? Maybe this book can help you to learn how to use it?



          Step by Step, Thank you...


          I don't mean to be rude, but your question already includes the answer in a step by step format:



          1.   Download JBoss AS 4.2.X and start JBoss with the bin/run.(sh/bat) script.

          2. Edit build.properties in your Seam directory and configure the jboss.home property to be your JBoss AS installation directory.

          3. In the jboss-seam/examples/booking directory, type ant deploy.

          4. Point your browser to http://localhost:8080/seam-booking/ and register an account and book some hotels.




          What else do you want to know? you will need to make more specific questions if you want to get answers from a community forum like this).



          Have you tried reading the tutorial in the manual?





          I really think you should by the book Seam in Action.


          Regards,


          • 2. Re: Could you help me get started, I am brand new.
            krivers2008

            Click HELP for text formatting instructions. Then edit this text and check the preview.



            Thanks for the help, I am a rook and I want to learn from the season veterens.