Re: iBatis annotation related questions

2010-02-19 Thread Clinton Begin
When is your workshop? On 2010-02-18, Ing. Jan Novotný novotn...@gmail.com wrote: Thank you guys for sharing your experience. It's pretty good to hear that combining annotations and XML approach works in practice. My first thought was, that in case of large systems I wouldn't be able tu

Re: iBatis annotation related questions

2010-02-19 Thread Ing . Jan Novotný
3rd March. 2010/2/19 Clinton Begin clinton.be...@gmail.com When is your workshop? On 2010-02-18, Ing. Jan Novotný novotn...@gmail.com wrote: Thank you guys for sharing your experience. It's pretty good to hear that combining annotations and XML approach works in practice. My first

Re: iBatis annotation related questions

2010-02-19 Thread Clinton Begin
There will be a new release by then, probably this weekend. On 2010-02-19, Ing. Jan Novotný novotn...@gmail.com wrote: 3rd March. 2010/2/19 Clinton Begin clinton.be...@gmail.com When is your workshop? On 2010-02-18, Ing. Jan Novotný novotn...@gmail.com wrote: Thank you guys for sharing

Re: iBatis annotation related questions

2010-02-19 Thread Ing . Jan Novotný
Thanks. Did you notice my question about DB dialect porting issues? What is your opinion on this matter? Jan 2010/2/19 Clinton Begin clinton.be...@gmail.com There will be a new release by then, probably this weekend. On 2010-02-19, Ing. Jan Novotný novotn...@gmail.com wrote: 3rd March.

Re: iBatis annotation related questions

2010-02-19 Thread Clinton Begin
If it's a concern, I'd stick with XML. But in my 12 years in this business, I've never swapped out one database wholesale for another. Clinton 2010/2/19 Ing. Jan Novotný novotn...@gmail.com Thanks. Did you notice my question about DB dialect porting issues? What is your opinion on this

RE: iBatis annotation related questions

2010-02-19 Thread Jose Lora
was super happy to have a chance to bless the code. I am not saying is the best for everybody but it worked well for us. From: Clinton Begin [mailto:clinton.be...@gmail.com] Sent: Friday, February 19, 2010 10:27 AM To: user-java@ibatis.apache.org Subject: Re: iBatis annotation related

RE: iBatis annotation related questions

2010-02-19 Thread charlie bird
, Jose Lora jose.l...@meredith.com wrote: From: Jose Lora jose.l...@meredith.com Subject: RE: iBatis annotation related questions To: user-java@ibatis.apache.org Date: Friday, 19 February, 2010, 15:34 I had to do it once, but we knew that was going to happen

Re: iBatis annotation related questions

2010-02-18 Thread Clinton Begin
Hi Jan, expectations come from iBatis 3 Whitepaper Just to be clear, it wasn't a white paper it was a community whiteboard for brainstorming ideas. So it contained goals and ideas, but there was never a commitment to any of them. Multilevel Configuration Ultimately I decided not to

Re: iBatis annotation related questions

2010-02-18 Thread Ing . Jan Novotný
Hello Clinton, many thanks for your answers. They made a lot of things much clearer to me - the whitepaper set a lot of expectations in the minds of many people (including me), so that's why I asked those questions. I am sure someone will ask me those questions at the presentation, so I want

Re: iBatis annotation related questions

2010-02-18 Thread Clinton Begin
Just curious, why are you limited to 3.0 Beta 9? As for annotations vs. XML, I was worried about splitting between the two at first, and thought that it might be good to choose one approach and stick with it. But that would mean you'd have to choose XML, as annotations can't compete. That said,

Re: iBatis annotation related questions

2010-02-18 Thread Nathan Maves
I completely agree. I too have a project using IB3 and I am really loving mixing the two together. I would give it a try before trying to corner yourself into using just one approach. Nathan Maves nathan.ma...@gmail.com On Feb 18, 2010, at 4:09 PM, Clinton Begin wrote: Just curious, why

Re: iBatis annotation related questions

2010-02-18 Thread Ing . Jan Novotný
Thank you guys for sharing your experience. It's pretty good to hear that combining annotations and XML approach works in practice. My first thought was, that in case of large systems I wouldn't be able tu guess whether I should look in the Java or XML first when searching for particular