0 Replies Latest reply on Mar 6, 2003 8:15 AM by mico

    compile and deploy a simple project

    mico

      I'm a beginner of jboss.

      Suppose I have an Entity Bean BMP

      SavingsAccountBean.java = the class Bean
      SavingsAccountHome.java = the home interface
      SavingsAccount.java = the remote interface
      SavingsAccountClient.java = the application client

      and that
      1. JAVA_HOME ANT_HOME PATH are correctly
      2. jboss is corretly running

      can anyone list me the step to compile, deploy and running my first simple project
      in jboss.

      How does the following concepts means and how does
      they work in a project

      1. ANT (how can i construct the build.xml file?)
      2. XDoclet

      Thank You