Kodo JDO 2.5.0 beta now available

All,
Kodo JDO 2.5.0 beta 1 is now available at:
http://solarmetric.com/Software/beta/2.5.0/
Some notable new features since 2.4 include:
- Queries have received a major overhaul. Queries now support unbound
variables, Collections as parameters to generate SQL IN (...) clauses,
traversing fields of persistence-capable parameters, and more. The SQL
produced by queries is also much more efficient.
- Kodo JDO EE can now participate correctly in XA transactions.
- Kodo JDO now includes support for custom fetch groups.
- Queries and Extents can be constructed for interfaces.
- Multi-table mappings now permit different tables to have different
primary key column names.
- The data cache framework can now cache query results.
Known issues:
- The JCA resource adapter will not seamlessly work with WebLogic -- to
use it with WebLogic, it is necessary to unzip the kodo.rar and remove
empty config-param-value elements
(i.e. <config-properrty-value></config-property-value>).
- We have done only limited integration testing with our IDE plugins.
- Cached query results do not obey the timeouts configured for the classes
in the query's access path.
As usual, please discuss any issues, desires, etc. on the beta newsgroup:
news://news.solarmetric.com/solarmetric.kodo.beta
Enjoy,
-Patrick
Patrick Linskey
SolarMetric Inc.

All,
Kodo JDO 2.5.0 beta 1 is now available at:
http://solarmetric.com/Software/beta/2.5.0/
Some notable new features since 2.4 include:
- Queries have received a major overhaul. Queries now support unbound
variables, Collections as parameters to generate SQL IN (...) clauses,
traversing fields of persistence-capable parameters, and more. The SQL
produced by queries is also much more efficient.
- Kodo JDO EE can now participate correctly in XA transactions.
- Kodo JDO now includes support for custom fetch groups.
- Queries and Extents can be constructed for interfaces.
- Multi-table mappings now permit different tables to have different
primary key column names.
- The data cache framework can now cache query results.
Known issues:
- The JCA resource adapter will not seamlessly work with WebLogic -- to
use it with WebLogic, it is necessary to unzip the kodo.rar and remove
empty config-param-value elements
(i.e. <config-properrty-value></config-property-value>).
- We have done only limited integration testing with our IDE plugins.
- Cached query results do not obey the timeouts configured for the classes
in the query's access path.
As usual, please discuss any issues, desires, etc. on the beta newsgroup:
news://news.solarmetric.com/solarmetric.kodo.beta
Enjoy,
-Patrick
Patrick Linskey
SolarMetric Inc.

