|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Atom 1.0Dear Developers, I saw a thread with this subject but haven’t seen
its resolution yet. (the topic was that each atom feed must have an author
(unless all of the entries have an author each)). But if I set an author with Is this a bug then or can I control Thank you Mit freundlichen Grüßen aus dem
Technologiepark Karlsruhe András Balogh Software Engineer ------------------------------------------------------------------------------ CAS
Software AG ·
Wilhelm-Schickard-Straße 10-12 · 76131 Karlsruhe · Telefon +49 721 9638-0 Richtig informiert. Jederzeit und überall.
www.cas.de · Impressum und AGB’s
Aufsichtsrat: Dr. Dr. Jörg Maurer
(Vorsitz) · Prof. Dr. Peter Lockemann · Dr. habil. Karl Schlagenhauf Amtsgericht Mannheim ·
Handelsregister-Nr.: HRB 108751 · UID Nr.: DE143593148 |
|
|
Re: Atom 1.0Are you sure you use the Feed class in Rome? I don't have this
problem, it seems to me that you get some kind of RSS output - not atom here. - Erling On Mon, Apr 28, 2008 at 4:25 PM, Andras Balogh <Andras.Balogh@...> wrote: > > > > > Dear Developers, > > > > I saw a thread with this subject but haven't seen its resolution yet. (the > topic was that each atom feed must have an author (unless all of the > entries have an author each)). But if I set an author with Rome and let it > output in Atom, the author is turned to dc:creator. This is not valid > according to the atom standard. > > > > Is this a bug then or can I control Rome to have an atom:author in the > elements and/or in the feeds? > > > > Thank you > > Andras Balogh > > > > Mit freundlichen Grüßen aus dem Technologiepark Karlsruhe > > András Balogh > > Software Engineer > > > > ------------------------------------------------------------------------------ > > > > CAS Software AG · Wilhelm-Schickard-Straße 10-12 · 76131 Karlsruhe · Telefon > +49 721 9638-0 > > Richtig informiert. Jederzeit und überall. www.cas.de · Impressum und AGB's > > > Vorstand: Martin Hubschneider (Vorsitz) · Ludwig Neer · Frank Widmayer > > Aufsichtsrat: Dr. Dr. Jörg Maurer (Vorsitz) · Prof. Dr. Peter Lockemann · > Dr. habil. Karl Schlagenhauf > > Amtsgericht Mannheim · Handelsregister-Nr.: HRB 108751 · UID Nr.: > DE143593148 > > > > -- Med vennlig hilsen Erling Wegger Linde --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
AW: Re: Atom 1.0Hi!
Yes, I was not using the Feed class but the SyndFeed more general class. But that is what I found documentation for, I found no description of creating an Atom feed, however it now seems quite straight forward. I also see now how Link types can be set. But I have to add extension modules like DCModule. Therefore I created an AddressModule interface, an AddressModuleImpl implementation class and an AddressModuleGenerator class; and provided the necessary methods. But somehow the output still doesn`t contain my address module. Should I somehow register the ModuleGenerator? Or can I find a tutorial on this topic? Maybe a bug: there van not be more than one author in an atom feed or entry, still we can add more via the API. Thank you, Andras András Balogh Tel.: 0721 / 9638-728 Meine Visitenkarte mit Anfahrtsrouting: www.mapcard.de?andras.balogh@... ------------------------------------------------------------------------------ CAS Software AG · Wilhelm-Schickard-Straße 10-12 · 76131 Karlsruhe · Telefon +49 721 9638-0 Richtig informiert. Jederzeit und überall. www.cas.de · Impressum und AGB's Vorstand: Martin Hubschneider (Vorsitz) · Ludwig Neer · Frank Widmayer Aufsichtsrat: Dr. Dr. Jörg Maurer (Vorsitz) · Prof. Dr. Peter Lockemann · Dr. habil. Karl Schlagenhauf Amtsgericht Mannheim · Handelsregister-Nr.: HRB 108751 · UID Nr.: DE143593148 > -----Ursprüngliche Nachricht----- > Von: Erling Wegger Linde [mailto:erlingwl@...] > Gesendet: Dienstag, 29. April 2008 08:35 > An: dev@... > Betreff: Re: Atom 1.0 > > Are you sure you use the Feed class in Rome? I don't have this > problem, it seems to me that you get some kind of RSS output - not > atom here. > > - Erling > > On Mon, Apr 28, 2008 at 4:25 PM, Andras Balogh <Andras.Balogh@...> > wrote: > > > > > > > > > > Dear Developers, > > > > > > > > I saw a thread with this subject but haven't seen its resolution yet. > (the > > topic was that each atom feed must have an author (unless all of the > > entries have an author each)). But if I set an author with Rome and let > it > > output in Atom, the author is turned to dc:creator. This is not valid > > according to the atom standard. > > > > > > > > Is this a bug then or can I control Rome to have an atom:author in the > > elements and/or in the feeds? > > > > > > > > Thank you > > > > Andras Balogh > > > > > > > > Mit freundlichen Grüßen aus dem Technologiepark Karlsruhe > > > > András Balogh > > > > Software Engineer > > > > > > > > ------------------------------------------------------------------------ > ------ > > > > > > > > CAS Software AG · Wilhelm-Schickard-Straße 10-12 · 76131 Karlsruhe · > Telefon > > +49 721 9638-0 > > > > Richtig informiert. Jederzeit und überall. www.cas.de · Impressum und > AGB's > > > > > > Vorstand: Martin Hubschneider (Vorsitz) · Ludwig Neer · Frank Widmayer > > > > Aufsichtsrat: Dr. Dr. Jörg Maurer (Vorsitz) · Prof. Dr. Peter Lockemann > · > > Dr. habil. Karl Schlagenhauf > > > > Amtsgericht Mannheim · Handelsregister-Nr.: HRB 108751 · UID Nr.: > > DE143593148 > > > > > > > > > > > > -- > Med vennlig hilsen > Erling Wegger Linde > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
Re: Re: Atom 1.0On Tue, Apr 29, 2008 at 3:12 PM, Andras Balogh <Andras.Balogh@...> wrote:
> Hi! > > Yes, I was not using the Feed class but the SyndFeed more general class. But that is what I found documentation for, I found no description of creating an Atom feed, however it now seems quite straight forward. > > I also see now how Link types can be set. > > But I have to add extension modules like DCModule. Therefore I created an AddressModule interface, an AddressModuleImpl implementation class and an AddressModuleGenerator class; and provided the necessary methods. But somehow the output still doesn`t contain my address module. Should I somehow register the ModuleGenerator? Or can I find a tutorial on this topic? I think you have to add a rome.properties file too.. see http://sujitpal.blogspot.com/2007/10/custom-modules-with-rome.html > > Maybe a bug: there van not be more than one author in an atom feed or entry, still we can add more via the API. I'm not sure about why this is implemented this way, I'm curious too though.. :D > > Thank you, > Andras > > András Balogh > > Tel.: 0721 / 9638-728 > > Meine Visitenkarte mit Anfahrtsrouting: > www.mapcard.de?andras.balogh@... > > > > > ------------------------------------------------------------------------------ > > > > CAS Software AG · Wilhelm-Schickard-Straße 10-12 · 76131 Karlsruhe · Telefon +49 721 9638-0 > > Richtig informiert. Jederzeit und überall. www.cas.de · Impressum und AGB's > > > Vorstand: Martin Hubschneider (Vorsitz) · Ludwig Neer · Frank Widmayer > > Aufsichtsrat: Dr. Dr. Jörg Maurer (Vorsitz) · Prof. Dr. Peter Lockemann · Dr. habil. Karl Schlagenhauf > > Amtsgericht Mannheim · Handelsregister-Nr.: HRB 108751 · UID Nr.: DE143593148 > > > -----Ursprüngliche Nachricht----- > > Von: Erling Wegger Linde [mailto:erlingwl@...] > > Gesendet: Dienstag, 29. April 2008 08:35 > > An: dev@... > > Betreff: Re: Atom 1.0 > > > > > > Are you sure you use the Feed class in Rome? I don't have this > > problem, it seems to me that you get some kind of RSS output - not > > atom here. > > > > - Erling > > > > On Mon, Apr 28, 2008 at 4:25 PM, Andras Balogh <Andras.Balogh@...> > > wrote: > > > > > > > > > > > > > > > Dear Developers, > > > > > > > > > > > > I saw a thread with this subject but haven't seen its resolution yet. > > (the > > > topic was that each atom feed must have an author (unless all of the > > > entries have an author each)). But if I set an author with Rome and let > > it > > > output in Atom, the author is turned to dc:creator. This is not valid > > > according to the atom standard. > > > > > > > > > > > > Is this a bug then or can I control Rome to have an atom:author in the > > > elements and/or in the feeds? > > > > > > > > > > > > Thank you > > > > > > Andras Balogh > > > > > > > > > > > > Mit freundlichen Grüßen aus dem Technologiepark Karlsruhe > > > > > > András Balogh > > > > > > Software Engineer > > > > > > > > > > > > ------------------------------------------------------------------------ > > ------ > > > > > > > > > > > > CAS Software AG · Wilhelm-Schickard-Straße 10-12 · 76131 Karlsruhe · > > Telefon > > > +49 721 9638-0 > > > > > > Richtig informiert. Jederzeit und überall. www.cas.de · Impressum und > > AGB's > > > > > > > > > Vorstand: Martin Hubschneider (Vorsitz) · Ludwig Neer · Frank Widmayer > > > > > > Aufsichtsrat: Dr. Dr. Jörg Maurer (Vorsitz) · Prof. Dr. Peter Lockemann > > · > > > Dr. habil. Karl Schlagenhauf > > > > > > Amtsgericht Mannheim · Handelsregister-Nr.: HRB 108751 · UID Nr.: > > > DE143593148 > > > > > > > > > > > > > > > > > > > > -- > > Med vennlig hilsen > > Erling Wegger Linde > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@... > > For additional commands, e-mail: dev-help@... > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@... > For additional commands, e-mail: dev-help@... > > -- Med vennlig hilsen Erling Wegger Linde --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
| Free Forum Powered by Nabble | Forum Help |