Thanks for the tips. I will download the source to see what's going on in there and maybe that can be my starting point.
Thanks, Dondi Imperial --- Mike Prince <[EMAIL PROTECTED]> wrote: > Besides this newsgroup being the #1 source, consider > downloading the > Jabber server source. The code is nicely factored > and easy to read. > I've had many questions answered this way. > > Yes, it should be easy to build a simple server to > handle basic XMPP > events and then expand as needed. Take a look at my > Java library, Yaja! > (http://yaja.sourceforge.net) The most recent > version has a gateway demo > that could be flipped around into a server, and it's > LGPL'd. > > You may also want to consider writing a component > (this is the path I'm > taking). Components are the recommended way to add > features to the > Jabber server. This leverages all the great work > the Jabber server > people are doing, and allows you to focus on just > the additional > features you want. > > Hope this helps, > > Mike > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On > > Behalf Of raditha dissanayake > > Sent: Monday, November 18, 2002 7:11 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [JDEV] java development > > > > > > Hi Dondi, > > Jabber.org and this and the jadmin newsgroup are > the best places for > > jabber related information. you might want to take > a look at the java > > servers under development. you might also want to > look at > > jabberbeans as > > well. However please note that anything that uses > jabber > > beans will have > > to be open source as well. > > > > > > Dondi Imperial wrote: > > > > >Hi all, > > > > > >I am about to build a commercial jabber server in > java > > >and I have a few questions. > > > > > >1. Where can I get more information on how to do > > >this(other than jabber.org)? > > >2. Can development be done in a way that core > > >functions are done first(ie.. sending simple > messages) > > >and add more later? > > >3. Is it possible for a single developer to do > this? > > >and if it is how long would it take? > > > > > >TIA, > > > > > >Dondi Imperial > > > > > > >__________________________________________________ > > >Do you Yahoo!? > > >Yahoo! Web Hosting - Let the expert host your > site > > >http://webhosting.yahoo.com > > >_______________________________________________ > > >jdev mailing list > > >[EMAIL PROTECTED] > > >http://mailman.jabber.org/listinfo/jdev > > > > > > > > > > > > _______________________________________________ > > jdev mailing list > > [EMAIL PROTECTED] > > http://mailman.jabber.org/listinfo/jdev > > > > > _______________________________________________ > jdev mailing list > [EMAIL PROTECTED] > http://mailman.jabber.org/listinfo/jdev __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
