I think Dave Carlson wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > I just downloaded the jsr-94 spec and reference implementation to try it out > for a new consulting project that I'm starting tomorrow. A previous posting > to this list describes a j2ee war file, but I don't see anything like this > in the JSR-94 download. Only a J2SE example. > > http://www.mail-archive.com/[EMAIL PROTECTED]/msg05139.html > > Does anyone have a copy of the j2ee example deployment that I can get my > hands on? I would like to deploy Jess as a stateless session bean in > WebSphere. Anyone else with experience in this config? >
The J2EE stuff was removed from JSR94 at the last minute because one of the committee members felt that the API didn't adequately comply with the J2EE way of doing things; thus the final version of JSR94 is targeted solely at J2SE development (which makes absolutely no sense to me personally, by the way.) The only substantial thing that was in there but has been removed was a primitive JCA connector implementation. Otherwise, the reference implementation of the javax.rules driver itself is unchanged, and can be used directly in the configuration you suggest. Chapter 21 of "Jess in Action" works through an example of using the API; the API changed again slightly before the book came out but it's not too bad. --------------------------------------------------------- Ernest Friedman-Hill Science and Engineering PSEs Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
