Quantcast

[ANNOUCEMENT] Mybatis For Scala 1.0-beta1 released.

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[ANNOUCEMENT] Mybatis For Scala 1.0-beta1 released.

Frank Martínez
Dear Community,

MyBatis Team is pleased to announce the release of MyBatis For Scala
1.0-beta1.

This is a fluent Scala API for Mybatis 3.1.0 Core. And requires Scala
2.9.1.

You can find more info at the project site [1] and google code [2]

There is also a small intro in a blog post [3], there will be more
examples soon.

[1] http://www.mybatis.org/scala/
[2] http://code.google.com/p/mybatis/downloads/list?can=3&q=Product%3DScala
[3] http://www.fdmtech.org/2011/12/mybatis-for-scala-1-0-beta-released/
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [ANNOUCEMENT] Mybatis For Scala 1.0-beta1 released.

Eduardo Macarron
A warm welcome to the new Scala module.

I am sure there are quite a few coders waiting for a native MyBatis
integration for Scala.

Thanks a lot for your great work Frank!
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [ANNOUCEMENT] Mybatis For Scala 1.0-beta1 released.

Frank Martínez

Thank you Edu, you and Simo have made this possible :-)

El 19/03/2012 00:52, "Eduardo Macarron" <[hidden email]> escribió:
A warm welcome to the new Scala module.

I am sure there are quite a few coders waiting for a native MyBatis
integration for Scala.

Thanks a lot for your great work Frank!
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [ANNOUCEMENT] Mybatis For Scala 1.0-beta1 released.

Eduardo Macarron
Frank, I would also announce the release in
http://groups.google.com/group/scala-user
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [ANNOUCEMENT] Mybatis For Scala 1.0-beta1 released.

Frank Martínez

Thanks Edu :-)

El 19/03/2012 12:37, "Eduardo Macarron" <[hidden email]> escribió:
Frank, I would also announce the release in
http://groups.google.com/group/scala-user
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [ANNOUCEMENT] Mybatis For Scala 1.0-beta1 released.

bryan hunt
Looking really nice!
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [ANNOUCEMENT] Mybatis For Scala 1.0-beta1 released.

c c-2
very good , thks!

2012/5/22 bryan hunt <[hidden email]>:
> Looking really nice!
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [ANNOUCEMENT] Mybatis For Scala 1.0-beta1 released.

bryan hunt
Used it for the last month now.
Much better than trying to get Scala/Java MyBatis working together.
Smooth experience.
Some things could do with slightly more graceful error handling but
above all, it's excellent.

Bryan Hunt
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [ANNOUCEMENT] Mybatis For Scala 1.0-beta1 released.

Frank Martínez

Hi Bryan,

Thanks for your feedback. We are working to improve many things in beta2 ;)

- Better error messages
- Align with mybatis 3.2 (support for scripting languages in dynamic queries)
- Easier support of Case Classes
- (Maybe) support for Option[T] instead of nulls
- More code examples

Please be patient, our Scala Team is so small ;)

Thanks,

Frank.

El 21/06/2012 06:12, "bryan hunt" <[hidden email]> escribió:
Used it for the last month now.
Much better than trying to get Scala/Java MyBatis working together.
Smooth experience.
Some things could do with slightly more graceful error handling but
above all, it's excellent.

Bryan Hunt
Loading...