0 Replies Latest reply on Jun 24, 2009 10:17 PM by npq7721

    need help Intergate seam with existing bean generate by a modeling framework

    npq7721

      Hi everyone,


      I am new to Seam. I am given with a bean.jar (which contain all the pojo class) and bean-org.jar which contain all the hibernate mapping files -.hbm.xml-). These 2 jars generated by a modeling framework in which I have no control over. I now have 3 options:
         1. using these beans and mapping file with seam-gen some how generate UI (web layer) for them. In other word, i trying to build seam application on top of given beans from a modeling framework.
         2. Since the modeling framework also create a spring layer. i think i can integrate this spring to seam application.
         3. Ignore the modeling framework and create everything from starch that including what model framework would give me.


      I trying to find the best solution here. any input would be useful. I don't know how to do 1 and 2 but i can do 3.