What is the best technology used to build J2EE application based on XML Database. I'm using Oracle 11G Database and JDeveloper 11.1.1.4

Is it applicable to use ADFbc for it?

Note: I'm trying not to use DOM/SAX or JAXB for it, because it needs a lot of time and I don't have it.

link|improve this question
You can just use JDBC and (proprietary) SQl statements to access the XML content in the database: oracle.com/technetwork/database/features/xmldb/…. – home Nov 20 '11 at 14:44
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.