What is the resource download URL in the exported books.xml file?

What is the purpose of the resource download URL in the exported books.xml file? The following is an excerpt of a books.xml file.
  <resourceItemInfo>
    <resource>urn:uuid:309dffc8-7993-4837-b8e9-00easde241cfa</resource>
    <resourceItem>1</resourceItem>
    <metadata>
      <dc:title xmlns:dc="http://purl.org/dc/elements/1.1/">Paradise Lost</dc:title>
      <dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Milton</dc:creator>
      <dc:format xmlns:dc="http://purl.org/dc/elements/1.1/">application/epub+zip</dc:format>
      <dc:publisher xmlns:dc="http://purl.org/dc/elements/1.1/">Project Gutenberg</dc:publisher>
      <dc:language xmlns:dc="http://purl.org/dc/elements/1.1/">en</dc:language>
      <dc:identifier xmlns:dc="http://purl.org/dc/elements/1.1/">http://www.gutenberg.org/ebooks/26</dc:identifier>
    </metadata>
    <src>http://xxxxx.com/books/309dffc8-7993-4837-b8e9-00e97e1cfa.epub</src>
    <downloadType>simple</downloadType>
    <licenseToken>
      <resource>urn:uuid:309dffc8-7993-4837-b8e9-00e97e241cfa</resource>
      <permissions>
        <display/>
        <excerpt/>
        <print/>
      </permissions>
    </licenseToken>
  </resourceItemInfo>

No real purpose.

