To post an entry we can use this method , however when it come to jdbcregistry posting means
adding new resources , adding comments , adding tags , rating etc..
This class is to hold , database configurations such as URL , userName , password and ect User
can define them in resgirty.xml or at the runtime he can add DB configuration
To delete a resource , what actually happen here is that update the version table with the
new data and resource will not actually removed from the table
This method is use to see whether a give resource is active or not , one can delete a
resource and try to access that giving the path of the resource in that case we should not
return the resource if it is deleted.
This class is used to provide client side utilities when someone uses Remote registry If user
want to import Registry to a local file system or export a local file system into a remote
registry (s)he can use this utility class
This method will move a resource from oldpath to newpath , the internal implementation is
such that frit the release will be deleted from oldPath parent and will be added to the
newptah so if the oldpath is "foo/bar/r1" then the r1 will be removed from foo/bar.
This method is used for PUT operation and depending on the URL operation will be identify and
perform that, not only that depending on the operation the structure of entry may vary