6/15/2010

Mirage 1.0.3 Released

Mirage 1.0.3 is now available!

Mirage is a simple SQL centric database access library. See the following URL to know about Mirage:

Here is the list of changes in this release:

  • Iteration search per a record using cursor.
  • Stored procedure / function support.
  • BugFix about SqlManager#insertEntity().

Please see also my past entries about new features in Mirage 1.0.3.

I wish that Mirage helps your development. Enjoy!

2 件のコメント:

Adrian A. さんのコメント...

Thank you for the new release :).
A few questions though:
1. Do you have any plans to push the Mirage releases to the official Maven repository? (to 'http://repo1.maven.org/maven2' where most software is uploaded?)

2. There's a new OGNL version: 3.0 that seems to have quite a few items fixed as well some performance enhancements.

3. Is there any proper mailing list or forum for Mirage? Commenting on this blog is not quite the most efficient way :).

4. rename 'mirage-click-example' to 'mirage-click-examples' to have a consistent naming?

5. or another possibility would be to rename it to : 'click-mirage'
and move it here:
http://svn.apache.org/repos/asf/click/trunk/examples/ where other click based examples are hosted too?

6. I added a small patch for pom.xml from mirage-click-example, so that it does not download unnecessary dependencies to the generated WAR.

Naoki Takezoe さんのコメント...

Hi Adrian,

Thanks for your many advice!

> 1. Do you have any plans to push the Mirage releases to the official Maven repository? (to 'http://repo1.maven.org/maven2' where most software is uploaded?)

Mirage is unstable yet. I will examine to deploy to the official Maven repository after Mirage will be stable.

> 2. There's a new OGNL version: 3.0 that seems to have quite a few items fixed as well some performance enhancements.

I wish to move OGNL 3.0, however OGNL 3.0 has incompatible parts to old version. So it will accompany some pains.

> 3. Is there any proper mailing list or forum for Mirage? Commenting on this blog is not quite the most efficient way :).

No, I will start it in near future.

> 4. rename 'mirage-click-example' to 'mirage-click-examples' to have a consistent naming?

Thanks, I'll do so :-)

> 6. I added a small patch for pom.xml from mirage-click-example, so that it does not download unnecessary dependencies to the generated WAR.

Thanks, I will take it soon.