Similar Messages

  • What is the use of XML file in EJB

    Hi,
    Generally EJB contains
    1) Home Interface
    2) Remote Interface
    3) Bean class
    4) XMl file
    In xml file we will mention something like
    <home>name of home interface </home>
    <remote?name of remote interface</remote>
    what is the use of this xml file and how it works.
    Thanks.

    It's called the deployment descriptor and it's used by the container to support your bean's configuration. For instance, if you want container managed persistence for an entity bean then you need to tell the container which table to use in which database with the column mappings, etc.

  • What is the best book of objective c and from where i can download it?

    what is the best book of objective c and from where i can download it?

    Before purchasing a book be sure to exhaust the excellent resources on the Apple Developer Site. There are quite a few guides, references, and samples for Objective-C.
    Learning Objective-C: A Primer
    The Objective-C Programming Language
    Object-Oriented Programming with Objective-C
    etc.
    If you are developing for Mac or iOS, there are plenty of other documents describing the frameworks, including the Cocoa Fundamentals Guide,  iOS App Programming Guide, etc.
    If you want to create iOS apps, start here.
    Start Developing iOS Apps Today

  • What is the best books for MCSA 2012

    pleas can you advice me what are the best books and materials for pass MCSA 2012?
    thank you.

    Hi, HFAA.
    I understand you want to earn the MCSA title for something with a version number of
    2012.
    There are six (6) different MCSA certification titles currently available. Two of them are version 2012, which are Windows Server 2012 and SQL Server 2012. Here is the web page that describes all six (6) MCSA titles:
    http://www.microsoft.com/learning/en-us/mcsa-certification.aspx
    I am going to assume that you are interested in the most popular MCSA 2012 title:
    MCSA: Windows Server 2012.
    The MCSA: Windows Server 2012 description web page is located here:
    http://www.microsoft.com/learning/en-us/mcsa-windows-server-certification.aspx
    Exams
    You need to pass three (3) required exams to earn this title. If you click each of the links below, you will find the exams' descriptions with a
    Skills measured section describing what is on each exam. As well, you will see a Preparation options section full of study resources for each exam. 
    70-410 Installing and Configuring Windows Server 2012
    70-411 Administering Windows Server 2012
    70-412 Configuring Advanced Windows Server 2012 Services
    Preparation Materials
    Unfortunately, Microsoft has recently updated the content for these three (3) exams for
    Windows Server 2012 R2. These new exams will officially be released on January 28th, 2014 (nine (9) days away). Because of that, all of the previously released study materials (books, exams, etc.) for 70-410, 70-411, and 70-412
    will only be partially helpful in getting you ready for the exams.
    However, Microsoft Press and O'Reilly Media are currently updating their books to include the new
    R2 content and will be releasing them in February, March, and April of this year. The previous releases of their books seem to get the best reviews on Amazon for helping students prepare. Here are the books, with links on Amazon and
    O'Reilly. As time goes by, books from other publishers will also be released.
    Amazon:
    http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=%22Windows%20server%202012%20r2%22%20exam
    O'Reilly Media:
    http://search.oreilly.com/?q=%22Server+2012+R2%22+exam&x=9&y=15
    By the way, I tend to believe the O'Reilly's release dates are more accurate since they are the folks who are actually releasing the books!
    WARNING: As of today (01/19/2014), I don't believe any of the three legitimate Practice Test Providers (Transcender, SelfTest, and MeasureUp) have updated their practice exams for Windows Server 2012 R2 - yet. If I am wrong, I hope someone
    will correct me.
    Focus all your studies on Windows Server 2012 R2 and should be ready to take on an exam. Always prepare for one exam at a time and then take it.
    Also, make sure you take advantage of Microsoft's free Second Shot voucher program, which allows you to retake an exam for free in case you fail it the first time. This program will retire in May.
    http://www.microsoft.com/learning/en-us/second-shot.aspx
    Good luck!
    Best wishes, Davin Mickelson

  • What are the BEST Books and Best websites for java biginners?

    Dear All,
    What are the BEST Books and Best websites for java biginners-Especially for fast learning.
    Thnaks
    KMK

    This is my standard reply:
    [Sun's basic Java tutorial|http://java.sun.com/docs/books/tutorial/]
    [Sun's New To Java Center|http://java.sun.com/learning/new2java/index.html]
    Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    jGuru
    A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch
    To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    [Yawmarks List|http://forums.devshed.com/java-help-9/resources-for-learning-java-249225.html]
    [The Java Developers Almanac|http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance]
    [http://javaalmanac.com|http://javaalmanac.com]
    Bruce Eckel's [Thinking in Java(Available online.)|http://mindview.net/Books/DownloadSites]
    Joshua Bloch's [Effective Java|http://www.amazon.co.uk/exec/obidos/Author=Bloch,%20Josh]
    Bert Bates and Kathy Sierra's [Head First Java|http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance ]
    James Gosling's [The Java Programming Language|http://www.bookpool.com/sm/0321349806]
    Gosling is the creator of Java. It doesn't get much more authoritative than this.
    Joshua Bloch and Neal Gafter [Java Puzzlers.|http://www.javapuzzlers.com/]

  • What are the best books for PL/SQL and Forms for BEGINNERS?

    I asked about learning Oracle Forms in an earlier thread. Some suggested Oracle training at official Oracle Training centers like Koenig. I just went to the Koenig site. The OCA & OCP Forms Developer Training Boot Camp is a whopping 2,610 USD. That’s like 1/4 Million LKR. It’s more that the yearly salary of both the 2 new developers we got and want to train. That’s out of the question.
    Some have suggested shadowing experiences programmers and team coding. Both options are out, since those things don't work here.
    Learning from sites such as Francois Degrelle's blog is no good for new people since they will get confused.
    I have come to the conclusion that the only way to do is to buy 2 books, one for PL/SQL and another for Oracle Forms, give it to them and ask them to follow the book and learn it and also give a time period like 2 or 3 months.
    What are the good books out there for BEGINNERS to learn PL/SQL and Forms?
    Edited by: Channa on Aug 8, 2010 10:08 PM
    Edited by: Channa on Aug 8, 2010 10:12 PM

    In addition to the books the chapter Application Developer's Guide - Fundamentals in the documentation is also worth giving a shot:
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14251/toc.htm
    Just for the record: I believe leaving them alone with the books won't do it. I'd at least define objectives (e.g. $chapters of the books in a week) and after they achieved them I'd test their knowledge of the individual objectives (like it was back in school :p ). By that you have control over how they are proceeding, you can focus on the things they didn't understand and you are able to eradicate some bad habits they might adopt during their studies.
    If you don't take your time to train them proper you won't get good developers anyway and you will loose much more time and money...
    cheers

  • What's the best book to learn Adobe Illustrator for GUI ?

    What's the best book to learn Adobe Illustrator (I want to use it for iOS graphical user interface design):
    - Realworld Illustrator
    - Illustrator CS5 Bible
    - Lynda.com Illustrator Essential
    - Lynda.com for Web and Interactive Design
    thanks

    Howdy.
    I can't say which is best, but I like  the Visual Quickstart Guide from Peachpit Press. I have it for Photoshop and Illustrator. As the title states, it's for a quick start. A concise description of every tool and option, with simple, easy to follow instructions with screen shots. I have Photoshop CS3, and have well over 10,000 hrs in Ps and have several newer Ps books. But my tattered old Visual Quickstart Guide for Ps 6 is still my first resource when questions arise.
    So far as Illustrator goes, I'm only about 100 hours into it, and so far, so good. But it could be just be a case of ignorance is bliss. Mike has thoughtfully posted the link for Peachpit Press above. You can check it out yourself.
    Peace,
    Lee
    P.S. Here's a direct link to the guide for Illustrator.

  • What is the difference  between  data file  & control file

    what is the difference  between  data file  & control file

    Dear Deba s
    Control file
    Every Oracle Database has a control file, which is a small binary file that records the physical structure of the database. The control file includes:
    The database name
    Names and locations of associated datafiles and redo log files
    The timestamp of the database creation
    The current log sequence number
    Checkpoint information
    For more info look into these
    [Control File Basic|http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14231/control.htm#i1006143]
    Data File
    You manage Data File in your Oracle database as part of Space Management. You can extend, create, drop, and alter tablespaces.
    You especially need to avoid tablespace overflow, which is when a tablespace runs out of freespace in the allocated file or files. This happens when an object requires a new extent but there is either no freespace or insufficient freespace in the tablespace
    For more info look into these links
    [Data files |http://help.sap.com/saphelp_nw04/helpdata/en/98/5dd5890f32274aa884e45e736752a2/frameset.htm]
    http://help.sap.com/saphelp_nw04/helpdata/en/98/5dd5890f32274aa884e45e736752a2/frameset.htm
    Hope it helps you,Revert me back if you have any queries
    Assign points if helpful
    Regards
    Bala

  • What are the best books to purchase for pl/sql programming?

    What are the best books to purchase for pl/sql programming?
    I am new to this field and I am looking for the best books to help me in pl/sql programming. Can someone please suggest?
    Thanks

    In my opinion one of the best to start
    Oracle PL/SQL Programming, Third Edition
    Steven Feuerstein

  • What is the repalcement of .exe file in Java  ??

    What is the repalcement of .exe file in Java .
    i want to launch my java code in .exe fashion just clickk and u get output.....
    but as far i have seen in java there is only class file as output and every time to
    launch the output of code u have to run it from netbean compiler.
    Ya i have sen some file with jnlp extension which launch application just by clicking how to make that........

    What is the repalcement of .exe file in Java .Though there is no replacement as it would defy java's claim 'write once run anywhere' (or whatever it is) but jars are as good as exes if you have jre installed....
    i want to launch my java code in .exe fashion just clickk and u get output.....try :
    [http://www.ej-technologies.com/products/exe4j/overview.html]
    [http://www.ej-technologies.com/products/install4j/overview.html]
    but as far i have seen in java there is only class file as output and every time to
    launch the output of code u have to run it from netbean compiler.who says so?? don't you know how to use the command line..... :-)
    Ya i have sen some file with jnlp extension which launch application just by clicking how to make that........Yeah that files are made using Java Web Start feature of java and I like that feature, search on Google to know about it..........

  • What is the use of additional file(s) in  sender file adapter?

    Hi experts,
    what is the use of  additional files parameter in sender file adapter?
    give me some example.......
    Thanks & Regards
    E.Ravi Chandra Reddy

    Hi,
    please check the below link,
    you can specify additional files to be included in the XI message as attachments.
    http://help.sap.com/saphelp_tm90/helpdata/en/44/692ab8a4b633eae10000000a1553f6/content.htm
    Regards

  • What's the use of this file?

    I found a file with the name [email protected] in $oracle_home/dbs.
    I deleted it and my oracle works as usual.
    What's the use of this file?
    Thanks

    I hope you took a backup of that file before zapping it. As a rule, it's a very bad idea to just delete a file in the Oracle directory to see whether anything breaks.
    If you had read the documentation you would have discovered that [email protected] is part of the RMAN configuration. So your database will continue to work up until the point you try to use RMAN to recover it. If you don't use RMAN then you probably won't miss that file.
    Cheers, APC

  • Exporting photos for UHDTV or Native 4K TV, what are the best settings ? (File: Quality File: Color Space, Image Sizing and resolution)   Or in other words; How can I get the smallest files but keep good quality for display on new UHDTV

    Exporting photos for UHDTV or Native 4K TV, what are the best settings ? (File: Quality File: Color Space, Image Sizing and resolution)   Or in other words; How can I get the smallest files but keep good quality for display on new UHDTV

    You're welcome, and thank you for the reply.
    2) Yesterday I made the subclips with the In-Out Points and Command-U, the benefit is that I've seen the clip before naming it. Now I'm using markers, it's benefit is that I can write comment and (the later) clip name at once, the drawback is that I have to view to the next shot's beginning before knowing what the shot contains.
    But now I found out that I can reconnect my clips independently to the format I converted the master clip to. I reconnected the media to the original AVI file and it worked, too! The more I work with, the more I'm sold on it... - although it doesn't seem to be able to read and use the date information within the DV AVI.
    1) Ok, I tried something similar within FCE. Just worked, but the file size still remains. Which codec settings should I use? Is the export to DV in MOV with a quality of 75% acceptable for both file size and quality? Or would be encoding as H.264 with best quality an option for archiving, knowing that I have to convert it back to DV if I (maybe) wan't to use it for editing later? Or anything else?
    Thank's in advance again,
    André

  • What is the plugin-container.exe file? How do I get rid of it?I keep getting a 70% usage message about this plugin. I tried to delete it but then Firefox won't work.

    What is the plugin-container.exe file? It seems to be using 70% of usage of my computer's memory. How do I get rid of it?

    Plugin-container is an "out-of-process plugins" crash protection, see for more info the link, and if you want to disable try the analytical info :
    [http://kb.mozillazine.org/Plugin-container_and_out-of-process_plugins Plugin-container and out-of-process plugins]
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • What does the "yellow section"  "other" files mean under hard disk storage?

    what does the "yellow section"  "other" files mean under hard disk storage?

    david just to right of your initial post is a column entitled "More Like This." Check out some of the posts that seem similar.

Maybe you are looking for