1 Reply Latest reply on Jun 11, 2007 9:39 AM by rmemoria

    Eclipse Tips

    gommo

      I'm just after some tips in configuring my seam project in eclipse (I'm not currently usuing JBoss-IDE but can)

      Basically I'm new to Java web development. I've been doing a fair bit of fat client work with EJB3 on JBoss though. What I'm interested in is how to best do hot deployment of my web views.

      I'd like to be able to update my xhtml files and just reload the browser without having to redeploy my ear file everytime. (I'm currently using ant scripts to create my projects artifact files)

      How can I improve this process?

      Thanks

        • 1. Re: Eclipse Tips
          rmemoria

          I recommend you to install the Exadel Professional plugin (www.exadel.com) ... It will give you reasonable preview of your xhtml pages.

          Considering you intend to use SEAM, to improve the development process I recommend seam-gen (it's an app in the SEAM directory, check the SEAM doc to have more information). seam-gen creates and configures an eclipse SEAM project with everything you need.

          regards,
          Ricardo