If you didn't pop for the $3k, or you spend 2 days with us the JavaOne 
slides are on line.

The EJB 2.1 slides are interesting 
http://servlet.java.sun.com/javaone/resources/content/sf2002/conf/sessions/pdfs/1653.pdf

The define web services only for stateless-session beans.  I think this 
is because of limitations of the web services specs (WC3 ?).

The EJB-QL enhancements are interesting.  They define ORDER BY just like 
we have today, and they added aggregate operators AVG, COUNT, MIN, MAX, 
SUM.  The problem is they did not define any group by semantics, which 
means you may end up with lots of queries to do averages over several 
groups.  I think I'll add GROUP BY and HAVING when I add the aggregate 
operators.

-dain


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to