Register new Pod

In the same way we did in the previous chapter we are going to register a new Pod and bind it to a PodLoader by adding the codetable entries in the PodType and PodLoaderBindings tables using the examples below.

Figure 1. Adding a new PodType to CT_PodType.ctx
<code
    default="false"
    java_identifier="MYFAVMOVIES"
    status="ENABLED"
    value="PT9002"
  >
    <locale language="en" sort_order="0">
      <description>My Favourite Movies</description>
      <annotation/>
    </locale>
  </code>
Figure 2. Adding PodLoader binding
<code
    default="false"
    java_identifier="MYFAVMOVIES"
    status="ENABLED"
    value="PT9002"
  >
    <locale language="en" sort_order="0" >
      <description>pods.podloaders.MyFavouriteMovies</description>
      <annotation/>
    </locale>
  </code>