Similar Messages

  • Kodo 3.0.0 beta now available

    All,
    Kodo JDO 3.0.0 beta 1 is now available at:
    http://solarmetric.com/Software/beta/3.0.0/
    Kodo JDO 3.0.0 is a major release, and contains significant changes to
    properties, mapping information, and Kodo-specific APIs. To read more about
    these, and to read about how to convert a Kodo 2 project to Kodo 3, see the
    migration documentation at:
    http://solarmetric.com/Software/beta/3.0.0/b1-docs/docs/kodo2.html
    NOTE: the conversion is non-trivial, so we have provided a number of tools
    to automate most of the process. So please read and obey the migration
    documentation, which will guide you through the migration tool process.
    For details about some of the major new features in this release, please
    read the release notes at:
    http://solarmetric.com/Software/beta/3.0.0/b1-docs/docs/relnotes.html
    The full documentation is available online at:
    http://solarmetric.com/Software/beta/3.0.0/b1-docs/docs/index.html
    Some of the major new features include:
    * New mapping system, providing more powerful and flexible mapping options.
    * More configuration options for connection pooling.
    * Configurable eager fetching of 1-1, 1-many and many-many relations.
    Potentially reduces the number of database queries required when iterating
    through an extent or query result and accessing relation fields of each
    instance.
    * More optimized SQL batching.
    * Simplified package structure for Kodo-specific APIs.
    Known issues:
    * DB2, Informix, and Sybase do not fully pass our internal tests yet. Sybase
    is close to passing, and DB2 and Informix probably work in many situations
    as well, but they are not yet officially supported by this release.
    * We have done only limited integration testing with application servers.
    * Our IDE integration components are not included in this release.
    As usual, please discuss any issues, desires, etc. on the beta newsgroup:
    news://news.solarmetric.com/solarmetric.kodo.beta
    Enjoy,
    - Greg
    Greg Campbell
    SolarMetric, Inc.

    1. I can't see any standalone GUI tool to do mapping tasks, as you have
    ever announced.The GUI will have its own beta program and release schedule.
    2. the file : <kodo3.0>/samples/jsp/build.xml has a line wrong:
                   <fileset dir="../../../lib/">
    should be:
                   <fileset dir="../../lib/">Thanks!

  • Nokia suite v3.3.49 - Beta now available..

    Nokia Suite v3.3.49- Beta now available at Nokia Beta Labs.

    One significant improvement is in the MESSAGING.. Conversations, Inbox, Sent and Draft folders are available...
    Attachments:
    Nokia Suite.png ‏134 KB

  • Kodo JDO 2.3.0 beta 5

    All,
    We have just released a new beta release of Kodo JDO 2.3.0. This beta
    includes functional managed transaction integration, WebSphere support, many
    bug fixes, documentation improvements, and more.
    We are planning on releasing Kodo JDO 2.3.0 RC1 on Monday. Barring any bugs
    that you guys turn up in the next couple days, it will be the same core code
    base as beta 5 plus a revival of our JBuilder integration and even more
    documentation improvements.
    If you see any bugs in beta 5, please let us know as soon as possible. At
    this point, we are quite confident in the performance and correctness of
    Kodo JDO 2.3.0, but, of course, the earlier we find bugs, the better.
    Also, if you've made a bug report recently and you don't see the fix in beta
    5, please let us know.
    See http://www.solarmetric.com/Software/beta/2.3.0 for more info and to
    download the release.
    -Patrick
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

    To confuse it even more I only observe this behaviour when I enchance all
    persistent classes at once.
    If I enchance all classes and then recompile and reenchance just OrgUnit
    (the rest are skipped by Kodo) it works as it suppose to
    I can reproduce this behaviour any time it is consistent
    "Alex Roytman" <[email protected]> wrote in message
    news:[email protected]...
    Abe, Patrick,
    I found something which looks like a serious enhancement bug. I cantfigure
    out what is going on but the symptoms are:
    getter of a PC reference will return null if reference has not beenresolved
    yet under some strange conditions:
    t.jdo.beginTransaction();
    try {
    //call t.jdo.getOrgUnit(2).getOrgUnitType() //*0* if I uncoment
    it subsequent code works
    OrgUnit leg = OrgUnit.newInstance(); //*1*
    leg.setOrgUnitType(t.jdo.getOrgUnitType(20));
    leg.setParent(t.jdo.getOrgUnit(2)); // note it is the sameorgUnit
    as in *0*
    if (leg.getParent().getOrgUnitType() == null) {   //*3*
    System.out.println("leg.getParent().getOrgUnitType() == null");
    // returns null here but it should not !!!!!
    leg.setName("Leg");
    t.jdo.commitTransaction();
    } catch (Exception e) {
    e.printStackTrace();
    t.jdo.rollbackTransaction();
    but call to t.jdo.getOrgUnit(2).getOrgUnitType() returns appropriate value
    just fine - not null
    note t.jdo.getOrgUnit(2) is nothing but a wraper for PM.getInstanceById()
    if I call t.jdo.getOrgUnit(2).getOrgUnitType() *0* before *1* it worksand
    *3* returns non null
    "Patrick Linskey" <[email protected]> wrote in message
    news:B95D3083.3A84%[email protected]...
    All,
    We have just released a new beta release of Kodo JDO 2.3.0. This beta
    includes functional managed transaction integration, WebSphere support,many
    bug fixes, documentation improvements, and more.
    We are planning on releasing Kodo JDO 2.3.0 RC1 on Monday. Barring anybugs
    that you guys turn up in the next couple days, it will be the same corecode
    base as beta 5 plus a revival of our JBuilder integration and even more
    documentation improvements.
    If you see any bugs in beta 5, please let us know as soon as possible.
    At
    this point, we are quite confident in the performance and correctness of
    Kodo JDO 2.3.0, but, of course, the earlier we find bugs, the better.
    Also, if you've made a bug report recently and you don't see the fix inbeta
    5, please let us know.
    See http://www.solarmetric.com/Software/beta/2.3.0 for more info and to
    download the release.
    -Patrick
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • Log Insight 1.5 Public Beta Now Available

    The VMware vCenter Log Insight 1.5 public beta is now available. For more information, see the VMware Cloud Management Blog.

    I've registered for the public beta on the loginsight.vmware.com site, but haven't received anything back.  I still get 'A moderator has not yet approved your account' message.  Would really like to get the latest beta build into our lab - I have customers that are very interested in seeing it.
    Josh

  • Firefox 1.1 beta now available.

    As the title suggests, Firefox 1.1beta is now available for download. There's a few new features, like zooming with the volume/zoom rocker switch. Screenshots and feature list here: Firefox 1.1 Shots & FL. Download link here: FF Download link.
    Might give it another try sometime.

    Might watch how things develop before I give it another try though.
    I really want Opera to be ported over to Maemo. That was my browser of choice on the N95-8GB. But alas with no Java support as yet...............

  • VI Package Manager 1.1 Beta Now Available

    JKI is very excited to announce the availability of VI Package Manager (VIPM) Professional Edition 1.1 Beta
    for public testing and feedback. This release follows a long period of
    extensive planning and development and results in, what we hope to be,
    a significant improvement to one of the best LabVIEW software
    applications that the world has ever seen.
    This new release adds
    to the existing capabilities of VIPM Community Edition by making
    significant performance improvements, several usability improvements,
    and better support for non-networked computers and those without
    LabVIEW installed. And, the new VIPM Professional Edition adds powerful
    package configuration and dependency management capabilities as well as
    multi-developer and multi-project support features.
    Read more...

    Hi,
    if anyone is interested the Java Lobby has a Web Start discussion thread on the front page entitled "Sun delivers big time. Web Start 1.2 now playing" at http://www.javalobby.org/thread.jsp?forum=61&thread=4318
    Add your comments. I will put your voices on "The Saturn Times" front page starting next week at http://vamphq.com/times
    - Gerald

  • WebLogic Portal and Workshop 9.2 Beta now available!

    Hello All -
    We're excited to announce the public availability of the WebLogic Workshop and WebLogic Portal 9.2 open Beta release on bea.com.
    A beta version of the electronic documentation has also been posted to e-docs.
    Portal 9.2 adds significant new capabilities which are part of the beta to target our core market and expand in new directions by providing:
    * A WorkShop development environment based on Eclipse
    * Content Management enhancements including a WYSIWYG editor
    * Improved Federation and Production Ops capabilities
    * The GroupSpace collaborative application and framework
    Following are the links and information to get you started with Beta 9.2:
    * Download: http://commerce.bea.com/showproduct.jsp?family=WLPORTAL&major=9.2&minor=-1
    * Beta Home page: http://wlp.bea.com/wlw_wlp_beta92
    * Documentation:
    - WebLogic Portal: http://edocs.bea.com/wlp/docs92
    - WebLogic Workshop: http://edocs.bea.com/workshop/docs92
    - WebLogic Platform: http://edocs.bea.com/common/docs92
    * Newsgroups: As a public beta, BEA will not offer support through the BEA Support group. Please use the following newsgroups to log and discuss issues:
    - WebLogic Workshop newsgroup: http://forums.bea.com/bea/forum.jspa?forumID=600000011
    - WebLogic Portal newsgroup: http://forums.bea.com/bea/forum.jspa?forumID=600000012
    - WebLogic Platform newsgroup (if you are unsure whether the issue belongs to WebLogic Portal or WebLogic Workshop): http://forums.bea.com/bea/forum.jspa?forumID=600000013
    Best regards,
    The Beta 9.2 Team

    The Beta 9.2 Team,
    9.2 features sounds good and interesting. We are using BEA's Content management system(8.1) extensively.
    Our requirement is to create a portlet for Content Owner/Users to create HTML documents with images and upload it into BEA Repository. Upon uploading, Content Admin needs to be notified through email and they will either approve or reject the document. The content status again needs to be notified to the content owner/user via email.
    1. As known to everyone 8.1 doesn't have WYSIWYG editor and is included in 9.2. Can i reuse the 9.2 WYSIWYG functionality into 8.1 as a portlet??
    2. The following thread(http://forums.bea.com/bea/message.jspa?messageID=400001479&tstart=0) says
    - workflow ==> We have limited workflow support. We plan to enhance this in our next major release.
    Does this limited workflow support include email notification?
    Any inputs would be greatly appreciated!!
    Thanks,
    -Nach.

  • Silverlight for Symbian (beta) now available

    For those interested...directly from Microsoft - http://silverlight.net/getstarted/devices/symbian/
    "Silverlight for Symbian - Beta
    Silverlight, a cross-browser, cross-platform implementation of the .NET Framework for building media experiences and rich interactive applications for the Web on desktop computers, is also available for Nokia S60 5th Edition devices such as Nokia 5800 XpressMusic, Nokia N97 and Nokia N97 Mini."
    Lumia 920, Lumia 800
    Nokia N8-00 (NAM, Product Code: 059C8T6), Symbian Belle, Type RM-596, 111.030.0609
    Nokia 5800 XpressMusic (NAM, Product Code: 0577454) Software v51.2.007, Type RM-428

    What is a rational to develop applications with Silverlight for Symabian, that is so much rare media distribution platform?

  • CinemaDNG CS5 plug-in (Beta) now available on Adobe Labs

    Beta versions of the CinemaDNG Importer 1.5.1 for After Effects CS5 and Premiere Pro CS5 (Mac and Windows) are now posted to the new CinemaDNG Technology page on Adobe Labs.  We have also improved the organization and content on the Labs pages to distinguish between the CinemaDNG Initiative and the CinemaDNG File Format.
    We welcome your feedback!
    Thanks,
    Elba

    Loaded on a plain vanilla XP system with no problems.  However, I respectfully request you get rid of the setup 64 bit splash screen, can be confusing to those of us with 32 bit systems.  It could easily be interpreted as indicating one has downloaded the wrong software.
    Richard Southworth

  • Lightroom 4 Beta now available

    http://labs.adobe.com/technologies/lightroom4/
    http://blogs.adobe.com/lightroomjournal/2012/01/lr4betanowavailable.html
    and here's the forum:
    http://forums.adobe.com/community/labs/lightroom4

    Give the suggestions in this thread a try: http://feedback.photoshop.com/photoshop_family/topics/no_help_available_in_lightroom_4

  • Kodo JDO 2.5.0 now available

    All,
    Kodo JDO 2.5.0 is now available. Thanks, everyone, for helping out
    throughout the 2.5.0 public beta period. You're all great.
    You can get Kodo JDO 2.5.0 at:
    http://solarmetric.com/Software/Purchase/download.php
    Major changes include:
    - Major query modifications. Unbound variables are now supported,
    Collections can be used as parameters in queries, and several SQL
    inefficiencies have been addressed.
    - Custom fetch group support.
    - Kodo now supports incremental flushing of data to the database.
    This can be useful in EJB environments when using container-managed
    transactions, in order to handle any flush-related exceptions
    within the bean code. It can also be useful in conjunction with
    Kodo's automatic flushing capabilities to accelerate querying when
    the javax.jdo.option.IgnoreCache property is set to false.
    - Added JDOException subclasses for certain interesting exception
    types: OptimisticLockException and ObjectNotFoundException.
    - Enhancement-time metadata enhancement has been improved. This means
    that you may see some errors the next time you re-enhance your
    project, but that's for the best -- they were errors anyways.
    - Data caching framework now caches JDOQL query results as well as
    persistence-capable data. This provides dramatic acceleration for
    commonly executed queries.
    - The data caching framework has been reworked to separate out the
    data cache capabilities from the remote event notification
    capabilities. As a result, 2.5.0 data cache configuration is not
    compatible with earlier data cache configuration, and custom cache
    extensions will likely need some level of revision. For details,
    see the release notes in the Kodo JDO Developer's Guide.
    For more details, see the Kodo JDO Developer's Guide and the full release
    notes, available at:
    http://solarmetric.com/docs/2.5.0RC3/docs/index.html
    http://solarmetric.com/docs/2.5.0RC3/docs/relnotes.html
    Enjoy,
    -Patrick
    Patrick Linskey
    SolarMetric Inc.

    Minor correction:
    http://solarmetric.com/docs/2.5.0RC3/docs/index.html
    http://solarmetric.com/docs/2.5.0RC3/docs/relnotes.html
    The 2.5.0 final docs are actually at:
    http://solarmetric.com/docs/2.5.0/docs/index.html
    http://solarmetric.com/docs/2.5.0/docs/relnotes.html
    In article <[email protected]>, Patrick Linskey wrote:
    All,
    Kodo JDO 2.5.0 is now available. Thanks, everyone, for helping out
    throughout the 2.5.0 public beta period. You're all great.
    You can get Kodo JDO 2.5.0 at:
    http://solarmetric.com/Software/Purchase/download.php
    Major changes include:
    - Major query modifications. Unbound variables are now supported,
    Collections can be used as parameters in queries, and several SQL
    inefficiencies have been addressed.
    - Custom fetch group support.
    - Kodo now supports incremental flushing of data to the database.
    This can be useful in EJB environments when using container-managed
    transactions, in order to handle any flush-related exceptions
    within the bean code. It can also be useful in conjunction with
    Kodo's automatic flushing capabilities to accelerate querying when
    the javax.jdo.option.IgnoreCache property is set to false.
    - Added JDOException subclasses for certain interesting exception
    types: OptimisticLockException and ObjectNotFoundException.
    - Enhancement-time metadata enhancement has been improved. This means
    that you may see some errors the next time you re-enhance your
    project, but that's for the best -- they were errors anyways.
    - Data caching framework now caches JDOQL query results as well as
    persistence-capable data. This provides dramatic acceleration for
    commonly executed queries.
    - The data caching framework has been reworked to separate out the
    data cache capabilities from the remote event notification
    capabilities. As a result, 2.5.0 data cache configuration is not
    compatible with earlier data cache configuration, and custom cache
    extensions will likely need some level of revision. For details,
    see the release notes in the Kodo JDO Developer's Guide.
    For more details, see the Kodo JDO Developer's Guide and the full release
    notes, available at:
    http://solarmetric.com/docs/2.5.0RC3/docs/index.html
    http://solarmetric.com/docs/2.5.0RC3/docs/relnotes.html
    Enjoy,
    -Patrick
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • Kodo JDO 2.3.4 now available

    All,
    Kodo JDO 2.3.4 is now available at http://www.solarmetric.com/. This release
    contains a number of bugfixes and a couple enhancements to the reverse
    schema tool.
    New features
    * The schema generator can now accept a list of tables to generate.
    * The reverse mapping tool has additional options for using foreign
    key names to generate relation names, generating primitive wrapper-type
    fields if a column is nullable, and allowing primary keys on many-to-many
    join tables.
    Bugfixes
    * Fixed problems with many-to-many relations between tables that use
    vertical inheritance.
    * Fixed bug in schematool that caused it to not generate primary key
    columns in subclass tables when using datastore identity + custom
    names + vertical inheritance.
    * Fixed serp library conflict between reverse mapping tool and main Kodo
    libraries.
    * Fixed a reverse mapping tool bug in which column names that conflicted with
    Java keywords would result in the generation of uncompilable Java classes.
    * Fixed problem that caused read-only flag to be ignored in many-to-many
    relations.
    * Multi-table inheritance deletes are now performed from the leaf table
    in the inheritance chain up to the base table. Inserts are performed
    from the base table down to the leaf. This supports the common
    referential integrity model of establishing a foreign key relation
    from inherited tables to their parent tables.
    Enjoy!
    -Patrick
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

    An email will be sent out to owners of the query extension or caching
    plugins sometime today (Tuesday).
    You'll all be thrilled to hear that our spiffy new licensing system in
    2.4 will not require multiple jars, which will make life easier for people
    with plugins when upgrades are released.
    -Patrick
    In article <[email protected]>, Alex Roytman wrote:
    Could you please post query extensions for 2.3.4
    "Patrick Linskey" <[email protected]> wrote in message
    news:[email protected]...
    All,
    Kodo JDO 2.3.4 is now available at http://www.solarmetric.com/. This
    release
    contains a number of bugfixes and a couple enhancements to the reverse
    schema tool.
    New features
    * The schema generator can now accept a list of tables to generate.
    * The reverse mapping tool has additional options for using foreign
    key names to generate relation names, generating primitive wrapper-type
    fields if a column is nullable, and allowing primary keys onmany-to-many
    join tables.
    Bugfixes
    * Fixed problems with many-to-many relations between tables that use
    vertical inheritance.
    * Fixed bug in schematool that caused it to not generate primary key
    columns in subclass tables when using datastore identity + custom
    names + vertical inheritance.
    * Fixed serp library conflict between reverse mapping tool and main Kodo
    libraries.
    * Fixed a reverse mapping tool bug in which column names that conflictedwith
    Java keywords would result in the generation of uncompilable Javaclasses.
    * Fixed problem that caused read-only flag to be ignored in many-to-many
    relations.
    * Multi-table inheritance deletes are now performed from the leaf table
    in the inheritance chain up to the base table. Inserts are performed
    from the base table down to the leaf. This supports the common
    referential integrity model of establishing a foreign key relation
    from inherited tables to their parent tables.
    Enjoy!
    -Patrick
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • Kudos to kodo JDO

    I first used Kodo JDO 2.3.2 last year while working for a client. I had
    tried (unsuccessfully) entity beans and Apache's OBJ before trying JDO.
    Unfortunately the client put the project on hold and I couldn't finish the
    project. Now I once again find myself working on a prototype for a customer
    that is perfect for JDO. I'm now using 2.4.1 and I'm amazed at the
    improvements. First off the Eclipse integration is wonderful. The second
    thing is the JCA/JTA integration with JBoss, works great! I'm also
    impressed that the price hasn't changed. LiDO, another JDO vendor, wanted
    $4,000/CPU for their Enterprise version. I told them how rediculous they
    were. Who do they think they are, WebLogic? Finally the support here is
    top notch.
    Anyway, this is just a note to say thanks and keep up the great work,
    especially with the Eclipse plugin!
    Michael

    Thanks Patrick, the patch fixes the serialization problems I was having...
    "Patrick Linskey" <[email protected]> wrote:
    Hello all,
    A new patch to Kodo JDO 2.2.1 is now available. It includes:
    - a fix that should make serialization (and, as a result,
    deserialization) of proxied second class objects such as HashMaps
    etc. work correctly.
    - Abe's jdoNewInstance() application identity fix (see Abe's post
    from last week).
    - a faulty invocation of Class.forName() that caused queries to fail
    in certain web application environments.
    - minor documentation and error reporting fixes.
    Links:
    http://www.techtrader.com/products/kodo-beta/tt-jdo-2.2.1-patched.jar
    http://www.techtrader.com/products/kodo-beta/tt-jdoee-2.2.1-patched.jar
    >
    As always, this interim release is of beta quality, as is appropriate
    for the beta news group. It contains fixes that may cause more problems
    than they solve, so treat it with care.
    Enjoy.
    -Patrick
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • Kodo 4.0.0 Early Access 1 Now Available

    Kodo 4 Early Access 1 is now available at
    http://solarmetric.com/kodo/beta/4.0.0EA1/ . You can find release notes
    at
    http://solarmetric.com/kodo/Documentation/4.0.0EA1/docs/full/html/relnotes.html
    Kodo 4 EA1 includes support for the majority of the JDO2 and EJB3
    specifications, and introduces some new mapping capabilities that
    simplify the development of efficient mappings.
    As the name implies, this release is an early access release. As such,
    many parts of the release are not yet implemented, including Kodo's IDE
    integration support. Additionally, this release provides roughly zero
    backwards-compatibility with the 3.x Kodo interfaces. Future Kodo 4
    releases will provide backwards-compatibility with the relevant Kodo 3 APIs.
    Thanks,
    Neelan Choksi
    SolarMetric
    [email protected]
    202-595-2064 (main)
    512-542-9707 (direct)
    Vote for Kodo JDO as the Best DB Tool or Driver (Category 2), the Best Java
    Data Access Tool (Category 7), and the Best Java Persistence Architecture
    (Category 11) in the JDJ Readers Choice Awards at
    http://jdj.sys-con.com/general/readerschoice.htm.

    Patrick Linskey wrote:
    Kodo 4 Early Access 1 is now available at
    http://solarmetric.com/kodo/beta/4.0.0EA1/ . You can find release notes
    at
    http://solarmetric.com/kodo/Documentation/4.0.0EA1/docs/full/html/relnotes.html
    Kodo 4 EA1 includes support for the majority of the JDO2 and EJB3
    specifications, and introduces some new mapping capabilities that
    simplify the development of efficient mappings.
    As the name implies, this release is an early access release. As such,
    many parts of the release are not yet implemented, including Kodo's IDE
    integration support. Additionally, this release provides roughly zero
    backwards-compatibility with the 3.x Kodo interfaces. Future Kodo 4
    releases will provide backwards-compatibility with the relevant Kodo 3
    APIs.
    -PatrickWill there be a one-page html doku soon ?
    I'd like to read all the pages on a printout rather than on monitor

Maybe you are looking for

  • HT204053 if i have an Apple ID associated with a hotmail account...how do I use IChat?

    i am learning how to set up IChat and have an Apple ID associated with a hotmail acct. Do I need to set up a mac.com or me.com acct in order to use IChat? or if I had an old AIM acct how do recover that password?

  • Video out to Canon HV20

    I am using an Imac 20" Intel with 2G Ram, a 500 GB Lacie External drive for my media and a Canon HV20 Camcorder for material. I was able to capture my HD footage with no problem to FCE 4.0, edited my footage and created a DVD with IDVD with no proble

  • Sharing internet with a pc

    I have two new computers (1 iMac 1 PC) and one old (iMac G5) I want to set up on a "in home" network to share files and internet connection. All three have wifi, the two macs have airport extreme cards and communicate with each other just fine. It se

  • APPLE STAFF please read this!!!

    As you can see, practically every iPod shuffle has had problems with the 1.1.4 update that comes with iTunes 7.0.1 The problem is that it starts blinking amber/green, won´t play any song nor would be recognized by the computer, becomes useless. It al

  • Nokia Lumia 1520/no 2g

    Hi all, I have recently bought a 1520 (a HK variant with GBIE firmware) and on inserting a giffgaff sim I can only access 3g/4g (there is no 4g in my area so it shifts to 2g then back to 3g, 3g signal isn't great). Does anyone know the best way to en