Re: Jaxme XML And Database Integration

2005-08-14 Thread Alan Gutierrez
* Jochen Wiedmann <[EMAIL PROTECTED]> [2005-08-15 01:19]: > Alan Gutierrez wrote: > > >The datastore looks like one big file, it's a document object > >model that is backed by Java NIO. I get to it via XUpdate and > >XSLT. > Interesting approach. I've heard of similar ideas, but neve

Re: Jaxme XML And Database Integration

2005-08-14 Thread Jochen Wiedmann
Alan Gutierrez wrote: The datastore looks like one big file, it's a document object model that is backed by Java NIO. I get to it via XUpdate and XSLT. Interesting approach. I've heard of similar ideas, but never understood the advantage, when compared to lots of smaller files?

[jira] Geschlossen: (JAXME-67) Building from Source: Missing Files

2005-08-14 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/JAXME-67?page=all ] Jochen Wiedmann closed JAXME-67: Fix Version: 0.6 Resolution: Fixed Assign To: Jochen Wiedmann Fixed in trunk and 0.5 branch. Thanks, in particular for resolving the problems sou

svn commit: r232760 - in /webservices/jaxme/branches/b0_5: build.xml status.xml

2005-08-14 Thread jochen
Author: jochen Date: Sun Aug 14 22:13:13 2005 New Revision: 232760 URL: http://svn.apache.org/viewcvs?rev=232760&view=rev Log: The source distribution did not contain the necessary build scripts. PR: JAXME-67 Submitted by: Boris Gruschke, boris at gruschke.de Modified: webservices/jaxme/branc

svn commit: r232759 - in /webservices/jaxme/trunk: build.xml status.xml

2005-08-14 Thread jochen
Author: jochen Date: Sun Aug 14 22:13:04 2005 New Revision: 232759 URL: http://svn.apache.org/viewcvs?rev=232759&view=rev Log: The source distribution did not contain the necessary build scripts. PR: JAXME-67 Submitted by: Boris Gruschke, boris at gruschke.de Modified: webservices/jaxme/trunk

Re: Jaxme XML And Database Integration

2005-08-14 Thread Alan Gutierrez
* Jochen Wiedmann <[EMAIL PROTECTED]> [2005-08-14 14:50]: > Alan Gutierrez wrote: > >Thought I'd start with a naive question. > >I've got an XML datastore that I use in my applications, that I > >wrote myself, and I'm wonding if it's a good idea to try to > >integrate this with Jax

[jira] Created: (JAXME-67) Building from Source: Missing Files

2005-08-14 Thread Boris Gruschke (JIRA)
Building from Source: Missing Files --- Key: JAXME-67 URL: http://issues.apache.org/jira/browse/JAXME-67 Project: JaxMe Type: Bug Versions: 0.5 Reporter: Boris Gruschke Building Jaxme 0.5 from source failed because of som

[jira] Kommentiert: (JAXME-66) Add support for xjc:dom extension

2005-08-14 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/JAXME-66?page=comments#action_12318754 ] Jochen Wiedmann commented on JAXME-66: -- xjc:dom is a really tough job, because most likely you have to modify almost all parts of JaxMe. Let's begin with the first step: T

Re: Jaxme XML And Database Integration

2005-08-14 Thread Jochen Wiedmann
Alan Gutierrez wrote: Thought I'd start with a naive question. I've got an XML datastore that I use in my applications, that I wrote myself, and I'm wonding if it's a good idea to try to integrate this with JaxMe and maybe use it to store Java objects as well. That's someth

Re: [jira] Aktualisiert: (JAXME-58) IDREF handling does not follow JAXB spec (5.8.2)/reference implementation

2005-08-14 Thread Fredrik Vraalsen
Jochen Wiedmann (JIRA) wrote: > > The attached patch could be considered the final implementation. I've changed > the following things: > > - The ID interface is no longer used. Use of an interface would definitely be > the technically superior solution. However, it would prevent using POJO's

[jira] Commented: (JAXME-66) Add support for xjc:dom extension

2005-08-14 Thread Fredrik Vraalsen (JIRA)
[ http://issues.apache.org/jira/browse/JAXME-66?page=comments#action_12318736 ] Fredrik Vraalsen commented on JAXME-66: --- Also see the declaration in section 7.12 of the JAXB 2.0 spec: http://jcp.org/aboutJava/communityprocess/pr/jsr222/index.html >

Jaxme XML And Database Integration

2005-08-14 Thread Alan Gutierrez
Thought I'd start with a naive question. I've got an XML datastore that I use in my applications, that I wrote myself, and I'm wonding if it's a good idea to try to integrate this with JaxMe and maybe use it to store Java objects as well. -- Alan Gutierrez - [EMAIL PROTECT

[jira] Created: (JAXME-66) Add support for xjc:dom extension

2005-08-14 Thread Fredrik Vraalsen (JIRA)
Add support for xjc:dom extension - Key: JAXME-66 URL: http://issues.apache.org/jira/browse/JAXME-66 Project: JaxMe Type: New Feature Components: JaxMe Core Versions: future (enh) Reporter: Fredrik Vraalsen Add suppor