Read over the PubSubHubub protocol draft<http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html> (the document mentioned previously). Once you fully understand how each component works, it will make proceeding with an implementation substantially easier. If you are really desperate for an example of the fundamentals, take a look at this<http://code.google.com/p/pubsubhubbub-publisherclient-csharp/> C# implementation of a publisher (it should be simple to make a Java facsimile from there).
On Mon, Jun 14, 2010 at 11:07 AM, Julien Genestoux < [email protected]> wrote: > You want to build a subscriber... you should chekc the PubSubHubbub doc, > it's easy. > Good luck! > > -- > Julien Genestoux, > > http://twitter.com/julien51 > http://superfeedr.com > > +1 (415) 830 6574 > +33 (0)9 70 44 76 29 > > > > On Mon, Jun 14, 2010 at 7:56 PM, raheel <[email protected]>wrote: > >> so brother what shouuld be my first step towards this thing can you >> eleborate it? >> >> >> On Mon, Jun 14, 2010 at 10:11 PM, Ravi Pinjala <[email protected]> wrote: >> >>> If it's for a project, a subscriber is probably the easiest thing to >>> show to people, explain, and have them understand immediately why it's >>> useful. >>> >>> You said you have no experience with either language, though, so doing >>> a project in them might be hard. The most important thing to know if >>> you want to implement PuSH is probably the HTTP libraries for whatever >>> language you choose - write a simple HTTP client and server, and have >>> them talk to each other, and you'll be most of the way there. >>> >>> --Ravi >>> >>> On Mon, Jun 14, 2010 at 7:42 AM, raheel <[email protected]> >>> wrote: >>> > actually i want to do it my final year project and i don't know much >>> about >>> > implementation, if you can suggest what is best for me than it will be >>> good. >>> > >>> > On Mon, Jun 14, 2010 at 12:35 AM, Julien Genestoux >>> > <[email protected]> wrote: >>> >> >>> >> What ate you trying to implement? A hub? A subscriber? A publisher? >>> >> >>> >> Sent from my iPhone >>> >> >>> >> On Jun 13, 2010, at 11:04 AM, FIN <[email protected]> >>> wrote: >>> >> >>> >>> hay fellows i want to implement hubbub using c++ or java . can any >>> one >>> >>> help .. what should i do first . as i have no practical experience in >>> >>> both of programming langs. >>> > >>> > >>> >> >> >
