2 Replies Latest reply on Feb 2, 2007 10:25 AM by gavin.king

    JBoss Seam without JSP pages ?

    olvin

      Hello,

      Can I use the advantage of the conversational context in an enterprise application without any web (jsp/html) pages ?

      So => using the annotations in my EJB's and calling them by others EJB's or by Javabeans ?

      I ask this question because my application consist of that :
      - Some calculations based on data stored in a database
      - On one server there are more than one database but only one enterprise application
      - The calcutions are started by calling a WebService via on interface in another language...

      And, so, if the calculations are started on two different databases, during all the operation (conversation...), I must encapsulate the two distinct environments (entities, session beans, ...).

      If I can't use Seam for that, have you any idea ?

      Thanks,

      Olv