Re: Importing XML

2009-10-13 Thread andrew cooke
Hi, I am doing this project to learn Scala, so this is the first time for me. Yes, I think it is the future of Java. The current fashion is to integrate features from functional languages into OO languages, and Scala is the best and most popular approach to doing this with Java. You do not need

Re: Importing XML

2009-10-13 Thread Francis De Brabandere
Hi andrew, A bit offtopic. Do you use scala a lot? Do you think it is the future for java? Would there be a need for empire-db - scala integration code? Thanks, Francis On Tue, Oct 13, 2009 at 2:17 PM, andrew cooke wrote: > Sorry, no - my fault.  I was using getRecordData instead of open.  Andr

Re: Importing XML

2009-10-13 Thread andrew cooke
Sorry, no - my fault. I was using getRecordData instead of open. Andrew 2009/10/13 andrew cooke : > Also, the dump is missing the first element of each table.  I believe > that is a bug in Empire DB, but I will first try to reproduce it in > Java and then file a report with a simple example.

Re: Importing XML

2009-10-13 Thread andrew cooke
application to implement the import logic. > > However if you think your import code could be useful for our community we'd > be happy to have a look at it. > Regards > > Rainer > > > acooke@gmail.com wrote: >> Re: Importing XML >> >> Hi, >>

re: Importing XML

2009-10-13 Thread Rainer Döbele
a generic way and it is thus up to the application to implement the import logic. However if you think your import code could be useful for our community we'd be happy to have a look at it. Regards Rainer acooke@gmail.com wrote: > Re: Importing XML > > Hi, > > I c