2 Replies Latest reply on Feb 27, 2010 4:04 PM by raphaufrj

    Asynchronicity on Tomcat

    raphaufrj

      Hi all,


      i've read the seam documentation, but i'm still a doubt. In my seam web application, i have a use case where the best design is to work with Asynchronicity, cause its request could be too long. Then, i think @Assynchronous is that i need, but in documentation spoke about EJB Timer and quartz api and I can't use both of them.


      My questions are:


      1. Could I use @Assynchronous in tomcat? how? I'm not using ejb in my project...
      2. How could I call the message for the client? Documentation spoke about a4j:poll, but i haven't seem sample with this...


      Best Regards,