Re: About Feeds in GDataServer

2006-08-15 Thread Simon Willnauer
On 8/16/06, Marcos César de Oliveira <[EMAIL PROTECTED]> wrote: 2006/8/15, Simon Willnauer <[EMAIL PROTECTED]>: > > Yes. May I have a feed with the class Feed and put any subclass of Feed in > > it? > You mean as an entry? In fact, I want to put in the feed any object whose class is a subclass

Re: About Feeds in GDataServer

2006-08-15 Thread Marcos César de Oliveira
2006/8/15, Simon Willnauer <[EMAIL PROTECTED]>: > Yes. May I have a feed with the class Feed and put any subclass of Feed in > it? You mean as an entry? In fact, I want to put in the feed any object whose class is a subclass of the entry-class configured in gdata-config.xml for the service.

Fwd: About Feeds in GDataServer

2006-08-15 Thread Simon Willnauer
On 8/15/06, Marcos César de Oliveira <[EMAIL PROTECTED]> wrote: 2006/8/15, Simon Willnauer <[EMAIL PROTECTED]>: > You can choose a class at the bottom of the class hierarchy and add > entries of super classes. does that solve your problem? Yes. May I have a feed with the class Feed and put an

Re: About Feeds in GDataServer

2006-08-15 Thread Marcos César de Oliveira
2006/8/15, Simon Willnauer <[EMAIL PROTECTED]>: You can choose a class at the bottom of the class hierarchy and add entries of super classes. does that solve your problem? Yes. May I have a feed with the class Feed and put any subclass of Feed in it? Doesn't possible create sub feeds? Like

Re: About Feeds in GDataServer

2006-08-15 Thread Simon Willnauer
On 8/15/06, Marcos César de Oliveira <[EMAIL PROTECTED]> wrote: A service can have more than one feed? Yes! If no, what is a difference between a service and a feed? see above. If yes, do they have to belong to the same class? You can choose a class at the bottom of the class hierarchy and a

About Feeds in GDataServer

2006-08-15 Thread Marcos César de Oliveira
A service can have more than one feed? If no, what is a difference between a service and a feed? If yes, do they have to belong to the same class? Doesn't possible create sub feeds? Like a comments feed nested in a events feed? Why isn't permitted to have an entry of a subclass of the feeds class?