[Idrs-dev] Initial EJB Support Added to IDRS!!!!
Brought to you by:
bigman921
|
From: Marc B. <mbo...@ya...> - 2003-03-17 14:38:29
|
Hello Everyone,
After an overly long time in planning, initial EJB support has been
added to the idrs! There are 3 parts so far:
1. A JDBC wrapper around a Jndi Connection for connecting to EJB
servers
2. A ResultSet implementation that can take a Collection of
Objects, A collection of HashMaps, an Array of Objects, and
array of hashmaps, a single object and a 2d array of strings
3. A factory method in the idrs scripting object to get refrences
to an ejb that only supports an argumentless create() method
The next step is to add support for caching of home interfaces and
beans. If a bean is stateless it will be cached in the connection, if
it is stateful it will be stored in the user's session.
The latest and greates is in cvs, i'm attaching a jar of the latest
testing code.
Marc
--
Marc Boorshtein <mbo...@ya...>
|