Did Java support Fax?

Did Java support Fax such like WinFax program? I would like to program fax client by using Java Technology, can someone tell me that whether it was possible? Thanks for help. Regards.
[218 byte] By [lckin] at [2007-9-26 1:50:15]
# 1
You can use this api to send faxes with a modem http://www.java4less.com/java_fax.htm
woodja at 2007-6-29 2:57:11 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Its fine that the API is available, BUT its not free.In java community, I don't think its a good option to go for. but yeah, I would like to know as well, that how to send FAX using core java APIs..thx in advace.
sohankabra at 2007-6-29 2:57:11 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3

> but yeah, I would like to know as well, that

> how to send FAX using core java APIs..

Considering the core java APIs don't include fax support,

it cannot be done...but I don't think you meant what

you said...

Maybe try the combination of HylaFAX and gnu.hylafax?

http://www.hylafax.org

http://www.net-foundry.com/java/gnu/hylafax/

HylaFAX is an enterprise-grade FAX server & gnu.hylafax

are Java class libraries for accessing the server

over a network. I wrote gnu.hylafax and have successfully

used it to send FAXes.

-joe

jaiger at 2007-6-29 2:57:11 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4
Thx, I really appreciate.CheersSohan
sohankabra at 2007-6-29 2:57:11 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...