[ 
http://issues.apache.org/jira/browse/IBATISNET-31?page=comments#action_62627 ]
     
Rick commented on IBATISNET-31:
-------------------------------

:D

In all honesty, its me bein' lazy.

I'm one of the Spring.NET developers and I'm currently working on the 
integration layer between iBatis.NET and Spring.NET. And yeah (shame on me), I 
am asking that iBatis.NET customize their API purely for the convenience of 
supporting Spring.NET's IResource abstraction.

Its no biggie... I have already implemented that portion of the integration 
layer that configures a SqlMapper instance (s), but I thought 'gee, wouldn't it 
be nice if I could just pass the Stream?'.

Ciao
Rick

The docs for the IResource abstraction can be found here...

http://www.springframework.net/doc/api/html/Spring.Core.IO.IResource.html

And (just in case you ain't aware of Spring.NET), Spring.NET's homepage can be 
found here...

http://www.springframework.net/

On a totally (slightly) unrelated side note, as I was poring over the 
iBatis.NET source code, I couldn't help but notice a little overlap between 
some of the stuff we (Spring.NET) and you guys, such as Type / Assembly 
resolution, and reflectively setting / getting properties (ObjectProbe / 
ObjectWrapper). There was some talk on the Spring.NET lists about using the 
OGNL as a sort of standard for the object probing side... would you guys (and 
gals :D ) be up for that. Like I said, its a side issue, but it seems Trent for 
us both to be writing what amounts to pretty much the same code. C'mon, ya'll 
know we want Commons.NET :D

http://www.ognl.org/


> Allow SqlMapper to be configured from a System.IO.Stream
> --------------------------------------------------------
>
>          Key: IBATISNET-31
>          URL: http://issues.apache.org/jira/browse/IBATISNET-31
>      Project: iBatis for .NET
>         Type: New Feature
>     Reporter: Rick
>     Priority: Minor

>
> It would be convenient if one could configure a SqlMapper instance using a 
> System.IO.Stream instance.
> This would only involve further overloading the static 'Configure' method 
> signature of the SqlMapper class.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to