Slashdot Mirror


User: Jammerlappen

Jammerlappen's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. CodeGuide on Java Development Environments for Macintosh? · · Score: 2, Insightful

    Look at CodeGuide from OmniCore. Nice IDE, nice MacOS X integration. We've been using it for six months now.

  2. Re:xml is an interchange format, not a storage for on What Do You Know About Databases And XML? · · Score: 1

    Well, databases are for storing data, that's right. But what you've got inside your XML document is data as well, so there's no reason why you shouldn't store it in a database.

    Of course you'll get into performance trouble, if you import your XML data into a normaized RDBMS (converting it) ard export it afterwards (converting it again). That's exactly the reason why there's a need for XML-native databases (and it's also the reason why "XML-enabled" does not help very much).