3 Replies Latest reply on Sep 19, 2009 9:30 PM by paulmkeogh

    Web Modeling Language and Seam

    stelestudent

      I was wondering if there is any high level modeling language and tool for generating web applications which uses JBoss Seam at implementation level aware of Seam's concepts such as conversations?


      I found the posibility to generate application from database in JBoss Tools plugin for Eclipse, but I see that it doesn't have concepts of nested conversations and scoping of database transaction to a single long running conversation. It uses HomeEntity class which is @Transactional, method scoped transaction, which is a bad solution I think.


      Any info is highly appreciated!