db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » java » db4o   (RSS)
Showing page 1 of 2 (14 total posts)
  • BilderHerunterlader: photo gallery download tool based on db4o

    BilderHerunterlader is a Java software which makes it easier to download hosted images. It's open source (GPL v2) and currently using the following libraries: jtidy, JDom, db4o, log4j, Jakarta-Httpclient, BrowserLauncher, SwingX, ini4j, sqlitejdbc, GUITools, FileIOTools (review, download)
    Posted to Community Projects (Weblog) by German Viscuso on November 17, 2008
  • db4o and Jython

    Join Jim Cassidy in his effort to use db4o together with Jython. He suggests an an Active Record like wrapper around db4o. Stay tuned to his blog for upcoming db4o samples implemented in Jython.
    Posted to Community News (Weblog) by German Viscuso on October 23, 2008
  • Running Sharpen tests faster...

    As you probably already know :), Sharpen is a tool (developed by db4o) that aims at easing development efforts by translating java source code into C#. This tools make it easier to provide native solutions in either Java/.Net platforms. While talking about how to run Sharpen test suite in this post I told that I'd show how to improve these ...
    Posted to planetdb4o (Weblog) by Anonymous on October 16, 2008
  • Re: How to migrate between two application versions with db40?

    Graham, Yes thanks for the reply.  I had gotten that far with it, and I wasn't expecting db40 to have some automated migration in this case.  But I was hoping to get more insight into what were some of the best practices for handling this. Say I was going to do the above example, but I wanted to migrate that data forward.  I had read in some of ...
    Posted to db4o User Forum (Forum) by chubbard on September 29, 2008
  • How to migrate between two application versions with db40?

    I'm a newbie to db4o so please excuse my newb question, but I'm under a deadline to find out answers quickly.  I have an application written in Java using db4o, and I'm in the process of upgrading between the prior release of my application and my next version of my application.  How can I migrate the object schema from the previous version to the ...
    Posted to db4o User Forum (Forum) by chubbard on September 26, 2008
  • Running Sharpen Tests

    Hi. If you start using sharpen, you'll probably find some limitation / bug and, maybe, want to take a look into the issue. In this case the best approach (IMHO) would be to i) start a discussion in Sharpen Forum and, if appropriated (in the case there's no issue filed already), ii) file a new Jira issue into our issue tracking system. Next, ...
    Posted to planetdb4o (Weblog) by Anonymous on June 3, 2008
  • DatabaseClosedException

    Hi all, I am developing an application with the Java version of db4o and I just ran into a problem: I am able to retrieve the information from a stored object and alter it once, but when I try to alter it again, I get a DatabaseClosedException. I managed to debug the program up to the problem, but am not able to solve it. It follows a short ...
    Posted to db4o User Forum (Forum) by BernardoRJ on May 21, 2008
  • Rollback strategies

    In this post Rodrigo introduced the concept of Transparent Persistence that makes developers life even easier as, once configured, db4o will take care of changed objects and make sure they are updated in the database (when the transaction gets committed) without developer assistance.This level of transparency is, of course, a welcome addition but ...
    Posted to Product News from the Core Team (Weblog) by Adriano Verona on January 26, 2008
  • Exporting With Eclipse

    I'm new to db4o and eclipse, but I created a project that compiles and runs fine in eclipse but when I export the jar file it doesn't export the db4o class that is included so the jar file can't be launched. How do I tell eclipse to create a reference or link to the db4o jar files in order to run the classes outside of the IDE without getting ...
    Posted to db4o User Forum (Forum) by phantomc0d3r on October 24, 2007
  • Re: Native Queries in Client Server

    Okay, I finally figured out what the problem was with my NQ in Client/Server.  It basically came down to the anonymous inner class and how DB4O sends the query over the network to the server.  It wasn't able to serialize it correctly, so the query didn't work.  I moved my Predicates out of the dao class and into their own.  ...
    Posted to db4o User Forum (Forum) by bmg125 on August 3, 2007
1 2 Next >