• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ANN: LiDO XD 3.1 released with permanent, free development license

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Summary ============
LiDO XD 3.1, Xcalia's transparent object persistence engine, has been released with a completely free development license that provides full access to <b>all features</b> as well as many new JDO 2.0 preview features. The free development license will operate for 30 minutes at a time, after which it must be restarted.
====================

Xcalia has released LiDO XD 3.1, the latest version of its flagship transparent object persistence engine. It comes with a revolutionary new free license that allows developers to use the product 30 minutes at a time for as long as they need. LiDO XD 3.1 includes performance and scalability improvements over its already highly performant persistence engine, full JMX administration capabilities, and many new JDO 2.0 preview features:

� Detachment/attachment,
� FetchPlan and named fetch groups,
� JDOQL 2.0 projections and aggregates,
� JDOQL 2.0 String.matches(String) support
� PersistenceManager's flush() and checkConsistency() APIs,
� DataStoreCache interface,
� JDOConnection interface,
� User-defined persistence interfaces,
� Deletion by query,

and more. Additionally, there are many noteworthy LiDO-specific features:

� Transparent logical deletion, whereby deleted objects are only marked as deleted in the database, are not actually deleted, and do not appear in subsequent queries or object references,
� Symbolic collections, where only those elements in a collection that must be loaded actually are,
� Performance profiles, where a user can easily specify a profile name, causing appropriate changes to made to relevant performance settings,
� User-defined field filtering,
� Synthetic fields, where data can be tracked with an object without that object having to maintain a field for it,
� Improved JCA integration,
� Second-level caching policy improvements, including timeout-based and scheduled,
� Configurable number of retries upon certain exceptions during commit,
� Reverse foreign-key unary relationships,
� Several documentation improvements, including a new object-relational mapping quick reference guide,

and many others.

To download LiDO XD 3.1, visit http://www.xcalia.com/downloads. For more information, please contact sales@xcalia.com.
 
A sonic boom would certainly ruin a giant souffle. But this tiny ad would protect it:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic