1 Reply Latest reply on Jun 30, 2002 2:03 PM by dsundstrom

    EJB QL

    m_c_sreeram

      Hi all,
      I am new to JBoss. I am using JBoss3.0. Does the EJB QL supported in JBoss3.0. And, what are the difference in EJB QL with respect to J2EE sun RI implementation.
      Can u also give me some links, where I can find more info or samples of EJB QL CMP bean examples.
      With best Regards,
      Sreeram M C
      Software Engineer
      Bodhtree Consulting Ltd.
      http://www.bodhtree.com

        • 1. Re: EJB QL
          dsundstrom

          JBoss 3.0 has a complete implementation of EJB-QL. I don't know anything about the Sun RI implementation, but I can tell you that the compiler has been coded to the exact grammar in the EJB 2.0 specification. I literally copied the grammar into a file as comments and added the code for each line of the grammar under the comment.