You could provide your SMS Service:
- implementing the Java Connector API.
(standard client access, you could deploy your service in
several EJB servers)
or
- publishing it in as a RMI service.
(maybe easier to implement, but an external RMI Server is
needed and the client API would be proprietary)
or
- Connecting it to a JMS Server and use the JMS API to call your
service.
(Standar client API and the Transactional support in some
EJB servers could be a plus).
Just my 2 cents, haven't implemented none of the above.
Ricardo Caetano
SiBS it - Tecnologias de Informação, S.A
> -----Original Message-----
> From: Vijayaraghavan Venkatesh [mailto:[EMAIL PROTECTED]]
> Sent: Terça-feira, 10 de Abril de 2001 10:35
> To: [EMAIL PROTECTED]
> Subject: Using javax.comm from within EJB
>
>
> Hi,
> We have already implemented an OSGI compatibile SMS Messaging
> application in prosyst mbedserver. But now we want to provide
> SMS facility
> in our enterprise application that uses Ejbs.
> Can anyone tell us how to provide access to javax.comm from within
> ejb's. Any idea,tips or solutions on how to do it are welcome.
>
> Thanks in advance,
> venki
> ______________________________________________________________
> ___________
> Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".