On Nov 15, 2007 5:31 PM, Paulo Sergio <[EMAIL PROTECTED]> wrote: > Hi Norman, > > On Nov 15, 2007 5:07 PM, Norman Maurer <[EMAIL PROTECTED]> wrote: > > > Hi Paulo, > > > > no its not the only solution.. Its one solution ;-) > > You can use non spring too and use assembly.xml to inject all needed > > stuff. Maybe reading this will help: > > > > http://excalibur.apache.org/framework/lifecycle.html > > > yes it helped, but i couldn't find any examples on how to create a service > receiving udp connections.. is it possible?
how to create a service from a component that recieves UDP connections should be covered above. if you're wondering how to create a component that services UDP connections then there are several ways to do it. if you like MINA then http://mina.apache.org/udp-tutorial.html is a tutorial. the java nio can also do this directly and will be covered by any good book on the subject. i suspect that exaclibur also supports UDP. - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
