I have no idea about Java SMPP clients. What I meant about Java was my work experience with Java apps.
>From my perspective you got to be lucky to spot good Java developer. For example SMPPSim (SMPP-server simulator) written in Java and is very buggy. 2012/11/30 Juan Nin <[email protected]> > If you use any of those Java APIs you'll need to code yourself all the > logics like throughput handling, session handling, error handling, queueing > and many other things. It's not that you just use the API and that's it. > > Kannel abstracts you from all those things, where they are all already > implemented. > > Unless you REALLY know what you're doing, I would not mess with the Java > ones. > > > On Fri, Nov 30, 2012 at 1:27 AM, <[email protected]> wrote: > >> ** >> Spameden, >> >> I found smppapi, jsmpp, logica. My client insists on java api. Which is >> the best and robust? >> >> >> Chen Yee >> >> Sent by DiGi from my BlackBerry® Smartphone >> ------------------------------ >> *From: * spameden <[email protected]> >> *Date: *Fri, 30 Nov 2012 06:16:44 +0400 >> *To: *Juan Nin<[email protected]> >> *Cc: *<[email protected]>; <[email protected]> >> *Subject: *Re: What is the best java smpp api >> >> most of the Java software I saw is bloating, have memleaks and very slow >> speed and huge demand for memory/cpu resourcers. >> >> kannel has few issues too, but it has nice documentation and can be fixed >> for specific usage >> >> althrough you'd need to learn a lot about it's architecture >> >> 2012/11/30 Juan Nin <[email protected]> >> >>> What about using Kannel instead?? ;) >>> >>> >>> On Thu, Nov 29, 2012 at 11:37 PM, <[email protected]> wrote: >>> >>>> Hi, >>>> >>>> I would like to use open source java api to write client connecting to >>>> smpp server. I google a few. What is the best and robust open source api >>>> out there ? >>>> >>>> Chen Yee >>>> >>>> Sent by DiGi from my BlackBerry® Smartphone >>> >>> >>> >> >
