3 Replies Latest reply on Jun 30, 2008 11:02 AM by l2trace

    Integrating Seam with GWT

    maheshkumar

      Hi every one,

      i am a beginer in this technology. i have some idea of working on jboss seam. i have a simple requirement . i wanted to add GWT with seam. can any one help me in doing this. i know to work on GWT and i wanted to know where to put my GWT complied files so that i can use those java scripts in my seam. my requirement in details:-

      i have a button called "create employee" on clicking of this i should get 3 text box which was initially hidden. i have done this in GWT . now i want to add this GWT code to the seam . Can any one help me on this

      Thanks
      Mahesh

        • 1. Re: Integrating Seam with GWT
          vivekmk2006

          For doing this alone u took one day leave.......!!!!!!!!!.R u a foollllllll!!!!!!!!!!!!!!!

          • 2. Re: Integrating Seam with GWT
            maheshkumar

            ok

            • 3. Re: Integrating Seam with GWT

              There is an example within th seam documentation on how to do it.

              I am new to seam and GWT

              Here is what I do ( which I am sure can be automated with ant).

              Build the project with GWT and seam-gen tools into the same directory.

              Import into JBDS

              Build GWT with the compile scripts

              copy the www/application directory into the exploded-archives/${projectname}.war directory


              use seam deploy to deploy.


              you will need to build the exploded-archives first with seam.

              It is an awkward way to doing it but until I get motivated to figure out how to do with ANT or some else suggest a better way. Thats what I have

              hope it helps