5 Replies Latest reply on Apr 26, 2007 6:33 AM by pmuir

    What type is simple class?

    statelessbean

      Hi,
      In almost all examples i found stateless or statefull annotation, and i understand that..
      but in seam pay example i found:

      @Name("processor")
      public class EngineProcessor {
      


      what that means? is this statefull or stateless similar?
      if I don't have those annotations how seam intercept them?
      Can anyone explain me those different?
      Thanks!